From: Martin Pitt Date: Sat, 5 Sep 2020 11:11:55 +0000 (+0200) Subject: Revert "build-devtoolbox: Fix broken Fedora 33 image" X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=bb74c24e8819d3731fab11baadec6642ee1fd858 Revert "build-devtoolbox: Fix broken Fedora 33 image" Image got refreshed now. This reverts commit 97ca56a460678fdcb75e52954fdbb31b533f0e2f. --- 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