[Buildbot-commits] [buildbot/buildbot] 320651: clean up pyflakes (one of which was a real bug)
noreply at github.com
noreply at github.com
Sat Jun 11 19:16:13 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 320651e0a18938d95fd9295239c016c862f16f70
https://github.com/buildbot/buildbot/commit/320651e0a18938d95fd9295239c016c862f16f70
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-11 (Sat, 11 Jun 2011)
Changed paths:
M master/buildbot/process/mtrlogobserver.py
M master/buildbot/steps/source.py
Log Message:
-----------
clean up pyflakes (one of which was a real bug)
Commit: b67d40cba82581592ed1720d9bf59f6713d70d2d
https://github.com/buildbot/buildbot/commit/b67d40cba82581592ed1720d9bf59f6713d70d2d
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-11 (Sat, 11 Jun 2011)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/process/build.py
M master/buildbot/process/buildstep.py
M master/buildbot/process/mtrlogobserver.py
M master/buildbot/process/properties.py
M master/buildbot/status/mail.py
M master/buildbot/status/tinderbox.py
M master/buildbot/steps/master.py
M master/buildbot/steps/shell.py
M master/buildbot/steps/slave.py
M master/buildbot/steps/source.py
M master/buildbot/steps/transfer.py
M master/buildbot/steps/trigger.py
M master/buildbot/test/unit/test_process_properties.py
M master/buildbot/test/unit/test_steps_source_Source.py
Log Message:
-----------
Merge branch 'prop'
* prop:
clean up pyflakes (one of which was a real bug)
Move rendering of properties to BuildStep.startStep.
Handle Source.computeRepositoryURL as a IRenderable.
Clean up rendering of properties, and make it more general.
Compare: https://github.com/buildbot/buildbot/compare/0edfba7...b67d40c
More information about the Commits
mailing list