[Buildbot-commits] [buildbot/buildbot] c8adb1: Re-added backwards compatibility for older masters
noreply at github.com
noreply at github.com
Tue Jun 14 02:56:49 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: c8adb12a3651d8d3c65a3c2d22d9e59f6f52cf76
https://github.com/buildbot/buildbot/commit/c8adb12a3651d8d3c65a3c2d22d9e59f6f52cf76
Author: aslater <adam.j.slater at gmail.com>
Date: 2011-06-13 (Mon, 13 Jun 2011)
Changed paths:
M master/buildbot/clients/tryclient.py
M master/buildbot/db/migrate/versions/009_add_patch_author.py
M master/buildbot/db/model.py
M master/buildbot/db/sourcestamps.py
M master/buildbot/schedulers/trysched.py
M master/buildbot/test/unit/test_schedulers_trysched.py
Log Message:
-----------
Re-added backwards compatibility for older masters
Changed default value of patch author and comment to "" rather than None
Commit: 2fb8805d276d17de086cd713d6fbfbe7e3852bcb
https://github.com/buildbot/buildbot/commit/2fb8805d276d17de086cd713d6fbfbe7e3852bcb
Author: aslater <adam.j.slater at gmail.com>
Date: 2011-06-13 (Mon, 13 Jun 2011)
Changed paths:
M master/NEWS
M master/buildbot/db/changes.py
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/scripts/runner.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/fake/fakedb.py
M master/buildbot/test/unit/test_process_properties.py
M master/buildbot/test/unit/test_steps_source_Source.py
M master/contrib/buildbot_json.py
M master/docs/cfg-schedulers.texinfo
M master/docs/cfg-statustargets.texinfo
M master/docs/configuration.texinfo
M slave/NEWS
M slave/buildslave/commands/hg.py
M slave/buildslave/test/unit/test_commands_hg.py
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into try_comment
Commit: 511556b1cf98b667016691e6bc32ea198282be8e
https://github.com/buildbot/buildbot/commit/511556b1cf98b667016691e6bc32ea198282be8e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-13 (Mon, 13 Jun 2011)
Changed paths:
M master/buildbot/clients/tryclient.py
A master/buildbot/db/migrate/versions/009_add_patch_author.py
M master/buildbot/db/model.py
M master/buildbot/db/sourcestamps.py
M master/buildbot/process/build.py
M master/buildbot/schedulers/trysched.py
M master/buildbot/scripts/runner.py
M master/buildbot/sourcestamp.py
M master/buildbot/status/mail.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/regressions/test_shell_command_properties.py
M master/buildbot/test/unit/test_db_sourcestamps.py
M master/buildbot/test/unit/test_process_build.py
M master/buildbot/test/unit/test_schedulers_trysched.py
M master/buildbot/test/unit/test_sourcestamp.py
M master/docs/cfg-statustargets.texinfo
M master/docs/concepts.texinfo
M master/docs/cust-changesources.texinfo
Log Message:
-----------
Merge branch 'try_comment' of git://github.com/aslater/buildbot
* 'try_comment' of git://github.com/aslater/buildbot:
Re-added backwards compatibility for older masters Changed default value of patch author and comment to "" rather than None
Tested try comments
Removed debug prints and extraneous code
Tested and fixed addition of try user to build blamelists
Fixed a DB upgrade issue; runner.py:upgradeMaster explicitly creates a DB connector with master=None, so a master reference in the caching code was causing problems
Added documentation
Added patch author to interested users list for try builds; still need to add to documentation
Add optional warning threshold to warning counting shell commands
Commit: 67e5af854db418dd1a27f79c69245a8334779950
https://github.com/buildbot/buildbot/commit/67e5af854db418dd1a27f79c69245a8334779950
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-13 (Mon, 13 Jun 2011)
Changed paths:
M master/docs/cfg-statustargets.texinfo
Log Message:
-----------
tabs to spaces in docs
Compare: https://github.com/buildbot/buildbot/compare/bb9f245...67e5af8
More information about the Commits
mailing list