[libvirt] [PATCH 1/3] travis: Use 'redhat' init script on CentOS 7

Andrea Bolognani abologna at redhat.com
Thu Mar 14 11:31:08 UTC 2019


We're gonna drop Upstart support soon, and we don't want
Travis CI builds to break when we do.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 55ba340a34..e80f1d367f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ matrix:
         - docker
       env:
         - IMAGE="centos-7"
-        - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=upstart"
+        - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=redhat"
         - DOCKER_CMD="$LINUX_CMD"
     - services:
         - docker
-- 
2.20.1




More information about the libvir-list mailing list