[Buildbot-commits] [buildbot/buildbot] 82ee17: SingleBranchScheduler: add createAbsoluteSourceSta...
GitHub
noreply at github.com
Fri Jun 14 03:20:50 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 82ee171b8db983bb4c4c3d2158492cd7496526ae
https://github.com/buildbot/buildbot/commit/82ee171b8db983bb4c4c3d2158492cd7496526ae
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/basic.py
M master/buildbot/test/unit/test_schedulers_basic.py
Log Message:
-----------
SingleBranchScheduler: add createAbsoluteSourceStamps config option
This option affects multi-codebase setups. When this option is enabled,
it uses the last revision seen for each codebase without a change instead
of using the latest revision.
Commit: 949a42c67f4251e6dfba4a399bab62e8c2ab0c8f
https://github.com/buildbot/buildbot/commit/949a42c67f4251e6dfba4a399bab62e8c2ab0c8f
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2013-06-08 (Sat, 08 Jun 2013)
Changed paths:
M master/docs/manual/cfg-schedulers.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
SingleBranchScheduler: add description and note for createAbsoluteSourceStamps argument.
Commit: 91316a287990a4fd7e5010961c02bfc3d9ff8618
https://github.com/buildbot/buildbot/commit/91316a287990a4fd7e5010961c02bfc3d9ff8618
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M master/buildbot/schedulers/basic.py
Log Message:
-----------
SingleBranchScheduler: only access database if createAbsoluteSourceStamps enabled
Commit: e082a5a580b80c6fc065520656fd959f5dd5e878
https://github.com/buildbot/buildbot/commit/e082a5a580b80c6fc065520656fd959f5dd5e878
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M master/buildbot/schedulers/basic.py
Log Message:
-----------
SingleBranchScheduler: remove shouldntBeSet argument and return None in defer
Commit: 6fa284f782b518836069a2e00005ce3853238aac
https://github.com/buildbot/buildbot/commit/6fa284f782b518836069a2e00005ce3853238aac
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-06-13 (Thu, 13 Jun 2013)
Changed paths:
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/basic.py
M master/buildbot/test/unit/test_schedulers_basic.py
M master/docs/manual/cfg-schedulers.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'sbs-abs-source-stamps' of git://github.com/thedylman/buildbot
Compare: https://github.com/buildbot/buildbot/compare/95f4392f172c...6fa284f782b5
More information about the Commits
mailing list