[libvirt] [jenkins-ci PATCH v2 2/6] guests: Introduce libvirt+website project

Andrea Bolognani abologna at redhat.com
Thu Apr 12 15:59:27 UTC 2018


Building the website and creating distribution tarballs
requires very few dependencies compared to performing a full
build of libvirt, so we introduce a separate, leaner project
for the purpose.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/vars/projects/libvirt+website.yml | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 guests/vars/projects/libvirt+website.yml

diff --git a/guests/vars/projects/libvirt+website.yml b/guests/vars/projects/libvirt+website.yml
new file mode 100644
index 0000000..128ed8c
--- /dev/null
+++ b/guests/vars/projects/libvirt+website.yml
@@ -0,0 +1,5 @@
+---
+packages:
+  - libxml2
+  - rpcgen
+  - xsltproc
-- 
2.14.3




More information about the libvir-list mailing list