[Buildbot-commits] [buildbot/buildbot] 786b68: remove unused test functions from BotMaster
noreply at github.com
noreply at github.com
Sun Feb 27 23:00:15 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 786b6835a43d0f65312b250ccb6048695c8bc541
https://github.com/buildbot/buildbot/commit/786b6835a43d0f65312b250ccb6048695c8bc541
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-27 (Sun, 27 Feb 2011)
Changed paths:
M master/buildbot/master.py
Log Message:
-----------
remove unused test functions from BotMaster
Commit: 919f116ad43d2d05f490982a058a16be68ef9ae8
https://github.com/buildbot/buildbot/commit/919f116ad43d2d05f490982a058a16be68ef9ae8
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-27 (Sun, 27 Feb 2011)
Changed paths:
M master/buildbot/buildrequest.py
M master/buildbot/clients/tryclient.py
M master/buildbot/db/connector.py
M master/buildbot/master.py
M master/buildbot/process/base.py
A master/buildbot/process/build.py
M master/buildbot/process/builder.py
A master/buildbot/process/buildrequest.py
M master/buildbot/process/buildstep.py
M master/buildbot/process/factory.py
A master/buildbot/process/sourcestamp.py
M master/buildbot/sourcestamp.py
M master/buildbot/status/builder.py
M master/buildbot/status/web/grid.py
M master/buildbot/status/web/status_json.py
M master/buildbot/status/words.py
M master/buildbot/test/regressions/test_shell_command_properties.py
M master/buildbot/test/regressions/test_sourcestamp_revision.py
M master/buildbot/test/unit/test_oldpaths.py
R master/buildbot/test/unit/test_persistent_queue.py
R master/buildbot/test/unit/test_process_base.py
A master/buildbot/test/unit/test_process_build.py
R master/buildbot/test/unit/test_repo_parse_download.py
R master/buildbot/test/unit/test_source_repourl.py
A master/buildbot/test/unit/test_status_persistent_queue.py
A master/buildbot/test/unit/test_steps_source_Repo.py
A master/buildbot/test/unit/test_steps_source_Source.py
M master/docs/cfg-statustargets.texinfo
Log Message:
-----------
move classes out of the top level package
This leaves "redirect" modules in place, so the old names still work
(and are tested to do so)
Commit: cc298b8af72f07a3c77a825a00e8d7fc15ce27b2
https://github.com/buildbot/buildbot/commit/cc298b8af72f07a3c77a825a00e8d7fc15ce27b2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-27 (Sun, 27 Feb 2011)
Changed paths:
M master/buildbot/process/build.py
M master/buildbot/process/buildrequest.py
M master/buildbot/test/unit/test_process_build.py
Log Message:
-----------
remove BuildRequest's startCount
Commit: 238cb32e49f48c66972edadd62c892dd07874b58
https://github.com/buildbot/buildbot/commit/238cb32e49f48c66972edadd62c892dd07874b58
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-27 (Sun, 27 Feb 2011)
Changed paths:
M master/buildbot/process/builder.py
M master/buildbot/process/buildrequest.py
Log Message:
-----------
move BuildRequestControl into buildrequest.py
More information about the Commits
mailing list