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 <eskultet@xxxxxxxxxx> > --- > 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 > @@ -94,3 +94,14 @@ run_potfile() { > run_meson_setup > run_build > } > + > +run_rpmbuild() { > + local CMD="rpmbuild \ > + --clean \ > + --nodeps \ > + --define "_without_mingw 1" \ > + -ta build/meson-dist/libvirt-*.tar.xz" > + > + run_meson_setup Redundant here as implied by run_dist > + run_dist > +} With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|