aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kimchi/systemd-substitution-with-openrc.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-04-19 09:59:19 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-04-19 10:06:02 +0000
commit8e9ca8548ef7f559eca2de911f9c0ce67f87589e (patch)
tree5b850c72f205a66b9c4684047b30f045ddd03800 /testing/kimchi/systemd-substitution-with-openrc.patch
parent10a0665fd9983742fbe6d19a47accc9e9282faf1 (diff)
downloadaports-8e9ca8548ef7f559eca2de911f9c0ce67f87589e.tar.bz2
aports-8e9ca8548ef7f559eca2de911f9c0ce67f87589e.tar.xz
testing/kimchi: upgrade to 2.4.0, modernize APKBUILD
Diffstat (limited to 'testing/kimchi/systemd-substitution-with-openrc.patch')
-rw-r--r--testing/kimchi/systemd-substitution-with-openrc.patch8
1 files changed, 6 insertions, 2 deletions
diff --git a/testing/kimchi/systemd-substitution-with-openrc.patch b/testing/kimchi/systemd-substitution-with-openrc.patch
index 0ca2ff19a9..b05f545530 100644
--- a/testing/kimchi/systemd-substitution-with-openrc.patch
+++ b/testing/kimchi/systemd-substitution-with-openrc.patch
@@ -1,8 +1,8 @@
diff --git a/utils.py b/utils.py
-index 1e2c951..459c76f 100644
+index 22430ce..2ec4845 100644
--- a/utils.py
+++ b/utils.py
-@@ -263,6 +263,7 @@ def is_libvirtd_up():
+@@ -265,9 +265,11 @@ def is_libvirtd_up():
"""
Checks if libvirtd.service is up.
"""
@@ -12,3 +12,7 @@ index 1e2c951..459c76f 100644
output, error, rc = run_command(cmd, silent=True)
- return True if output == 'active\n' else False
+ return True if "started" in output else False
++
+
+
+ def is_s390x():