Blame 0156-TEST-99-RPM-set-release-version-and-disable-update-t.patch
|
Harald Hoyer |
53404a |
From ffcbde7fe23a5960236bfe398937342a6fa316c9 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
53404a |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
53404a |
Date: Mon, 7 Nov 2016 17:20:18 +0100
|
|
Harald Hoyer |
53404a |
Subject: [PATCH] TEST-99-RPM: set release version and disable update-testing
|
|
Harald Hoyer |
53404a |
repo
|
|
Harald Hoyer |
53404a |
|
|
Harald Hoyer |
53404a |
---
|
|
Harald Hoyer |
53404a |
test/TEST-99-RPM/test.sh | 2 +-
|
|
Harald Hoyer |
53404a |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
53404a |
|
|
Harald Hoyer |
53404a |
diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh
|
|
Harald Hoyer |
53404a |
index 6c71e13..9e52b72 100755
|
|
Harald Hoyer |
53404a |
--- a/test/TEST-99-RPM/test.sh
|
|
Harald Hoyer |
53404a |
+++ b/test/TEST-99-RPM/test.sh
|
|
Harald Hoyer |
53404a |
@@ -26,7 +26,7 @@ trap '[[ -d $rootdir ]] && { umount "$rootdir/proc"; umount "$rootdir/sys"; umou
|
|
Harald Hoyer |
53404a |
|
|
Harald Hoyer |
53404a |
dnf_or_yum=yum
|
|
Harald Hoyer |
53404a |
command -v dnf >/dev/null && dnf_or_yum=dnf
|
|
Harald Hoyer |
53404a |
- $dnf_or_yum --nogpgcheck --installroot "$rootdir"/ install --allowerasing -y \
|
|
Harald Hoyer |
53404a |
+ $dnf_or_yum --nogpgcheck --installroot "$rootdir"/ --releasever 25 --disablerepo=updates-testing install --allowerasing -y \
|
|
Harald Hoyer |
53404a |
$dnf_or_yum \
|
|
Harald Hoyer |
53404a |
passwd \
|
|
Harald Hoyer |
53404a |
rootfiles \
|