Browse Source

TEST-99-RPM: set release version and disable update-testing repo

master
Harald Hoyer 8 years ago
parent
commit
ffcbde7fe2
  1. 2
      test/TEST-99-RPM/test.sh

2
test/TEST-99-RPM/test.sh

@ -26,7 +26,7 @@ trap '[[ -d $rootdir ]] && { umount "$rootdir/proc"; umount "$rootdir/sys"; umou @@ -26,7 +26,7 @@ trap '[[ -d $rootdir ]] && { umount "$rootdir/proc"; umount "$rootdir/sys"; umou

dnf_or_yum=yum
command -v dnf >/dev/null && dnf_or_yum=dnf
$dnf_or_yum --nogpgcheck --installroot "$rootdir"/ install --allowerasing -y \
$dnf_or_yum --nogpgcheck --installroot "$rootdir"/ --releasever 25 --disablerepo=updates-testing install --allowerasing -y \
$dnf_or_yum \
passwd \
rootfiles \

Loading…
Cancel
Save