[Buildbot-commits] [buildbot/buildbot] ec85bd: Docs: update some index references
GitHub
noreply at github.com
Tue Jul 9 22:34:39 UTC 2013
Branch: refs/heads/buildbot-0.8.8
Home: https://github.com/buildbot/buildbot
Commit: ec85bdc3f2be7494e0bf7c7d22c19d73f52038e3
https://github.com/buildbot/buildbot/commit/ec85bdc3f2be7494e0bf7c7d22c19d73f52038e3
Author: Jared Grubb <jgrubb at apple.com>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M master/docs/developer/cls-iproperties.rst
M master/docs/developer/cls-irenderable.rst
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-properties.rst
Log Message:
-----------
Docs: update some index references
Commit: 789dedd66cf7b4064ce5f8ad0582717c336692ea
https://github.com/buildbot/buildbot/commit/789dedd66cf7b4064ce5f8ad0582717c336692ea
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M master/buildbot/steps/source/repo.py
M master/buildbot/test/unit/test_changes_gerritchangesource.py
M master/buildbot/test/unit/test_steps_source_repo.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
repo codingStyle fixes
- repo step and unit tests are now pep8 compliant
- fixed camelCase for repo step parameters
- removed usage of properties as input of the step.
Its now job of use to choose which property name he wants via renderable
- added test on repo download from changesource
- update doc and release notes
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 75149f365576a97d2d7a486aab2aa00774991b28
https://github.com/buildbot/buildbot/commit/75149f365576a97d2d7a486aab2aa00774991b28
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M master/buildbot/steps/source/repo.py
M master/buildbot/test/unit/test_steps_source_repo.py
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
repo: add RepoDownloadsFromChangeSource renderable
Suggestion from Tom to put this away from the step code.
In cunjunction with FlattenList, this works well.
+ some more minor review handling
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: dd34e3cde87d80aa6f6456f6e8bae95d17a8cc51
https://github.com/buildbot/buildbot/commit/dd34e3cde87d80aa6f6456f6e8bae95d17a8cc51
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Update release notes.
Commit: 1199199a3f4ce54a85a30f959ba5a4fee2f179db
https://github.com/buildbot/buildbot/commit/1199199a3f4ce54a85a30f959ba5a4fee2f179db
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M master/buildbot/steps/source/repo.py
M master/buildbot/test/unit/test_changes_gerritchangesource.py
M master/buildbot/test/unit/test_steps_source_repo.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'repo-coding-style' into buildbot-0.8.8.
- repo step and unit tests are now pep8 compliant
- fixed camelCase for repo step parameters
- removed usage of properties as input of the step. Its now job of use to choose which property name he wants via renderable
- added test on repo download from changesource
- update doc and release notes
Commit: cc8913b76c4932465f496c7262a4afb81ec1fe78
https://github.com/buildbot/buildbot/commit/cc8913b76c4932465f496c7262a4afb81ec1fe78
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2013-07-09 (Tue, 09 Jul 2013)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/interfaces/test_remotecommand.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/introduction.rst
M master/docs/relnotes/index.rst
M slave/buildslave/commands/base.py
M slave/buildslave/commands/shell.py
M slave/buildslave/runprocess.py
M slave/buildslave/test/fake/runprocess.py
M slave/buildslave/test/unit/test_commands_shell.py
M slave/buildslave/test/unit/test_runprocess.py
Log Message:
-----------
Revert adding slave-side support for sudo.
Adding sudo to a command can easily be handled by on the master-side. Also,
different people will have different expectations, which a single argument
isn't enough to capture.
See https://github.com/fabric/fabric/issues/503 for some discussions.
This reverts commit b5cbb73bdd1fae2fd19ac4e3e7c14aa27419cd4e, reversing
changes made to d0cd62b6049759d89b09b1512dab2268132fd30d.
Compare: https://github.com/buildbot/buildbot/compare/c7fc9806c336...cc8913b76c49
More information about the Commits
mailing list