Re: [libvirt] [jenkins-ci PATCH 11/12] lcitool: Support building arbitrary branches

2018-08-09 Thread Andrea Bolognani
On Wed, 2018-08-08 at 15:45 +0200, Andrea Bolognani wrote: [...] > -def _action_update(self, hosts, projects): > -self._execute_playbook("update", hosts, projects) > +def _action_update(self, hosts, projects, _branch): > +self._execute_playbook("update", hosts, project, None

[libvirt] [jenkins-ci PATCH 11/12] lcitool: Support building arbitrary branches

2018-08-08 Thread Andrea Bolognani
Building master is useful for CI purposes and to debug CI failures locally, but when developing we want to be able to build a personal branch to validate in-progress changes. Signed-off-by: Andrea Bolognani --- guests/lcitool | 30 guests/playbo