Author: David Schneider <[email protected]>
Branch:
Changeset: r692:3e8024c02184
Date: 2012-09-08 18:43 +0200
http://bitbucket.org/pypy/buildbot/changeset/3e8024c02184/
Log: import and patch Trigger step
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -1,5 +1,6 @@
from buildbot.process import factory
from buildbot.steps import shell, transfer
+from buildbot.steps.trigger import Trigger
from buildbot.process.properties import WithProperties
from buildbot import locks
from pypybuildbot.util import symlink_force
@@ -23,6 +24,10 @@
ARMCrossLock = locks.MasterLock('arm_cpu', maxCount=2)
+# 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