Re: [libvirt] [jenkins-ci PATCH 6/3] guests: Implement package blacklist

2018-03-22 Thread Pavel Hrdina
On Thu, Mar 22, 2018 at 11:18:17AM +0100, Andrea Bolognani wrote: > On Wed, 2018-03-21 at 16:11 +0100, Pavel Hrdina wrote: > > > +++ b/guests/vars/projects/blacklist.yml > > > @@ -0,0 +1,3 @@ > > > +--- > > > +packages: > > > + - nano > > > > In the past we've installed some packages, that were

Re: [libvirt] [jenkins-ci PATCH 6/3] guests: Implement package blacklist

2018-03-22 Thread Andrea Bolognani
On Thu, 2018-03-22 at 10:31 +, Daniel P. Berrangé wrote: > > > The list of the removed packages is: > > > > > > polkit-devel > > > glibc-rpcgen on Fedora > 27 (it was glibc-common) > > > > The rpcgen stuff is pretty confusing, even though I'm the one who > > made the change :)

Re: [libvirt] [jenkins-ci PATCH 6/3] guests: Implement package blacklist

2018-03-22 Thread Daniel P . Berrangé
On Thu, Mar 22, 2018 at 11:18:17AM +0100, Andrea Bolognani wrote: > On Wed, 2018-03-21 at 16:11 +0100, Pavel Hrdina wrote: > > > +++ b/guests/vars/projects/blacklist.yml > > > @@ -0,0 +1,3 @@ > > > +--- > > > +packages: > > > + - nano > > > > In the past we've installed some packages, that were

Re: [libvirt] [jenkins-ci PATCH 6/3] guests: Implement package blacklist

2018-03-22 Thread Andrea Bolognani
On Wed, 2018-03-21 at 16:11 +0100, Pavel Hrdina wrote: > > +++ b/guests/vars/projects/blacklist.yml > > @@ -0,0 +1,3 @@ > > +--- > > +packages: > > + - nano > > In the past we've installed some packages, that were removed from > ansible and it would make sense to list them in the blacklist in

Re: [libvirt] [jenkins-ci PATCH 6/3] guests: Implement package blacklist

2018-03-21 Thread Pavel Hrdina
On Wed, Mar 21, 2018 at 01:19:59PM +0100, Andrea Bolognani wrote: > As with ad-hoc installation, we want to get rid of ad-hoc package > removal. Add a 'blacklist' pseudo-project which can be used for > the purpose. > > In the future, we might use this facility to keep long-lived > guests clean by

[libvirt] [jenkins-ci PATCH 6/3] guests: Implement package blacklist

2018-03-21 Thread Andrea Bolognani
As with ad-hoc installation, we want to get rid of ad-hoc package removal. Add a 'blacklist' pseudo-project which can be used for the purpose. In the future, we might use this facility to keep long-lived guests clean by blacklisting packages as they get dropped from the respective project.