[Buildbot-commits] [buildbot/buildbot] ea039f: addBuildset now returns (bsid, brids)
noreply at github.com
noreply at github.com
Fri Apr 29 04:37:30 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: ea039fa1d205cd65d8efa8717e53c2887554bbf2
https://github.com/buildbot/buildbot/commit/ea039fa1d205cd65d8efa8717e53c2887554bbf2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-04-28 (Thu, 28 Apr 2011)
Changed paths:
M master/buildbot/db/buildsets.py
M master/buildbot/interfaces.py
M master/buildbot/master.py
M master/buildbot/process/builder.py
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/triggerable.py
M master/buildbot/schedulers/trysched.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_db_buildsets.py
M master/buildbot/test/unit/test_master.py
M master/buildbot/test/unit/test_schedulers_base.py
M master/buildbot/test/unit/test_schedulers_dependent.py
M master/buildbot/test/unit/test_schedulers_triggerable.py
M master/buildbot/test/unit/test_schedulers_trysched.py
Log Message:
-----------
addBuildset now returns (bsid, brids)
The return value of this function is reflected through a few wrappers -
`master.addBuildset` and the various `BaseScheduler.addBuildset*`
methods.
More information about the Commits
mailing list