[pypy-commit] buildbot buildbot-0.8.7: remove hack

bivab noreply at buildbot.pypy.org
Thu Aug 29 13:34:58 CEST 2013


Author: David Schneider <david.schneider at picle.org>
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)
 


More information about the pypy-commit mailing list