[Buildbot-commits] [buildbot/buildbot] 2f8f6b: Collect all ConfigErrors, rather than raising an e...

GitHub noreply at github.com
Sun Feb 26 04:50:40 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 2f8f6b2ae173ad3d9322020c6568fea01c120384
      https://github.com/buildbot/buildbot/commit/2f8f6b2ae173ad3d9322020c6568fea01c120384
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M master/buildbot/buildslave.py
  M master/buildbot/config.py
  M master/buildbot/master.py
  M master/buildbot/process/buildstep.py
  M master/buildbot/schedulers/base.py
  M master/buildbot/schedulers/basic.py
  M master/buildbot/schedulers/dependent.py
  M master/buildbot/schedulers/timed.py
  M master/buildbot/status/mail.py
  M master/buildbot/status/web/baseweb.py
  M master/buildbot/steps/blocker.py
  M master/buildbot/steps/maxq.py
  M master/buildbot/steps/python.py
  M master/buildbot/steps/shell.py
  M master/buildbot/steps/transfer.py
  M master/buildbot/steps/trigger.py
  M master/buildbot/test/unit/test_config.py
  M master/buildbot/test/unit/test_master.py
  M master/docs/developer/config.rst
  M master/docs/release-notes.rst

  Log Message:
  -----------
  Collect all ConfigErrors, rather than raising an exception at the first error.

Instead of directly raising config.ConfigErrors, code should instead call
config.error. In the case that this is called during config, the errors will
be collected, and reported at the end. At any other point, an exception will
be raised.


  Commit: f45655230f068d6b618ff7e3fe403afdc1ea3129
      https://github.com/buildbot/buildbot/commit/f45655230f068d6b618ff7e3fe403afdc1ea3129
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M master/buildbot/buildslave.py
  M master/buildbot/config.py
  M master/buildbot/master.py
  M master/buildbot/process/buildstep.py
  M master/buildbot/schedulers/base.py
  M master/buildbot/schedulers/basic.py
  M master/buildbot/schedulers/dependent.py
  M master/buildbot/schedulers/timed.py
  M master/buildbot/status/mail.py
  M master/buildbot/status/web/baseweb.py
  M master/buildbot/steps/blocker.py
  M master/buildbot/steps/maxq.py
  M master/buildbot/steps/python.py
  M master/buildbot/steps/shell.py
  M master/buildbot/steps/transfer.py
  M master/buildbot/steps/trigger.py
  M master/buildbot/test/unit/test_config.py
  M master/buildbot/test/unit/test_master.py
  M master/docs/developer/config.rst
  M master/docs/release-notes.rst

  Log Message:
  -----------
  Merge branch 'log-all-config-errors'


Compare: https://github.com/buildbot/buildbot/compare/b448762...f456552


More information about the Commits mailing list