Author: David Schneider <[email protected]>
Branch: buildbot-0.8.7
Changeset: r838:b66b878f2ec1
Date: 2013-08-28 21:06 +0200
http://bitbucket.org/pypy/buildbot/changeset/b66b878f2ec1/
Log: remove hack
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -29,10 +29,6 @@
ARMBoardLock = locks.SlaveLock('arm_boards', maxCount=1)
-# XXX monkey patch Trigger class, there are to issues with the list of
renderables
-# original: Trigger.renderables = [ 'set_propetries', 'scheduler',
'sourceStamp' ]
-Trigger.renderables = [ 'set_properties', 'schedulerNames', 'sourceStamp' ]
-
class ShellCmd(shell.ShellCommand):
# our own version that can distinguish abort cases (rc == -1)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit