Re: [libvirt PATCH 11/33] ci: build.sh: Add a wrapper function over the 'rpmbuild' job

2023-09-01 Thread Daniel P . Berrangé
On Fri, Sep 01, 2023 at 09:29:13AM +0200, Erik Skultety wrote: > On Thu, Aug 31, 2023 at 05:55:54PM +0100, Daniel P. Berrangé wrote: > > On Fri, Aug 25, 2023 at 07:55:19PM +0200, Erik Skultety wrote: > > > This helper is a shell function transcript of its original GitLab CI > > > counterpart. > >

Re: [libvirt PATCH 11/33] ci: build.sh: Add a wrapper function over the 'rpmbuild' job

2023-09-01 Thread Erik Skultety
On Fri, Aug 25, 2023 at 07:55:19PM +0200, Erik Skultety wrote: > This helper is a shell function transcript of its original GitLab CI > counterpart. > > Signed-off-by: Erik Skultety > --- > ci/build.sh | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/ci/build.sh

Re: [libvirt PATCH 11/33] ci: build.sh: Add a wrapper function over the 'rpmbuild' job

2023-09-01 Thread Erik Skultety
On Thu, Aug 31, 2023 at 05:55:54PM +0100, Daniel P. Berrangé wrote: > On Fri, Aug 25, 2023 at 07:55:19PM +0200, Erik Skultety wrote: > > This helper is a shell function transcript of its original GitLab CI > > counterpart. > > > > Signed-off-by: Erik Skultety > > --- > > ci/build.sh | 11

Re: [libvirt PATCH 11/33] ci: build.sh: Add a wrapper function over the 'rpmbuild' job

2023-08-31 Thread Daniel P . Berrangé
On Fri, Aug 25, 2023 at 07:55:19PM +0200, Erik Skultety wrote: > This helper is a shell function transcript of its original GitLab CI > counterpart. > > Signed-off-by: Erik Skultety > --- > ci/build.sh | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/ci/build.sh

[libvirt PATCH 11/33] ci: build.sh: Add a wrapper function over the 'rpmbuild' job

2023-08-25 Thread Erik Skultety
This helper is a shell function transcript of its original GitLab CI counterpart. Signed-off-by: Erik Skultety --- ci/build.sh | 11 +++ 1 file changed, 11 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index 6990f2d171..30f4712e4b 100644 --- a/ci/build.sh +++ b/ci/build.sh @@