pld-builder.new: PLD_Builder/buildlogs.py Initialize requester email to None.
arekm
arekm at pld-linux.org
Mon Oct 5 22:24:44 CEST 2009
Author: arekm Date: Mon Oct 5 20:24:44 2009 GMT
Module: pld-builder.new Tag: HEAD
---- Log message:
Initialize requester email to None.
---- Files affected:
pld-builder.new/PLD_Builder:
buildlogs.py (1.21 -> 1.22)
---- Diffs:
================================================================
Index: pld-builder.new/PLD_Builder/buildlogs.py
diff -u pld-builder.new/PLD_Builder/buildlogs.py:1.21 pld-builder.new/PLD_Builder/buildlogs.py:1.22
--- pld-builder.new/PLD_Builder/buildlogs.py:1.21 Fri Oct 2 09:48:37 2009
+++ pld-builder.new/PLD_Builder/buildlogs.py Mon Oct 5 22:24:39 2009
@@ -13,6 +13,7 @@
def __init__(self):
self.queue = []
self.some_failed = 0
+ self.requester_email = None
def init(self, g):
self.requester_email = g.requester_email
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/PLD_Builder/buildlogs.py?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list