[Buildbot-commits] [buildbot/buildbot] f8c4dc: Add NEWS about slave-initiated graceful shutdown

noreply at github.com noreply at github.com
Wed Dec 15 17:30:55 UTC 2010


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

Commit: f8c4dc4e508a2f7d58afa96e802833a68df80abe
    https://github.com/buildbot/buildbot/commit/f8c4dc4e508a2f7d58afa96e802833a68df80abe
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-14 (Tue, 14 Dec 2010)

Changed paths:
  M slave/NEWS

Log Message:
-----------
Add NEWS about slave-initiated graceful shutdown


Commit: 3b7a8d3e311a08eacfb7edf13b4f692bcf18838b
    https://github.com/buildbot/buildbot/commit/3b7a8d3e311a08eacfb7edf13b4f692bcf18838b
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/buildbot/status/status_gerrit.py

Log Message:
-----------
Shorten try..except block (per Dustin's request).


Commit: 84b45f08273964aab1297714eb2f83fd33d1413e
    https://github.com/buildbot/buildbot/commit/84b45f08273964aab1297714eb2f83fd33d1413e
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/buildbot/status/status_gerrit.py

Log Message:
-----------
Add optional arg parameter that will be passed to the callback.

While there, make sure that parameters of correct type are passed
to ssh command.


Commit: 84201f1ecc8f229430c4348c71afbb385f4556bc
    https://github.com/buildbot/buildbot/commit/84201f1ecc8f229430c4348c71afbb385f4556bc
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/buildbot/changes/gerritchangesource.py

Log Message:
-----------
Replace "change-merged" with "ref-updated" event.

Events of type "change-merged" are is IMHO quite useless, because
Change that is passed back to the Buildbot is exactly the same as
in the "patchset-created" event.

While there, set Change's category to event type, so that we could
filter build requests on event type using ChangeFilter.


Commit: d4584e0a757411375c269a96f94a95229d8d9ce5
    https://github.com/buildbot/buildbot/commit/d4584e0a757411375c269a96f94a95229d8d9ce5
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/docs/cfg-buildsteps.texinfo
  M master/docs/cfg-changesources.texinfo
  M master/docs/cfg-statustargets.texinfo

Log Message:
-----------
Sync documentation with recent changes, fixes #1721, #1722.


Commit: e3677759052056e1bafacf48e3bb7731bd40e8ad
    https://github.com/buildbot/buildbot/commit/e3677759052056e1bafacf48e3bb7731bd40e8ad
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/docs/examples/repo_gerrit.cfg

Log Message:
-----------
Sync example with recent changes.


Commit: c21d5c57e3589bc59dfb45d844f136b7133db81c
    https://github.com/buildbot/buildbot/commit/c21d5c57e3589bc59dfb45d844f136b7133db81c
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/buildbot/status/mail.py
  M master/buildbot/test/unit/test_changes_gitpoller.py
  M master/buildbot/util/monkeypatches.py
  M slave/buildslave/test/unit/test_bot_BuildSlave.py

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


Commit: 1138e3aec3bed971b5a288691c7d0a2210a74ac6
    https://github.com/buildbot/buildbot/commit/1138e3aec3bed971b5a288691c7d0a2210a74ac6
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/buildbot/changes/gerritchangesource.py
  M master/buildbot/status/status_gerrit.py
  M master/docs/cfg-buildsteps.texinfo
  M master/docs/cfg-changesources.texinfo
  M master/docs/cfg-statustargets.texinfo
  M master/docs/examples/repo_gerrit.cfg

Log Message:
-----------
Merge branch 'master' of git://github.com/PiotrSikora/buildbot

* 'master' of git://github.com/PiotrSikora/buildbot:
  Sync example with recent changes.
  Sync documentation with recent changes, fixes #1721, #1722.
  Replace "change-merged" with "ref-updated" event.
  Add optional arg parameter that will be passed to the callback.
  Shorten try..except block (per Dustin's request).


Commit: df6b89e016485501f26842bfc28dac84ca76bf37
    https://github.com/buildbot/buildbot/commit/df6b89e016485501f26842bfc28dac84ca76bf37
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-15 (Wed, 15 Dec 2010)

Changed paths:
  M master/buildbot/status/status_gerrit.py
  M master/buildbot/test/unit/test_changes_gerritchangesource.py

Log Message:
-----------
fix gerritchangesource tests, pyflakes






More information about the Commits mailing list