diff options
-rwxr-xr-x | bin/reproducible_setup_mock.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/reproducible_setup_mock.sh b/bin/reproducible_setup_mock.sh index f5e9306a..6c554b18 100755 --- a/bin/reproducible_setup_mock.sh +++ b/bin/reproducible_setup_mock.sh @@ -42,13 +42,5 @@ mock -r $RELEASE-$ARCH --resultdir=. -v --install rpm-build yum echo "$(date -u) - mock --update" mock -r $RELEASE-$ARCH --resultdir=. -v --update echo "$(date -u) - yum makecache" -#mock -r $RELEASE-$ARCH --resultdir=. -v --chroot yum makecache -# -# resulted in: -#Yum command has been deprecated, redirecting to '/usr/bin/dnf makecache'. -#See 'man dnf' and 'man yum2dnf' for more information. -#To transfer transaction metadata from yum to DNF, run: -mock -r $RELEASE-$ARCH --resultdir=. -v --chroot dnf install python-dnf-plugins-extras-migrate -mock -r $RELEASE-$ARCH --resultdir=. -v --chroot dnf-2 migrate -mock -r $RELEASE-$ARCH --resultdir=. -v --chroot dnf makecache +mock -r $RELEASE-$ARCH --resultdir=. -v --chroot yum makecache |