pld-builder.new: PLD_Builder/buildlogs.py Typo.

arekm arekm at pld-linux.org
Mon Oct 5 22:51:46 CEST 2009


Author: arekm                        Date: Mon Oct  5 20:51:46 2009 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
Typo.

---- Files affected:
pld-builder.new/PLD_Builder:
   buildlogs.py (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: pld-builder.new/PLD_Builder/buildlogs.py
diff -u pld-builder.new/PLD_Builder/buildlogs.py:1.23 pld-builder.new/PLD_Builder/buildlogs.py:1.24
--- pld-builder.new/PLD_Builder/buildlogs.py:1.23	Mon Oct  5 22:46:01 2009
+++ pld-builder.new/PLD_Builder/buildlogs.py	Mon Oct  5 22:51:41 2009
@@ -25,7 +25,7 @@
         blogfile = os.path.basename(logfile)
         name = re.sub(r"\.spec\.log", "", blogfile) + "," + id + '.' + blogfile + ".bz2"
         ret = os.system("bzip2 --best --force < %s > %s" \
-                    % (logfile, path.buildlogs_queue_dir + '/' + id '.' + blogfile))
+                    % (logfile, path.buildlogs_queue_dir + '/' + 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.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list