Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 8e385ae476587dcd887ffb68ef3523d7e9201cbd
https://github.com/buildbot/buildbot/commit/8e385ae476587dcd887ffb68ef3523d7e9201cbd
Author: Tom Prince <[email protected]>
Date: 2011-03-25 (Fri, 25 Mar 2011)
Changed paths:
M master/buildbot/clients/tryclient.py
Log Message:
-----------
TryClient(git): Avoid fetching current branch if we are given a branch.
We called out to get the current branch from git, and then throw everything
away.
Signed-off-by: Tom Prince <[email protected]>
Commit: e3ac6924f2213a574bd9dfc7e3a80b76ba99c056
https://github.com/buildbot/buildbot/commit/e3ac6924f2213a574bd9dfc7e3a80b76ba99c056
Author: Tom Prince <[email protected]>
Date: 2011-03-25 (Fri, 25 Mar 2011)
Changed paths:
M master/buildbot/clients/tryclient.py
Log Message:
-----------
TryClient: Don't pass empty diff to buildbot.
We created a source stamp with patch being an empty string. Instead, create a
source stamp without a patch.
Signed-off-by: Tom Prince <[email protected]>
Commit: 17f93ba92281bc254f72e4245e5cae02b08a3f94
https://github.com/buildbot/buildbot/commit/17f93ba92281bc254f72e4245e5cae02b08a3f94
Author: Tom Prince <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/clients/tryclient.py
M master/buildbot/scripts/runner.py
Log Message:
-----------
TryClient: Add option to skip printing current build status.
When using 'buildbot try' with something like 'git bisect run' with long
running builds, the periodic status output fills the screen, causing the rest
of the output to scroll off screen.
Signed-off-by: Tom Prince <[email protected]>
Commit: b1dbdb7c6c84a56d3df630b7e5dc350ffd07ff2e
https://github.com/buildbot/buildbot/commit/b1dbdb7c6c84a56d3df630b7e5dc350ffd07ff2e
Author: Tom Prince <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/process/properties.py
M master/buildbot/schedulers/base.py
M master/buildbot/test/unit/test_process_properties.py
Log Message:
-----------
Properties: Make asDict return a value acceptable to addBuildset.
Signed-off-by: Tom Prince <[email protected]>
Commit: 331051160fc9f98f03cf1b732a4888c4817c81c6
https://github.com/buildbot/buildbot/commit/331051160fc9f98f03cf1b732a4888c4817c81c6
Author: Tom Prince <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/status/web/builder.py
Log Message:
-----------
WebStatus: Fix setting of force-build properties from builder.
That db changes sabatoged this. The new adDict of propeties allows us
to fix the easily.
Signed-off-by: Tom Prince <[email protected]>
Commit: 04a17dff5580a683f100753ae1b4db2264a78e0c
https://github.com/buildbot/buildbot/commit/04a17dff5580a683f100753ae1b4db2264a78e0c
Author: Tom Prince <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/schedulers/triggerable.py
M master/buildbot/steps/trigger.py
M master/docs/cfg-buildsteps.texinfo
Log Message:
-----------
Trigger: Add an option to ignore the current SourceStamp.
Signed-off-by: Tom Prince <[email protected]>
Commit: 0b74a93754cdd22ddb05033461cd51fca8d249f2
https://github.com/buildbot/buildbot/commit/0b74a93754cdd22ddb05033461cd51fca8d249f2
Author: Tom Prince <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/steps/vstudio.py
M master/docs/cfg-buildsteps.texinfo
Log Message:
-----------
VC6: Add option for building a specific project in a workspace file.
Signed-off-by: Tom Prince <[email protected]>
Commit: 1409919249744f941b5cb71149c46cc30294183c
https://github.com/buildbot/buildbot/commit/1409919249744f941b5cb71149c46cc30294183c
Author: Tom Prince <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/steps/slave.py
Log Message:
-----------
FileExists: Fix handling of non-existent files.
Signed-off-by: Tom Prince <[email protected]>
Commit: c19d57d2ee14922b7da61c6dd0bd8398a21954ac
https://github.com/buildbot/buildbot/commit/c19d57d2ee14922b7da61c6dd0bd8398a21954ac
Author: Tom Prince <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/steps/slave.py
Log Message:
-----------
FileExists: Handle WithProperties in file argument.
Signed-off-by: Tom Prince <[email protected]>
Commit: 23d9322650e032f7021188875a0dbb65b254b339
https://github.com/buildbot/buildbot/commit/23d9322650e032f7021188875a0dbb65b254b339
Author: Tom Prince <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/buildslave.py
M master/buildbot/process/build.py
M master/docs/cfg-buildsteps.texinfo
Log Message:
-----------
Add 'workdir' propetry containing path to base of slave builder.
Signed-off-by: Tom Prince <[email protected]>
Commit: 6ece3e5172fcaef4f445c67f20d05f090409fa26
https://github.com/buildbot/buildbot/commit/6ece3e5172fcaef4f445c67f20d05f090409fa26
Author: Dustin J. Mitchell <[email protected]>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/buildslave.py
M master/buildbot/clients/tryclient.py
M master/buildbot/process/build.py
M master/buildbot/process/properties.py
M master/buildbot/schedulers/base.py
M master/buildbot/schedulers/triggerable.py
M master/buildbot/scripts/runner.py
M master/buildbot/status/web/builder.py
M master/buildbot/steps/slave.py
M master/buildbot/steps/trigger.py
M master/buildbot/steps/vstudio.py
M master/buildbot/test/unit/test_process_properties.py
M master/docs/cfg-buildsteps.texinfo
Log Message:
-----------
Merge branch 'misc-fixes' of git://github.com/tomprince/buildbot
* 'misc-fixes' of git://github.com/tomprince/buildbot:
Add 'workdir' propetry containing path to base of slave builder.
FileExists: Handle WithProperties in file argument.
FileExists: Fix handling of non-existent files.
VC6: Add option for building a specific project in a workspace file.
Trigger: Add an option to ignore the current SourceStamp.
WebStatus: Fix setting of force-build properties from builder.
Properties: Make asDict return a value acceptable to addBuildset.
TryClient: Add option to skip printing current build status.
TryClient: Don't pass empty diff to buildbot.
TryClient(git): Avoid fetching current branch if we are given a branch.
Compare: https://github.com/buildbot/buildbot/compare/fc407b4...6ece3e5
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits