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
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en