]> TLD Linux GIT Repositories - tld-builder.git/commitdiff
- fix auto tagging
authorMarcin Krol <hawk@tld-linux.org>
Tue, 10 Jul 2012 15:51:53 +0000 (17:51 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 10 Jul 2012 15:51:53 +0000 (17:51 +0200)
PLD_Builder/srpm_builder.py

index 05208586ec6c56a7df86123e4c8bf8cada31a367..30f5c5e0d564989b7f5734e8b184dbd3a849f2c0 100644 (file)
@@ -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)