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

Console View


Categories: docs full slave
Legend:   Passed Failed Failed Again Running Exception Offline No data

docs full slave
Dustin J. Mitchell
Remove the phrase 'PB-Based', as it's irrelevant

Also, remove some dreamy documentation for stuff that was never actually
written.

Fixes #934.
Dustin J. Mitchell
Remove reference to futuristic "Problem" and other nonesense

Fixes #935
Dustin J. Mitchell
Move documentation for the 'owner' property to the appropriate place

Fixes #933
Dustin J. Mitchell
Merge branch 'master' of git://github.com/TimothyFitz/buildbot

* 'master' of git://github.com/TimothyFitz/buildbot:
  Make SVN's purgeAndUpdate correctly not delete svn:external directories.

Fixes #930.
Timothy Fitz
Make SVN's purgeAndUpdate correctly not delete svn:external directories.
Dustin J. Mitchell
Merge branch 'tbox' of git://github.com/catlee/buildbot

* 'tbox' of git://github.com/catlee/buildbot:
  Adding mozilla's version of tinderbox
BenoƮt Allard
Fix handling of VisualStudio steps args, add VCExpress 2008

Original patch by Giuseppe Corbelli <cowo78@gmail.com>; fixes #929.
Andy Howell
Adjust docs to better describe writing a buildstep
Dustin J. Mitchell
don't crash when branch_re is used and branch=None

Fixes #927.
Dustin J. Mitchell
sendchange's --revision_number argument is no longer valid

All revisions are strings now.  Fixes #926.
Dustin J. Mitchell
Add repository support to svn_buildbot.py

Fixes #924, refs #467
Dustin J. Mitchell
use BuilderConfig in sample.cfg

fixes #923, fixes #10
Dustin J. Mitchell
Merge branch 'suppress-warnings-fix' of git://github.com/Enselic/buildbot

* 'suppress-warnings-fix' of git://github.com/Enselic/buildbot:
  Support suppression of warnings without line information
Dustin J. Mitchell
Merge branch 'master' of git://github.com/TimothyFitz/buildbot

* 'master' of git://github.com/TimothyFitz/buildbot:
  Fix typo in docstring.
Martin Nordholts
Support suppression of warnings without line information

In the documentation the following is said about line numbers in the
patterns in suppressionFile:

"If no line number range is specified, the pattern matches the whole
  file"

But there is a bug in the current implementation: if the
warningExtractor does not supply line number information, it no
suppression pattern will ever match.

Fix this by properly handling lineNo == None, and add a regression
test for this fix.
Timothy Fitz
Fix typo in docstring.
Dustin J. Mitchell
add indication of how to pass a ChangeFilter to a Scheduler
Dustin J. Mitchell
Add upgrade-slave command and document

Fixes #917
Dustin J. Mitchell
Fix authfail URI, removing spurious / (fixes #920)
Dustin J. Mitchell
add a section on upgrading buildslave

(fixes #918) this section was mentioned in slave/UPGRADING but did not
exist

This also documents the existing problems upgrading a buildslave without
changing buildbot.tac.
Dustin J. Mitchell
Move apidoc creation to a toplevel dir with makefiles
Dustin J. Mitchell
move docs to master/

This is the best way I can see to ensure that the docs are included in
the generated sdist with the master.  setuptools does not seem to
support files in the MANIFEST.in that are not already in their
designated location.

Fixes #916
  • docs: 'cd docs ...' failed -  stdio
Dustin J. Mitchell
fix incorrect move
  • docs: 'cd docs ...' failed -  stdio
Dustin J. Mitchell
Split top-level contrib/ into master and slave

This also removes the py2exe support, which as I understand things does
not work at the moment.  It's easy enough to find it in git if we want
to resuscitate it.

Refs #916
Chris AtLee
Prune a builder's list of events whenever an event is added.

This prevents the list of events from growing beyond the eventHorizon
limit if the builder is only run occasionally.