pld-builder.new: PLD_Builder/buildlogs.py One more place.

arekm arekm at pld-linux.org
Sun Oct 2 16:31:06 CEST 2011


Author: arekm                        Date: Sun Oct  2 14:31:06 2011 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
One more place.

---- Files affected:
pld-builder.new/PLD_Builder:
   buildlogs.py (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: pld-builder.new/PLD_Builder/buildlogs.py
diff -u pld-builder.new/PLD_Builder/buildlogs.py:1.29 pld-builder.new/PLD_Builder/buildlogs.py:1.30
--- pld-builder.new/PLD_Builder/buildlogs.py:1.29	Sun Oct  2 16:28:21 2011
+++ pld-builder.new/PLD_Builder/buildlogs.py	Sun Oct  2 16:31:01 2011
@@ -25,7 +25,7 @@
         blogfile = os.path.basename(logfile)
         name = re.sub(r"\.spec\.log", "", blogfile) + "," + id + ".bz2"
         ret = os.system("bzip2 --best --force < %s > %s" \
-                    % (logfile, path.buildlogs_queue_dir + '/' + id + '.' + blogfile))
+                    % (logfile, path.buildlogs_queue_dir + '/' + config.builder + '.' + id + '.' + blogfile))
         if ret:
             log.error("bzip2 compression of %s failed; does bzip2 binary exist?" % (logfile))
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/PLD_Builder/buildlogs.py?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list