[Buildbot-commits] [buildbot/buildbot] 57c6b1: Make Trigger tests use an ITriggerableScheduler, i...
GitHub
noreply at github.com
Wed Nov 21 18:26:22 UTC 2012
Branch: refs/heads/buildbot-0.8.7
Home: https://github.com/buildbot/buildbot
Commit: 57c6b171b32e6d49d744302ce00f2b38edbfc649
https://github.com/buildbot/buildbot/commit/57c6b171b32e6d49d744302ce00f2b38edbfc649
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M master/buildbot/test/unit/test_steps_trigger.py
Log Message:
-----------
Make Trigger tests use an ITriggerableScheduler, instead of a Triggerable subclass.
Commit: b2b4c237cf8f8fd2091442aed9c323b3a5fbbaf9
https://github.com/buildbot/buildbot/commit/b2b4c237cf8f8fd2091442aed9c323b3a5fbbaf9
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M master/buildbot/test/unit/test_steps_trigger.py
Log Message:
-----------
Remove unsued arguments to FakeSourceStamp in trigger tests.
Commit: e8169fbb0f55264c0fec8295efeccfddb0c2f3e3
https://github.com/buildbot/buildbot/commit/e8169fbb0f55264c0fec8295efeccfddb0c2f3e3
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M master/buildbot/test/unit/test_steps_trigger.py
Log Message:
-----------
test_step_trigger: Simplify setupStep arguments.
Rather than taking an arbitrary set of keyword arguments and modifying it,
just take the argument explicitly.
Commit: 8148b1bbbebbcb06b67492bb962a81f08bf2a647
https://github.com/buildbot/buildbot/commit/8148b1bbbebbcb06b67492bb962a81f08bf2a647
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M master/buildbot/steps/trigger.py
M master/buildbot/test/unit/test_steps_trigger.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Trigger: Ignore sourcestamp from build if ``sourceStamps`` is set.
This was mistakenly changed in 0.8.7.
Commit: a76dcc474e2b8b5fcf3ec41495c79a9b6fe345cd
https://github.com/buildbot/buildbot/commit/a76dcc474e2b8b5fcf3ec41495c79a9b6fe345cd
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M master/buildbot/steps/trigger.py
M master/buildbot/test/unit/test_steps_trigger.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Trigger: Make ``alwaysUseLatest`` ignore current builds source stamps.
Commit: 8ba7008c0e041c6ecc4b23184a46faae7e6f62fa
https://github.com/buildbot/buildbot/commit/8ba7008c0e041c6ecc4b23184a46faae7e6f62fa
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M master/buildbot/steps/trigger.py
M master/buildbot/test/unit/test_steps_trigger.py
Log Message:
-----------
Trigger: Use BuildStatus.getAllGotRevisions.
This logic was a duplicate of logic elsewhere.
Commit: beff5a03169d7b80f10f9fabd183765c3ec39def
https://github.com/buildbot/buildbot/commit/beff5a03169d7b80f10f9fabd183765c3ec39def
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M master/buildbot/schedulers/base.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Properly accept changes, when creating buildsets for source stamp lists.
Fixes #2376.
Commit: e270a2c7b034fbe68dec43d94dd67d75084a968f
https://github.com/buildbot/buildbot/commit/e270a2c7b034fbe68dec43d94dd67d75084a968f
Author: Malcolm Parsons <malcolm.parsons at gmail.com>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/docs/manual/cfg-schedulers.rst
Log Message:
-----------
Fix get_compatible_builds example
Commit: b7c9a0f0ed0ed0e9a76ea0cbe5ce1500c6d2752a
https://github.com/buildbot/buildbot/commit/b7c9a0f0ed0ed0e9a76ea0cbe5ce1500c6d2752a
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/buildbot/status/mail.py
Log Message:
-----------
Use 'replace' when decoding logfiles as UTF-8
Since logfiles may not be in UTF-8, and may in fact not be in any
particular encoding, this is reasonable. Refs #2373.
Commit: 0d5a70c586d49d86a561e4f0f63ca44d813637c0
https://github.com/buildbot/buildbot/commit/0d5a70c586d49d86a561e4f0f63ca44d813637c0
Author: Florin Dinu <contact at florindinu.ro>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/buildbot/changes/hgpoller.py
Log Message:
-----------
HgPoller breaks with invalid UTF-8 hg output
If there are invalid UTF-8 characters in Mercurial's output, HgPoller
will raise an error. Invalid characters can most likely come from
commit messages.
It should use errors="replace" when decoding the output so
it handles things gracefully.
Commit: 2df815cc2692e86f07db01d0ce7741c1828e4e19
https://github.com/buildbot/buildbot/commit/2df815cc2692e86f07db01d0ce7741c1828e4e19
Author: Benoît Allard <benoit.allard at gmx.de>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/docs/manual/concepts.rst
Log Message:
-----------
Add note about source steps having their own workdir when working with multiple codebases.
Addition suggested by confusion on the mailing list.
Commit: 46a89241935f7dc090f9ce72b767f3841cc800fa
https://github.com/buildbot/buildbot/commit/46a89241935f7dc090f9ce72b767f3841cc800fa
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/buildbot/changes/hgpoller.py
Log Message:
-----------
fix decode call
Commit: fa43f2df85e8e70e37dd7e42eec7bc5d70bbad33
https://github.com/buildbot/buildbot/commit/fa43f2df85e8e70e37dd7e42eec7bc5d70bbad33
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
Log Message:
-----------
fix docs for getSourceStamp -> getSourceStamps; fixes #2397
Commit: 41914a097a6287b2188aad8c0e5cda375c148ea9
https://github.com/buildbot/buildbot/commit/41914a097a6287b2188aad8c0e5cda375c148ea9
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
fix typos in class names
Commit: 2678d4dedc46eab0f68a27c6f79056c73a475b83
https://github.com/buildbot/buildbot/commit/2678d4dedc46eab0f68a27c6f79056c73a475b83
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/buildbot/process/botmaster.py
Log Message:
-----------
only catch Exception, and specifically not GeneratorExit, inside inlineCallbacks
Refs #2395.
Commit: 062402b79e5fc77f509b7726d2cfac7d84332e20
https://github.com/buildbot/buildbot/commit/062402b79e5fc77f509b7726d2cfac7d84332e20
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/docs/manual/cfg-builders.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Document that nextSlave can return a Deferred
Commit: 347345a368e8ea20a4308c1fbb9b10bc24817769
https://github.com/buildbot/buildbot/commit/347345a368e8ea20a4308c1fbb9b10bc24817769
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/buildbot/schedulers/base.py
M master/buildbot/steps/trigger.py
M master/buildbot/test/unit/test_steps_trigger.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'bug2376' into buildbot-0.8.7
Conflicts:
master/docs/relnotes/index.rst
Commit: e4be67dba135ed6acbf6a41a65293ae7fa0fe5a8
https://github.com/buildbot/buildbot/commit/e4be67dba135ed6acbf6a41a65293ae7fa0fe5a8
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-11-21 (Wed, 21 Nov 2012)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Release notes updates.
Compare: https://github.com/buildbot/buildbot/compare/9eb0c99ba2b9...e4be67dba135
More information about the Commits
mailing list