]> piware.de Git - bin.git/commitdiff
Revert "build-devtoolbox: Fix broken Fedora 33 image"
authorMartin Pitt <martin@piware.de>
Sat, 5 Sep 2020 11:11:55 +0000 (13:11 +0200)
committerMartin Pitt <martin@piware.de>
Sat, 5 Sep 2020 11:11:55 +0000 (13:11 +0200)
Image got refreshed now.

This reverts commit 97ca56a460678fdcb75e52954fdbb31b533f0e2f.

build-devtoolbox

index 7de0134b36599f9ba25a79232a7ea68cdc2fdfab..ff11b23215d6e63e5374504e2f45f6416b6fa8fd 100755 (executable)
@@ -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