]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-99-RPM: set release version and disable update-testing repo
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Nov 2016 16:20:18 +0000 (17:20 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Nov 2016 16:20:18 +0000 (17:20 +0100)
test/TEST-99-RPM/test.sh

index 6c71e13aa7555c59024da697e727c50c3f78429f..9e52b728c6c8487ab340ef9fd0b1b9e9990fb9d7 100755 (executable)
@@ -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 \