Console View
|
Categories: docs full slave |
|
| docs | full | slave | ||||||||||
|
|
|
|
||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
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
dustin@zmanda.com |
|
|
|
|||||||||
|
Remove reference to futuristic "Problem" and other nonesense Fixes #935 |
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
Move documentation for the 'owner' property to the appropriate place Fixes #933 |
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
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
TimothyFitz@gmail.com |
|
|
|
|||||||||
| Make SVN's purgeAndUpdate correctly not delete svn:external directories. | ||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
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
benoit@aeteurope.nl |
|
|
|
|||||||||
|
Fix handling of VisualStudio steps args, add VCExpress 2008 Original patch by Giuseppe Corbelli <cowo78@gmail.com>; fixes #929. |
||||||||||||
|
Andy Howell
AndyHowell@austin.rr.com |
|
|
|
|||||||||
| Adjust docs to better describe writing a buildstep | ||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
don't crash when branch_re is used and branch=None Fixes #927. |
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
sendchange's --revision_number argument is no longer valid All revisions are strings now. Fixes #926. |
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
Add repository support to svn_buildbot.py Fixes #924, refs #467 |
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
use BuilderConfig in sample.cfg fixes #923, fixes #10 |
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
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
dustin@zmanda.com |
|
|
|
|||||||||
|
Merge branch 'master' of git://github.com/TimothyFitz/buildbot * 'master' of git://github.com/TimothyFitz/buildbot: Fix typo in docstring. |
||||||||||||
|
Martin Nordholts
martinn@src.gnome.org |
|
|
|
|||||||||
|
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
TimothyFitz@gmail.com |
|
|
|
|||||||||
| Fix typo in docstring. | ||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
| add indication of how to pass a ChangeFilter to a Scheduler | ||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
Add upgrade-slave command and document Fixes #917 |
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
| Fix authfail URI, removing spurious / (fixes #920) | ||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
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
dustin@zmanda.com |
|
|
|
|||||||||
| Move apidoc creation to a toplevel dir with makefiles | ||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
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 |
||||||||||||
|
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
| fix incorrect move | ||||||||||||
|
||||||||||||
|
Dustin J. Mitchell
dustin@zmanda.com |
|
|
|
|||||||||
|
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
catlee@mozilla.com |
|
|
|
|||||||||
|
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. |
||||||||||||