Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View


Categories: config db debian docs os slave
Legend:   Passed Failed Failed Again Running Exception Offline No data

config db debian docs os slave
Dustin J. Mitchell
Merge pull request #427 from ewongbb/master

Spelling nit
  • deb-master: 'git-buildpackage --git-ignore-new ...' failed -  stdio
ewongbb
Update master/docs/tutorial/tour.rst
  • deb-master: 'git-buildpackage --git-ignore-new ...' failed -  stdio
Dustin J. Mitchell
Merge branch 'bug2149' of git://github.com/tomprince/buildbot

* 'bug2149' of git://github.com/tomprince/buildbot:
  Allow MasterShellCommand to be interrupted.
Tom Prince
Merge pull request #424 from djmitche/bug2260

Fixes for absolute-builddir warning
Tom Prince
Merge pull request #423 from djmitche/pull415

Response: Check that cvs checkout is against the correct repository
Dustin J. Mitchell
Fixes to builddir warning
Dustin J. Mitchell
Merge branch 'bug2260' of git://github.com/tomprince/buildbot

* 'bug2260' of git://github.com/tomprince/buildbot:
  Add warning about absolute builddir.
Dustin J. Mitchell
Merge branch 'bug2251' of git://github.com/tomprince/buildbot

* 'bug2251' of git://github.com/tomprince/buildbot:
  Make basic schedulers report pending build times.
  _stable_timers is a defaultdict, so clear it, instead of changing it to a normal dict.
  Use deferredLock for nested function in BaseBasicScheduler.
Dustin J. Mitchell
Remove P4Sync (but not P4) as promised
Dustin J. Mitchell
Merge branch 'compute-repository-url-multirepo' of git://github.com/tomprince/buildbot

* 'compute-repository-url-multirepo' of git://github.com/tomprince/buildbot:
  Fix _ComputeRepositoryURL for multirepo support.
Dustin J. Mitchell
correctly rmdir when a CVS dir is not updatable
Dustin J. Mitchell
give the module last on the cvs commandline
Dustin J. Mitchell
Spell maxsize correctly, and check for None or 0 in cmd.rc
Dustin J. Mitchell
Merge branch 'cvs-root' of git://github.com/tomprince/buildbot into pull415

* 'cvs-root' of git://github.com/tomprince/buildbot:
  Check that cvs checkout is pointing at the correct location.
  Store a copy of the slave's path module on Build.
Tom Prince
Allow MasterShellCommand to be interrupted.

Fixes #2149.
Dustin J. Mitchell
support for using fakeWarnings, which is not supported on py27+tw0900
Dustin J. Mitchell
don't pass strings to defer.fail
Dustin J. Mitchell
Merge branch 'master' of git://github.com/jaysoffian/buildbot

* 'master' of git://github.com/jaysoffian/buildbot:
  Remove waitUntilSuccess from IBuildSetStatus
  Fix AttributeError in BuilderStatus.prune
Tom Prince
Add warning about absolute builddir.

Refs #2260.
Tom Prince
Make basic schedulers report pending build times.

Fixes #2251.
Tom Prince
_stable_timers is a defaultdict, so clear it, instead of changing it to a normal dict.
Tom Prince
Use deferredLock for nested function in BaseBasicScheduler.
Tom Prince
Fix _ComputeRepositoryURL for multirepo support.

Fixes #2241, #2230.
Tom Prince
Check that cvs checkout is pointing at the correct location.

This checks 'CVS/Root' and 'CVS/Repository'.

Fixes #2287.
Tom Prince
Store a copy of the slave's path module on Build.

This is saves navigating to through the slavebuilder
and slave each time this is needed.