[Buildbot-commits] [buildbot/buildbot] bb9e0f: remove unused variables from setupBuild
GitHub
noreply at github.com
Wed Jan 7 13:51:43 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: bb9e0f9d3bf23d07b7f2ae57c7df3047ae0be628
https://github.com/buildbot/buildbot/commit/bb9e0f9d3bf23d07b7f2ae57c7df3047ae0be628
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M master/buildbot/process/build.py
Log Message:
-----------
remove unused variables from setupBuild
Commit: ae81e47e4d5bea2ad5522ef883847e7b42255416
https://github.com/buildbot/buildbot/commit/ae81e47e4d5bea2ad5522ef883847e7b42255416
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M master/buildbot/process/build.py
Log Message:
-----------
Move logic to ensure step name is unique in a build to a seperate function.
Also keep track of step names outside the scope of setupBuild() so that we
can enforce unique step names for steps added after calling setupBuild().
Commit: 09afe9b8aaef0eaf311c0b99ee1bb692954490d8
https://github.com/buildbot/buildbot/commit/09afe9b8aaef0eaf311c0b99ee1bb692954490d8
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M master/buildbot/process/build.py
Log Message:
-----------
Move the setup of build steps to a seperate function so it can be called later.
Commit: 8bb1e35b4177e3eb644ce74e6de0d37b7591fca8
https://github.com/buildbot/buildbot/commit/8bb1e35b4177e3eb644ce74e6de0d37b7591fca8
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M master/buildbot/process/build.py
Log Message:
-----------
Add functions to add more steps next or at the end during the build
Commit: c2ce98f1e5eb795fc38c019151769ef73556a8dd
https://github.com/buildbot/buildbot/commit/c2ce98f1e5eb795fc38c019151769ef73556a8dd
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M master/buildbot/test/unit/test_process_build.py
Log Message:
-----------
Add unit tests for addStepsAfterCurrentStep and addStepsAfterLastStep
Commit: 73ccdebd0d285d196b6404838e3ff225a8686ee8
https://github.com/buildbot/buildbot/commit/73ccdebd0d285d196b6404838e3ff225a8686ee8
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M master/buildbot/process/build.py
Log Message:
-----------
Move step name into format string
Commit: ee7f5260ce9bcb6e3d4e80919623c27d4a95b96b
https://github.com/buildbot/buildbot/commit/ee7f5260ce9bcb6e3d4e80919623c27d4a95b96b
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths:
M master/docs/manual/cfg-buildfactories.rst
Log Message:
-----------
add example of using addStepsAfterCurrentStep to docs
Commit: 1117b94e717e02a189abe17be60b1424c9a28884
https://github.com/buildbot/buildbot/commit/1117b94e717e02a189abe17be60b1424c9a28884
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
add entry in release notes for dynamically adding steps during a build
Commit: d78d4fc0877a3cea431d3448f3a58186d2171252
https://github.com/buildbot/buildbot/commit/d78d4fc0877a3cea431d3448f3a58186d2171252
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths:
M master/buildbot/process/build.py
M master/buildbot/test/unit/test_process_build.py
M master/docs/manual/cfg-buildfactories.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1476 from thedylman/dynamic-build
Dynamic build
Compare: https://github.com/buildbot/buildbot/compare/644fc8f44d4f...d78d4fc0877a
More information about the Commits
mailing list