Re: [libvirt PATCH v3 06/10] ci: Implement 'shell' helper action

2021-03-15 Thread Andrea Bolognani
On Mon, 2021-03-15 at 14:24 +0100, Erik Skultety wrote: > On Fri, Mar 12, 2021 at 06:28:18PM +0100, Andrea Bolognani wrote: > > +containerparser.add_argument( > > +"target", > > +help="build on target OS", > > With the 'shell' action, not sure if "build" is the

Re: [libvirt PATCH v3 06/10] ci: Implement 'shell' helper action

2021-03-15 Thread Erik Skultety
On Fri, Mar 12, 2021 at 06:28:18PM +0100, Andrea Bolognani wrote: > This simply calls the underlying Makefile target, but allows > additional arguments to be specified in a more convenient and > discoverable way. > > Signed-off-by: Andrea Bolognani > --- > ci/helper | 48

[libvirt PATCH v3 06/10] ci: Implement 'shell' helper action

2021-03-12 Thread Andrea Bolognani
This simply calls the underlying Makefile target, but allows additional arguments to be specified in a more convenient and discoverable way. Signed-off-by: Andrea Bolognani --- ci/helper | 48 1 file changed, 48 insertions(+) diff --git