pld-builder.new: PLD_Builder/buildlogs.py Use per builder log file names.

arekm arekm at pld-linux.org
Sun Oct 2 16:28:26 CEST 2011


Author: arekm                        Date: Sun Oct  2 14:28:26 2011 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
Use per builder log file names.

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

---- Diffs:

================================================================
Index: pld-builder.new/PLD_Builder/buildlogs.py
diff -u pld-builder.new/PLD_Builder/buildlogs.py:1.28 pld-builder.new/PLD_Builder/buildlogs.py:1.29
--- pld-builder.new/PLD_Builder/buildlogs.py:1.28	Sun Oct  2 16:21:13 2011
+++ pld-builder.new/PLD_Builder/buildlogs.py	Sun Oct  2 16:28:21 2011
@@ -35,7 +35,7 @@
         f.write("Status: %s\nEND\n" % s)
         f.close()
 
-        self.queue.append({'name': name, config.builder + '.' + id + '.' + blogfile, 'failed': failed})
+        self.queue.append({'name': name, 'id': config.builder + '.' + id + '.' + blogfile, 'failed': failed})
 
     def flush(self):
         def desc(l):
================================================================

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



More information about the pld-cvs-commit mailing list