[Buildbot-commits] [buildbot/buildbot] ebb637: added onlyImportant attribute to BaseBasicSchedule...

noreply at github.com noreply at github.com
Sun Jun 26 21:43:27 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot

  Commit: ebb637e91583e1339773d12c312e363be828d23e
      https://github.com/buildbot/buildbot/commit/ebb637e91583e1339773d12c312e363be828d23e
  Author: Derek Hurley <dzhurley at gmail.com>
  Date:   2011-06-26 (Sun, 26 Jun 2011)

  Changed paths:
    M master/buildbot/schedulers/base.py
  M master/buildbot/schedulers/basic.py
  M master/buildbot/schedulers/timed.py
  M master/buildbot/test/unit/test_schedulers_base.py
  M master/buildbot/test/unit/test_schedulers_basic.py
  M master/buildbot/test/unit/test_schedulers_timed_Nightly.py
  M master/docs/cfg-schedulers.texinfo

  Log Message:
  -----------
  added onlyImportant attribute to BaseBasicScheduler and Nightly schedulers

      The onlyImportant attribute, when True, only adds changes
      deemed important by fileIsImportant to a buildset.

fixes ticket #1957


  Commit: b1c9b0d0aa39a355d2e184e7ba8069168af94523
      https://github.com/buildbot/buildbot/commit/b1c9b0d0aa39a355d2e184e7ba8069168af94523
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-06-26 (Sun, 26 Jun 2011)

  Changed paths:
    M master/buildbot/schedulers/base.py
  M master/buildbot/schedulers/basic.py
  M master/buildbot/schedulers/timed.py
  M master/buildbot/test/unit/test_schedulers_base.py
  M master/buildbot/test/unit/test_schedulers_basic.py
  M master/buildbot/test/unit/test_schedulers_timed_Nightly.py
  M master/docs/cfg-schedulers.texinfo

  Log Message:
  -----------
  Merge branch 'ticket_1957' of git://github.com/dzhurley/buildbot

* 'ticket_1957' of git://github.com/dzhurley/buildbot:
  added onlyImportant attribute to BaseBasicScheduler and Nightly schedulers

Fixes #1957.


Compare: https://github.com/buildbot/buildbot/compare/c6bc467...b1c9b0d




More information about the Commits mailing list