From bb74c24e8819d3731fab11baadec6642ee1fd858 Mon Sep 17 00:00:00 2001
From: Martin Pitt <martin@piware.de>
Date: Sat, 5 Sep 2020 13:11:55 +0200
Subject: [PATCH] Revert "build-devtoolbox: Fix broken Fedora 33 image"

Image got refreshed now.

This reverts commit 97ca56a460678fdcb75e52954fdbb31b533f0e2f.
---
 build-devtoolbox | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/build-devtoolbox b/build-devtoolbox
index 7de0134..ff11b23 100755
--- a/build-devtoolbox
+++ b/build-devtoolbox
@@ -19,12 +19,6 @@ toolbox run -c "$NAME" sh -exc '
 echo "${ID}-${VERSION_ID}" | sudo tee /etc/hostname
 sudo hostname -F /etc/hostname
 
-# https://github.com/containers/toolbox/issues/552
-if [ "$VERSION_ID" = 33 ]; then
-    sudo rm -f /etc/yum.repos.d/*rawhide*
-    sudo dnf config-manager --set-enabled fedora --set-enabled updates
-fi
-
 sudo dnf update -y
 
 # this just refuses to rpm -i normally
-- 
2.39.5