Compare commits
9 Commits
imports/c8
...
c8
Author | SHA1 | Date | |
---|---|---|---|
4ed08422f1 | |||
272bb59138 | |||
|
134530fc3b | ||
|
c7b009bd72 | ||
|
88ecd67507 | ||
|
2f589a75d0 | ||
|
d42d563c8a | ||
|
31f06c6f7e | ||
|
c62b43f3e3 |
@ -1 +1,2 @@
|
|||||||
ba6d222ec1115455d8670de907de08bf98a1b42e SOURCES/cockpit-197.3.tar.xz
|
89104bee2348d0999a2aa1d9798971ae2db6bdb7 SOURCES/cockpit-310.3.tar.xz
|
||||||
|
c40c7f66f1ff9f2e0fa7ca614dd4cabdfe7d8189 SOURCES/cockpit-machines-308.3.tar.xz
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/cockpit-197.3.tar.xz
|
SOURCES/cockpit-310.3.tar.xz
|
||||||
|
SOURCES/cockpit-machines-308.3.tar.xz
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
From 09c7c37d2ac2e6ff6c8259bd2d99dceec6a46d4c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Martin Pitt <mpitt@redhat.com>
|
|
||||||
Date: Thu, 5 Sep 2019 11:11:18 +0200
|
|
||||||
Subject: [PATCH] test: Fix rhsmd cleanup in check-packagekit
|
|
||||||
|
|
||||||
When disabling /usr/libexec/rhsmd (on RHEL images), re-enable it at the
|
|
||||||
end of the test. This unbreaks running more than one check-packagekit
|
|
||||||
test on an external testbed.
|
|
||||||
---
|
|
||||||
test/verify/check-packagekit | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/test/verify/check-packagekit b/test/verify/check-packagekit
|
|
||||||
index 47641875f..415aa9565 100755
|
|
||||||
--- a/test/verify/check-packagekit
|
|
||||||
+++ b/test/verify/check-packagekit
|
|
||||||
@@ -48,6 +48,7 @@
|
|
||||||
# On other OSes (Fedora/CentOS) we expect sub-man to be disabled in yum, so it should not get in the way there
|
|
||||||
if self.machine.image.startswith("rhel"):
|
|
||||||
self.machine.execute("mv /usr/libexec/rhsmd /usr/libexec/rhsmd.disabled")
|
|
||||||
+ self.addCleanup(self.machine.execute, "mv /usr/libexec/rhsmd.disabled /usr/libexec/rhsmd")
|
|
||||||
|
|
||||||
# only the yum backend properly recognizes "enhancement" severity; apt
|
|
||||||
# does not have that metadata and PackageKit-dnf does not parse it
|
|
||||||
--
|
|
||||||
2.21.0
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user