Re: [libvirt] [dockerfiles PATCH] Add 'trigger' and 'monitor' scripts

2019-09-12 Thread Andrea Bolognani
On Wed, 2019-09-11 at 18:38 +0200, Fabiano FidĂȘncio wrote: > On Wed, Sep 11, 2019 at 3:12 PM Andrea Bolognani wrote: > > These are extremely crude scripts that are nonetheless useful when > > it's time to rebuild all images. Usage is along these lines: > > > > $ ls libvirt-debian-10* >in > >

Re: [libvirt] [dockerfiles PATCH] Add 'trigger' and 'monitor' scripts

2019-09-11 Thread Fabiano FidĂȘncio
On Wed, Sep 11, 2019 at 3:12 PM Andrea Bolognani wrote: > > These are extremely crude scripts that are nonetheless useful when > it's time to rebuild all images. Usage is along these lines: > > $ ls libvirt-debian-10* >in > $ ./trigger in out > $ ./monitor out 3 > > Error handling is almost

[libvirt] [dockerfiles PATCH] Add 'trigger' and 'monitor' scripts

2019-09-11 Thread Andrea Bolognani
These are extremely crude scripts that are nonetheless useful when it's time to rebuild all images. Usage is along these lines: $ ls libvirt-debian-10* >in $ ./trigger in out $ ./monitor out 3 Error handling is almost non-existent, but realistically speaking at most three people will ever