
On Thu, Apr 12, 2018 at 05:59:28PM +0200, Andrea Bolognani wrote:
This will ensure libvirt maintains the minimum amount of compatibility with CentOS 6 that running its website on that platform requires.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/host_vars/libvirt-centos-6/main.yml | 1 + projects/libvirt.yaml | 4 ++++ 2 files changed, 5 insertions(+)
diff --git a/guests/host_vars/libvirt-centos-6/main.yml b/guests/host_vars/libvirt-centos-6/main.yml index 422d033..8261c3d 100644 --- a/guests/host_vars/libvirt-centos-6/main.yml +++ b/guests/host_vars/libvirt-centos-6/main.yml @@ -4,6 +4,7 @@ PYTHONPATH: $VIRT_PREFIX/lib64/python2.6/site-packages
projects: - libvirt + - libvirt+website - libvirt-cim - libvirt-perl - libvirt-python diff --git a/projects/libvirt.yaml b/projects/libvirt.yaml index 13f39f9..427cf6a 100644 --- a/projects/libvirt.yaml +++ b/projects/libvirt.yaml @@ -43,3 +43,7 @@ parent_jobs: machines: - libvirt-fedora-rawhide + - autotools-website-job:
Use 'generic-build-job' here
+ parent_jobs: + machines: + - libvirt-centos-6
And just add command: | mkdir build && cd build ../autogen.sh --without-libvirtd --without-macvtap $MAKE -j{smp} -C docs $MAKE -j{smp} dist Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|