[Buildbot-commits] [buildbot/buildbot] 23340a: Fix typo in docstring.

noreply at github.com noreply at github.com
Sun Jul 25 23:05:43 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/buildbot/buildbot

Commit: 23340a83ede2359a20018b909f1865269ba80212
    http://github.com/buildbot/buildbot/commit/23340a83ede2359a20018b909f1865269ba80212
Author: Timothy Fitz <TimothyFitz at gmail.com>
Date:   2010-07-22 (Thu, 22 Jul 2010)

Changed paths:
  M master/buildbot/schedulers/basic.py

Log Message:
-----------
Fix typo in docstring.


Commit: 284232907df487ff5402e0cb8438ea42a2316c36
    http://github.com/buildbot/buildbot/commit/284232907df487ff5402e0cb8438ea42a2316c36
Author: Martin Nordholts <martinn at src.gnome.org>
Date:   2010-07-22 (Thu, 22 Jul 2010)

Changed paths:
  M master/buildbot/steps/shell.py
  A master/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py

Log Message:
-----------
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.


Commit: e2a23c6bda0d1335fe3bb2fc65b778b8ff482275
    http://github.com/buildbot/buildbot/commit/e2a23c6bda0d1335fe3bb2fc65b778b8ff482275
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-07-22 (Thu, 22 Jul 2010)

Changed paths:
  M master/buildbot/schedulers/basic.py

Log Message:
-----------
Merge branch 'master' of git://github.com/TimothyFitz/buildbot

* 'master' of git://github.com/TimothyFitz/buildbot:
  Fix typo in docstring.


Commit: 0dd35c0bc87ec234565ec2a27b82b4b3a7ed3041
    http://github.com/buildbot/buildbot/commit/0dd35c0bc87ec234565ec2a27b82b4b3a7ed3041
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-07-22 (Thu, 22 Jul 2010)

Changed paths:
  M master/buildbot/steps/shell.py
  A master/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py

Log Message:
-----------
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


Commit: ca9eaece77d2b8c6f3519f981ef69c64b68687a4
    http://github.com/buildbot/buildbot/commit/ca9eaece77d2b8c6f3519f981ef69c64b68687a4
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-07-25 (Sun, 25 Jul 2010)

Changed paths:
  M master/buildbot/scripts/sample.cfg

Log Message:
-----------
use BuilderConfig in sample.cfg

fixes #923, fixes #10


Commit: ead23e5f4b7d3a903835cd684d448bef6b6359e0
    http://github.com/buildbot/buildbot/commit/ead23e5f4b7d3a903835cd684d448bef6b6359e0
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-07-25 (Sun, 25 Jul 2010)

Changed paths:
  M master/contrib/svn_buildbot.py

Log Message:
-----------
Add repository support to svn_buildbot.py

Fixes #924, refs #467






More information about the Commits mailing list