[libvirt] [jenkins-ci PATCH v3 2/3] guests: Introduce libvirt+website project

Andrea Bolognani abologna at redhat.com
Tue Apr 17 16:20:45 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.

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>
Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
Although this patch has been fully ACKed, I haven't pushed it
yet because it doesn't make sense without the next one.

 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