Re: [libvirt] [libvirt-jenkins-ci PATCH v2 2/6] guests: Introduce lcitool

2017-10-19 Thread Pavel Hrdina
On Thu, Oct 19, 2017 at 03:53:48PM +0200, Andrea Bolognani wrote: > On Thu, 2017-10-19 at 14:53 +0200, Pavel Hrdina wrote: > > > So if your only argument against it is that you don't like it very > > > much, my reply is that I do like it quite a bit and, well, I get to > > > name the programs I wri

Re: [libvirt] [libvirt-jenkins-ci PATCH v2 2/6] guests: Introduce lcitool

2017-10-19 Thread Andrea Bolognani
On Thu, 2017-10-19 at 14:53 +0200, Pavel Hrdina wrote: > > So if your only argument against it is that you don't like it very > > much, my reply is that I do like it quite a bit and, well, I get to > > name the programs I write :) > > Well, yes and no :) you can name the program but you also need

Re: [libvirt] [libvirt-jenkins-ci PATCH v2 2/6] guests: Introduce lcitool

2017-10-19 Thread Pavel Hrdina
On Thu, Oct 19, 2017 at 02:42:15PM +0200, Andrea Bolognani wrote: > On Thu, 2017-10-19 at 14:04 +0200, Pavel Hrdina wrote: > > > > This script replaces the existing Makefile, and will be extended > > > > to provide more functionality in future commits. > > > > > > > > It also takes over ownership

Re: [libvirt] [libvirt-jenkins-ci PATCH v2 2/6] guests: Introduce lcitool

2017-10-19 Thread Andrea Bolognani
On Thu, 2017-10-19 at 14:04 +0200, Pavel Hrdina wrote: > > > This script replaces the existing Makefile, and will be extended > > > to provide more functionality in future commits. > > > > > > It also takes over ownership of the Ansible vault password, which > > > is now expected to be stored in l

Re: [libvirt] [libvirt-jenkins-ci PATCH v2 2/6] guests: Introduce lcitool

2017-10-19 Thread Pavel Hrdina
On Thu, Oct 19, 2017 at 01:40:39PM +0200, Andrea Bolognani wrote: > On Wed, 2017-10-18 at 19:11 +0200, Andrea Bolognani wrote: > > This script replaces the existing Makefile, and will be extended > > to provide more functionality in future commits. > > > > It also takes over ownership of the Ansib

Re: [libvirt] [libvirt-jenkins-ci PATCH v2 2/6] guests: Introduce lcitool

2017-10-19 Thread Andrea Bolognani
On Wed, 2017-10-18 at 19:11 +0200, Andrea Bolognani wrote: > This script replaces the existing Makefile, and will be extended > to provide more functionality in future commits. > > It also takes over ownership of the Ansible vault password, which > is now expected to be stored in lcitool's own con

[libvirt] [libvirt-jenkins-ci PATCH v2 2/6] guests: Introduce lcitool

2017-10-18 Thread Andrea Bolognani
This script replaces the existing Makefile, and will be extended to provide more functionality in future commits. It also takes over ownership of the Ansible vault password, which is now expected to be stored in lcitool's own config directory along with more settings that will be introduced later.