[Buildbot-commits] [buildbot/buildbot] 963c9f: git source: pass timeout to cpdir, rmdir calls
GitHub
noreply at github.com
Sat Feb 9 14:44:35 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 963c9f7df4efa814fa7dbe3b87b523d13959bebf
https://github.com/buildbot/buildbot/commit/963c9f7df4efa814fa7dbe3b87b523d13959bebf
Author: Austin Foxley <austinf at cetoncorp.com>
Date: 2013-01-28 (Mon, 28 Jan 2013)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
git source: pass timeout to cpdir, rmdir calls
otherwise there's no way to specify the timeout for those operations
and the default in the slave of 120 seconds is too short for large trees
especially when using method='copy'
Commit: 963ea685a82ba68c154012cd20c6a6c9d8b570c8
https://github.com/buildbot/buildbot/commit/963ea685a82ba68c154012cd20c6a6c9d8b570c8
Author: Austin Foxley <austinf at cetoncorp.com>
Date: 2013-02-01 (Fri, 01 Feb 2013)
Changed paths:
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
git source: update tests to check for added timeout param on cpdir, rmdir calls
Commit: 5985f1ee822b57b3c436f55dd0b3e1e1752d6cca
https://github.com/buildbot/buildbot/commit/5985f1ee822b57b3c436f55dd0b3e1e1752d6cca
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
Merge branch 'master' of git://github.com/austinf/buildbot
Compare: https://github.com/buildbot/buildbot/compare/a78cfc887ca2...5985f1ee822b
More information about the Commits
mailing list