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

Andrea Bolognani abologna at redhat.com
Wed Aug 8 13:45:26 UTC 2018


Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 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
+                  build    build 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




More information about the libvir-list mailing list