[Buildbot-commits] [buildbot/buildbot] 1ad13d: Add createAbsoluteSourceStamps argument to Nightly

GitHub noreply at github.com
Fri Nov 1 00:17:57 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 1ad13d7d2708a833b8f939d7acd0f281d1b56cb8
      https://github.com/buildbot/buildbot/commit/1ad13d7d2708a833b8f939d7acd0f281d1b56cb8
  Author: Malcolm Parsons <malcolm.parsons at gmail.com>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M master/buildbot/schedulers/timed.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_schedulers_timed_Nightly.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Add createAbsoluteSourceStamps argument to Nightly

This is based on pull request #758.

When multiple codebases are used and createAbsoluteSourceStamps is
enabled, it uses the last revision seen for each codebase without
changes when creating the buildset. This stops any changes from the time
the buildset it created and source step is run from being included in
the build.


  Commit: 09663f75cd11cba3c16b46f33c786fae5fc42d08
      https://github.com/buildbot/buildbot/commit/09663f75cd11cba3c16b46f33c786fae5fc42d08
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M master/buildbot/schedulers/timed.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_schedulers_timed_Nightly.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'nightly-abs-source-stamps' of git://github.com/pepsiman/buildbot


Compare: https://github.com/buildbot/buildbot/compare/9ff35ef8c09b...09663f75cd11


More information about the Commits mailing list