Re: [libvirt] [jenkins-ci PATCH v3 09/12] lcitool: Add 'build' action

2018-08-24 Thread Erik Skultety
On Wed, Aug 22, 2018 at 11:44:24AM +0200, Andrea Bolognani wrote:
> Signed-off-by: Andrea Bolognani 
> ---
Reviewed-by: Erik Skultety 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [jenkins-ci PATCH v3 09/12] lcitool: Add 'build' action

2018-08-22 Thread Andrea Bolognani
Signed-off-by: Andrea Bolognani 
---
 guests/lcitool | 4 
 1 file changed, 4 insertions(+)

diff --git a/guests/lcitool b/guests/lcitool
index e0410f3..2901a92 100755
--- a/guests/lcitool
+++ b/guests/lcitool
@@ -323,6 +323,7 @@ class Application:
 common actions:
   install  perform unattended host installation
   update   prepare hosts and keep them updated
+  buildbuild projects on hosts
 
 informational actions:
   hosts list all known hosts
@@ -477,6 +478,9 @@ class Application:
 def _action_update(self, hosts, projects):
 self._execute_playbook("update", hosts, projects)
 
+def _action_build(self, hosts, projects):
+self._execute_playbook("build", hosts, projects)
+
 def _action_dockerfile(self, hosts, projects):
 mappings = self._projects.get_mappings()
 
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list