[Buildbot-commits] [buildbot/buildbot] 23e078: fix typos; h/t to pselle

GitHub noreply at github.com
Mon Mar 12 23:06:39 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 23e078649af58d001a7ece498032cb10ca707cf3
      https://github.com/buildbot/buildbot/commit/23e078649af58d001a7ece498032cb10ca707cf3
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M master/docs/manual/cfg-schedulers.rst

  Log Message:
  -----------
  fix typos; h/t to pselle


  Commit: b0716221eca3ec685a48771473d6266e0f6ed1c5
      https://github.com/buildbot/buildbot/commit/b0716221eca3ec685a48771473d6266e0f6ed1c5
  Author: Pam Selle <pamela.selle at gmail.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M master/buildbot/schedulers/timed.py
  M master/buildbot/test/unit/test_schedulers_timed_Nightly.py
  A master/buildbot/util/croniter.py

  Log Message:
  -----------
  More efficient Nightly next build algorithm.

Fixes #1951
Added croniter under MIT license
Some edge test cases are skipped


  Commit: 1d2c14b6c06c2bd1f37670fabc73e5a73a3f4e6d
      https://github.com/buildbot/buildbot/commit/1d2c14b6c06c2bd1f37670fabc73e5a73a3f4e6d
  Author: Pam Selle <pamela.selle at gmail.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M master/buildbot/schedulers/timed.py
  M master/buildbot/util/croniter.py

  Log Message:
  -----------
  Pyflakes fixes

Fixed unused imports and variable errors from pyflakes


  Commit: 39d6eb8bcc2d5c2c0f1ec4d3f48115c4382671ec
      https://github.com/buildbot/buildbot/commit/39d6eb8bcc2d5c2c0f1ec4d3f48115c4382671ec
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M master/buildbot/schedulers/timed.py
  M master/docs/release-notes.rst
  M master/setup.py

  Log Message:
  -----------
  Require python-dateutil==1.5, and only import it if using Nightly

Refs #1951.


  Commit: f23540d74201ec1a7527ac8843acbd2163c7f433
      https://github.com/buildbot/buildbot/commit/f23540d74201ec1a7527ac8843acbd2163c7f433
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-03-12 (Mon, 12 Mar 2012)

  Changed paths:
    M master/buildbot/schedulers/timed.py
  M master/buildbot/test/unit/test_schedulers_timed_Nightly.py
  A master/buildbot/util/croniter.py
  M master/docs/release-notes.rst
  M master/setup.py

  Log Message:
  -----------
  Merge branch 'croniter-compat'

* croniter-compat:
  Require python-dateutil==1.5, and only import it if using Nightly
  Pyflakes fixes
  More efficient Nightly next build algorithm.


Compare: https://github.com/buildbot/buildbot/compare/4f20e1a...f23540d


More information about the Commits mailing list