Resending tagged builds [Re: ERRORS: sblim-cmpi-base.spec]
Kacper Kornet
kornet at camk.edu.pl
Tue Jul 10 20:12:50 CEST 2012
On Tue, Jul 10, 2012 at 07:59:30PM +0200, Marcin Krol wrote:
> >Better, but still not the same as previously.
> Thats make-request.sh thing and has nothing to do with change we are
> talking about right now (added -cf to builder script call to allow
> ready builds with auto tags to succeed).
I'm sorry. I got confused between differen links to commits in gitweb.
My fault. So in our case:
@@ -126,7 +126,7 @@ def build_srpm(r, b):
if res == 0 and not "test-build" in r.flags:
for pref in config.tag_prefixes:
util.append_to(b.logfile, "Tagging with prefix: %s" % pref)
- res = chroot.run("cd rpm/packages; ./builder -r %s -Tp %s
-Tv %s" % \
+ res = chroot.run("cd rpm/packages; ./builder -cf -r %s -Tp
%s -Tv %s" % \
(b.branch, pref, b.spec), logfile = b.logfile)
if res == 0:
transfer_file(r, b
is not sufficent as option builder -cf does not disable checking if the
tag already exists. But I'm still confused about it. So maybe first
finish the second subthread.
--
Kacper
More information about the pld-devel-en
mailing list