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(a)redhat.com>
Signed-off-by: Andrea Bolognani <abologna(a)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