]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Use per builder log file names.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Oct 2011 14:28:21 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/buildlogs.py -> 1.29

PLD_Builder/buildlogs.py

index 2779ae934f26e80e4c595227fa337884b0978585..45c16b0573c537f1e748e331a75a45787864838f 100644 (file)
@@ -35,7 +35,7 @@ class Buildlogs_Queue:
         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):
This page took 0.034546 seconds and 4 git commands to generate.