[jenkins-ci PATCH v2 10/13] lcitool: Add 'build' action

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
---
 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

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



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux