[Buildbot-commits] [buildbot/buildbot] 6277a4: fixed typo

GitHub noreply at github.com
Sat Sep 28 13:54:19 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 6277a4d882c0d03218827460c98fffb324f2185b
      https://github.com/buildbot/buildbot/commit/6277a4d882c0d03218827460c98fffb324f2185b
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py

  Log Message:
  -----------
  fixed typo


  Commit: 87bcd5012c94c7574d8c431a40d75486ebdf2dfd
      https://github.com/buildbot/buildbot/commit/87bcd5012c94c7574d8c431a40d75486ebdf2dfd
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/unit/test_scripts_runner.py

  Log Message:
  -----------
  check --db parameter for 'buildbot create-master' command

Check that database URL specified via --db parameter is valid. Print
usage error otherwise.


  Commit: d299ae9ecf4f8b58e798714045a4bb255d24b214
      https://github.com/buildbot/buildbot/commit/d299ae9ecf4f8b58e798714045a4bb255d24b214
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/interfaces.py
    M master/buildbot/util/netstrings.py

  Log Message:
  -----------
  fix and enable empty-docstring (C0112) pylint check


  Commit: c2232b33b062fedd1af346e130780f97ff51591c
      https://github.com/buildbot/buildbot/commit/c2232b33b062fedd1af346e130780f97ff51591c
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py

  Log Message:
  -----------
  buildstep.py: Add support for description{,Done}

Add support for attributes description and descriptionDone in the
BuildStep class. This means that any subclass of BuildStep will also
support these attributes as well. This was not previously the case.


  Commit: 5f8ae9218005b5e044808025e83f243ded25051a
      https://github.com/buildbot/buildbot/commit/5f8ae9218005b5e044808025e83f243ded25051a
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py

  Log Message:
  -----------
  buildstep.py: Remove whitespace damage


  Commit: 6d99bd3cfe86eb9a8f179ca909d757027435edcf
      https://github.com/buildbot/buildbot/commit/6d99bd3cfe86eb9a8f179ca909d757027435edcf
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_process_buildstep.py

  Log Message:
  -----------
  test_process_buildstep: Add test for new describe()

Add test for the new functionality of the describe() method in
buildstep.BuildStep.


  Commit: 3ccc1f1907fca6336142b53f89754557e158c27d
      https://github.com/buildbot/buildbot/commit/3ccc1f1907fca6336142b53f89754557e158c27d
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_master.py

  Log Message:
  -----------
  test_steps_master: Update tests to work with describe()

The altered tests did not work with the new functionality of the
describe() method in buildstep.BuildStep. They explicitly looked for
the name of the BuildStep when querying the status text of a
successful BuildStep, even if said BuildStep had its description-
attributes set. This commit fixes that behavior.


  Commit: 3477eebd51ce02c7a7d23a7b5264130a0eb18d76
      https://github.com/buildbot/buildbot/commit/3477eebd51ce02c7a7d23a7b5264130a0eb18d76
  Author: Josef Eisl <zapster at zapster.cc>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M master/buildbot/status/web/builder.py

  Log Message:
  -----------
  Do not ignore default choices for ForceScheduler list parameters


  Commit: 80f07de1f87563cffd8ad3bc7356620d6b3b05d2
      https://github.com/buildbot/buildbot/commit/80f07de1f87563cffd8ad3bc7356620d6b3b05d2
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/buildbot/steps/shell.py
    M master/buildbot/test/unit/test_process_buildstep.py

  Log Message:
  -----------
  buildstep.py & shell.py: Extract common attributes to superclass

The attributes `description`, `descriptionDone` and
`descriptionSuffix` in the class `ShellCommand` have been moved to its
superclass `BuildStep`. The test for the `describe()` method that uses
these attributes has also been updated.


  Commit: c504553880bb47924e673bafbb002c0ec5f6c921
      https://github.com/buildbot/buildbot/commit/c504553880bb47924e673bafbb002c0ec5f6c921
  Author: Bernhard Urban <lewurm at gmail.com>
  Date:   2013-09-14 (Sat, 14 Sep 2013)

  Changed paths:
    M master/buildbot/status/web/status_json.py

  Log Message:
  -----------
  json: proper path root in examples

this is needed when you map the buildbot instance for example to
http://example.com/buildbot with a reverse proxy


  Commit: 0be19f21d3af5f4a053b934e4b78669b166f28d5
      https://github.com/buildbot/buildbot/commit/0be19f21d3af5f4a053b934e4b78669b166f28d5
  Author: Bernhard Urban <lewurm at gmail.com>
  Date:   2013-09-14 (Sat, 14 Sep 2013)

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

  Log Message:
  -----------
  BaseBasicScheduler: fix typo


  Commit: d1a87761f9d73c22c397f843701b80d7ec4d7d4b
      https://github.com/buildbot/buildbot/commit/d1a87761f9d73c22c397f843701b80d7ec4d7d4b
  Author: Dustin J. Mitchell <dustin at v.igoro.us>
  Date:   2013-09-14 (Sat, 14 Sep 2013)

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

  Log Message:
  -----------
  Merge pull request #881 from lewurm/typo

BaseBasicScheduler: fix typo


  Commit: c5f243f3dfbcc74c5b538df4626e8000b6bcc2d9
      https://github.com/buildbot/buildbot/commit/c5f243f3dfbcc74c5b538df4626e8000b6bcc2d9
  Author: Daniel Mizyrycki <daniel at dotcloud.com>
  Date:   2013-09-14 (Sat, 14 Sep 2013)

  Changed paths:
    A master/contrib/Dockerfile
    M master/docs/relnotes/index.rst
    A master/docs/tutorial/docker.rst
    M master/docs/tutorial/firstrun.rst
    M master/docs/tutorial/index.rst

  Log Message:
  -----------
  tutorial, PR #760: Add Dockerfile and documentation for Buildbot Pyflakes tutorial.


  Commit: 7bfe69cf97c47b8c9a00126dcd652dd8d7188b4d
      https://github.com/buildbot/buildbot/commit/7bfe69cf97c47b8c9a00126dcd652dd8d7188b4d
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/buildbot/steps/shell.py

  Log Message:
  -----------
  buildstep.py & shell.py: Moved descriptionSuffix logic

Moved descriptionSuffix logic from shell.ShellCommand to
buildstep.BuildStep


  Commit: e08a4afc997488746c36ae07495e5f610925fc2c
      https://github.com/buildbot/buildbot/commit/e08a4afc997488746c36ae07495e5f610925fc2c
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_process_buildstep.py

  Log Message:
  -----------
  test_process_buildstep: Updated tests for descriptionSuffix


  Commit: 3ce180e91457f61f27f3adff8b4b3477678fa4ae
      https://github.com/buildbot/buildbot/commit/3ce180e91457f61f27f3adff8b4b3477678fa4ae
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/unit/test_scripts_runner.py

  Log Message:
  -----------
  Merge branch 'create-master-db-arg' of git://github.com/elmirjagudin/buildbot


  Commit: 9c83ab56c4f11aa43a089b695cd3a02ebcb6da93
      https://github.com/buildbot/buildbot/commit/9c83ab56c4f11aa43a089b695cd3a02ebcb6da93
  Author: Dustin J. Mitchell <dustin at v.igoro.us>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/interfaces.py
    M master/buildbot/util/netstrings.py

  Log Message:
  -----------
  Merge pull request #874 from elmirjagudin/pylint-empty-docstring

fix and enable empty-docstring (C0112) pylint check


  Commit: 08434242ada43c900affbca161a6cce3481cb16f
      https://github.com/buildbot/buildbot/commit/08434242ada43c900affbca161a6cce3481cb16f
  Author: Olof Johansson <olofjn at axis.com>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/buildslave/base.py
    M master/buildbot/changes/mail.py
    M master/buildbot/process/metrics.py
    M master/buildbot/process/properties.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/status/builder.py
    M master/buildbot/status/mail.py
    M master/buildbot/status/tinderbox.py
    M master/buildbot/status/web/base.py
    M master/buildbot/status/web/status_json.py
    M master/buildbot/steps/master.py
    M master/buildbot/steps/package/deb/pbuilder.py
    M master/buildbot/steps/package/rpm/rpmspec.py
    M master/buildbot/steps/shell.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_changes_bonsaipoller.py
    M master/buildbot/test/unit/test_status_web_hooks_gitorious.py
    M master/buildbot/test/unit/test_status_web_hooks_googlecode.py
    M master/buildbot/test/unit/test_steps_mswin.py
    M master/buildbot/test/unit/test_steps_source_bzr.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/unit/test_steps_source_mercurial.py
    M master/buildbot/test/unit/test_steps_source_svn.py
    M master/buildbot/util/__init__.py
    M slave/buildslave/commands/p4.py
    M slave/buildslave/commands/repo.py
    M slave/buildslave/runprocess.py
    M slave/buildslave/scripts/runner.py

  Log Message:
  -----------
  fix anomalous-backslash-in-string (W1401) pylint warning

This warning is often triggered by regular expressions, and prefixing
to the open quotation mark will make python leave any escape sequences
alone, e.g.:

 - re.compile("\w+")
 + re.compile(r"\w+")

This solution is not specific for regular expressions, it can be applied
to any string that contains backslashes that python should not interpret.

This commit also enables the warning in common/pylintrc.


  Commit: b433a8ccc470b2b9ddb9544c41207ede0107a240
      https://github.com/buildbot/buildbot/commit/b433a8ccc470b2b9ddb9544c41207ede0107a240
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  locally disable pylint no-value-for-parameter check

The test
test_process_properties.TestProperties.test_setProperty_no_source
generates a pylint error. Disable that check locally.


  Commit: 88e4d53d9a0a00578d30982b9742db77a1355c5e
      https://github.com/buildbot/buildbot/commit/88e4d53d9a0a00578d30982b9742db77a1355c5e
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  enable no-value-for-parameter (E1120) pylint check


  Commit: 7a33ab6a20390cfccac9293f82e76d843793499e
      https://github.com/buildbot/buildbot/commit/7a33ab6a20390cfccac9293f82e76d843793499e
  Author: Srinu P <srinupiits at gmail.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    A master/buildbot/steps/source/mtn.py
    A master/buildbot/test/unit/test_steps_source_mtn.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Monotone source step is implemented on master side


  Commit: 78e22ce58b54293f6a957bb0394e18ce9c70d3a4
      https://github.com/buildbot/buildbot/commit/78e22ce58b54293f6a957bb0394e18ce9c70d3a4
  Author: Srinu P <srinupiits at gmail.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M master/buildbot/process/factory.py
    M master/buildbot/steps/source/oldsource.py
    M master/docs/manual/cfg-buildfactories.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Deprecation warning for slave side source steps


  Commit: 4da6be692a2f158657cf34001dc32355d501056f
      https://github.com/buildbot/buildbot/commit/4da6be692a2f158657cf34001dc32355d501056f
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M master/buildbot/process/factory.py
    M master/buildbot/steps/source/oldsource.py
    M master/docs/manual/cfg-buildfactories.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'deprecation-warnings' of git://github.com/srinupiits/buildbot


  Commit: 0f8b2d26a5aff5306641975cdc195bc7c8fa54af
      https://github.com/buildbot/buildbot/commit/0f8b2d26a5aff5306641975cdc195bc7c8fa54af
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    R master/buildbot/process/mtrlogobserver.py
    A master/buildbot/steps/mtrlogobserver.py
    M master/buildbot/test/test_extra_coverage.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Moved mtrlogobserver module to buildbot.steps.mtrlogobserver

Renamed buildbot.process.mtrlogobserver module to
buildbot.steps.mtrlogobserver. The mtrlogobserver.MTR is a step,
so having it under buildbot.steps make more sense.


  Commit: bb2cec60316139ad2dd341ab9c1ab4ae13ed2add
      https://github.com/buildbot/buildbot/commit/bb2cec60316139ad2dd341ab9c1ab4ae13ed2add
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    A master/buildbot/test/unit/test_steps_mtrlogobserver.py

  Log Message:
  -----------
  added unit tests on mtrlogobserver.EqConnectionPool class


  Commit: f82012bf535b3224cc3eccd915afc6a66ecd35c3
      https://github.com/buildbot/buildbot/commit/f82012bf535b3224cc3eccd915afc6a66ecd35c3
  Author: Olof Johansson <olofjn at axis.com>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M master/buildbot/status/mail.py
    M master/buildbot/test/unit/test_status_mail.py

  Log Message:
  -----------
  buildbot.status.mail: improve email address regexp

The previous email regexp contained some flaws; the intentions
of the regexp and the implemention had some gaps that would make it
hard to rely on.

This rewrite should match any valid email address, but it does not
give any guarantees that what it matches is a valid address. An
increased level of complexity is (hopefully) compensated by a comment
explaining the reasoning behind the regexp. This is accompanied by
unit tests; you are encouraged to add any corner case addresses in
either the test for valid or invalid addresses.


  Commit: c6f7c8136e17dee16582dcbac6d54f04caa40156
      https://github.com/buildbot/buildbot/commit/c6f7c8136e17dee16582dcbac6d54f04caa40156
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    A master/buildbot/steps/source/mtn.py
    A master/buildbot/test/unit/test_steps_source_mtn.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'monotone-squash' of git://github.com/srinupiits/buildbot


  Commit: 232f263f3e29033a0c5effc9f6b48955a6760283
      https://github.com/buildbot/buildbot/commit/232f263f3e29033a0c5effc9f6b48955a6760283
  Author: Srinu P <srinupiits at gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/unit/test_steps_source_mercurial.py

  Log Message:
  -----------
  Use Git and Mercurial inbuilt commands to apply patch. Fixes #2563


  Commit: 2c9ec294ec21109007bbd9b3fbd892d19ee61be2
      https://github.com/buildbot/buildbot/commit/2c9ec294ec21109007bbd9b3fbd892d19ee61be2
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-24 (Tue, 24 Sep 2013)

  Changed paths:
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/unit/test_steps_source_mercurial.py

  Log Message:
  -----------
  Merge branch 'bug2563' of git://github.com/srinupiits/buildbot


  Commit: c4dbfabf9ab112488688964134c7cea37c2a031b
      https://github.com/buildbot/buildbot/commit/c4dbfabf9ab112488688964134c7cea37c2a031b
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  enable bad-except-order (E0701) pylint check


  Commit: c09a66564feedb2cfe81d6b2671f661bcf06c31b
      https://github.com/buildbot/buildbot/commit/c09a66564feedb2cfe81d6b2671f661bcf06c31b
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M master/buildbot/util/__init__.py

  Log Message:
  -----------
  export correct function from buildbot.util

The commit b4fb9fbf2243db6d091202f58ced453483fecd29 introduced
buildbot.util.diffSets() function, however it was listed as
'diffLists' in the __all__ list. Use correct name.


  Commit: fa86d69030f162bd1241398a89e4df40c73de99d
      https://github.com/buildbot/buildbot/commit/fa86d69030f162bd1241398a89e4df40c73de99d
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M master/buildbot/util/__init__.py

  Log Message:
  -----------
  remove non-existent symbol from __all__

The buildbot.util.LRUCache class have been removed in
a389b086e65ac8107ae6fdd288dc51a9854a992c commit. Remove it from __all__
list as well.


  Commit: c007fccfa6fad5af561d361572d3913cbab0a70c
      https://github.com/buildbot/buildbot/commit/c007fccfa6fad5af561d361572d3913cbab0a70c
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  enable undefined-all-variable (E0603) pylint check


  Commit: 21dd02d2315e39e677b4cda17e5181686cf35336
      https://github.com/buildbot/buildbot/commit/21dd02d2315e39e677b4cda17e5181686cf35336
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

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

  Log Message:
  -----------
  Fix problems in warning log; fixes #2564


  Commit: fab314f389863d4d99229fde945662f591567a28
      https://github.com/buildbot/buildbot/commit/fab314f389863d4d99229fde945662f591567a28
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M master/buildbot/status/web/builder.py

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


  Commit: f4b0aa72891fce1d02eee1b6351575bda5d0a07f
      https://github.com/buildbot/buildbot/commit/f4b0aa72891fce1d02eee1b6351575bda5d0a07f
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M master/buildbot/status/web/status_json.py

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


  Commit: 419230cdc0e5488dcfd327d7d9943b9cefe0ad3e
      https://github.com/buildbot/buildbot/commit/419230cdc0e5488dcfd327d7d9943b9cefe0ad3e
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    A master/contrib/Dockerfile
    M master/docs/relnotes/index.rst
    A master/docs/tutorial/docker.rst
    M master/docs/tutorial/firstrun.rst
    M master/docs/tutorial/index.rst

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

Conflicts:
	master/docs/relnotes/index.rst


  Commit: dbc69345daf1fa166ba22d9efa1fde5cedc760ef
      https://github.com/buildbot/buildbot/commit/dbc69345daf1fa166ba22d9efa1fde5cedc760ef
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/buildslave/base.py
    M master/buildbot/changes/mail.py
    M master/buildbot/process/metrics.py
    M master/buildbot/process/properties.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/status/builder.py
    M master/buildbot/status/mail.py
    M master/buildbot/status/tinderbox.py
    M master/buildbot/status/web/base.py
    M master/buildbot/status/web/status_json.py
    M master/buildbot/steps/master.py
    M master/buildbot/steps/package/deb/pbuilder.py
    M master/buildbot/steps/package/rpm/rpmspec.py
    M master/buildbot/steps/shell.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_changes_bonsaipoller.py
    M master/buildbot/test/unit/test_status_web_hooks_gitorious.py
    M master/buildbot/test/unit/test_status_web_hooks_googlecode.py
    M master/buildbot/test/unit/test_steps_mswin.py
    M master/buildbot/test/unit/test_steps_source_bzr.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/unit/test_steps_source_mercurial.py
    M master/buildbot/test/unit/test_steps_source_svn.py
    M master/buildbot/util/__init__.py
    M slave/buildslave/commands/p4.py
    M slave/buildslave/commands/repo.py
    M slave/buildslave/runprocess.py
    M slave/buildslave/scripts/runner.py

  Log Message:
  -----------
  Merge branch 'topic/pylint-anomalous-backslash-in-string' of git://github.com/olof/buildbot


  Commit: f24552ba7c89ed1ee9f87aa9215e5f43f74cf12d
      https://github.com/buildbot/buildbot/commit/f24552ba7c89ed1ee9f87aa9215e5f43f74cf12d
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/steps/source/__init__.py
    M master/buildbot/steps/source/oldsource.py
    M master/buildbot/test/__init__.py
    M master/buildbot/test/integration/test_configs.py
    M master/buildbot/test/regressions/test_oldpaths.py
    M master/buildbot/test/unit/test_process_factory.py
    M master/buildbot/test/unit/test_steps_source_oldsource_Repo.py

  Log Message:
  -----------
  Don't spam test output with deprecation warnings

This additionally tests some of those deprecation warnings, and enables
deprecation warnings universally during tests


  Commit: 975bd888f39f2bcec365c18f18c2c9f12d7c2854
      https://github.com/buildbot/buildbot/commit/975bd888f39f2bcec365c18f18c2c9f12d7c2854
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M master/buildbot/test/regressions/test_oldpaths.py
    M master/buildbot/test/unit/test_steps_source_oldsource_Repo.py

  Log Message:
  -----------
  add compatibility for deprecation elimination


  Commit: 94e11e9888ad3933cd5c3fc61d7e78ed3d0d79d1
      https://github.com/buildbot/buildbot/commit/94e11e9888ad3933cd5c3fc61d7e78ed3d0d79d1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    R master/buildbot/test/unit/test_util_ansi_codes.py
    A master/buildbot/test/unit/test_util_ansicodes.py
    M master/buildbot/util/ansicodes.py

  Log Message:
  -----------
  render '\e[m' as a class-less SGR; fixes #2565


  Commit: 778c7047533216d425f6d2ef980019eecb4ca0fc
      https://github.com/buildbot/buildbot/commit/778c7047533216d425f6d2ef980019eecb4ca0fc
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  cfg-buildsteps.rst: Move description-attributes to BuildStep

This commit moves the description, descriptionDone, and
descriptionSuffix attributes to the BuildStep part of the document to
reflect the fact that they are moved to the BuildStep class in the
code.


  Commit: b4972857a9ed015001ebb29c822df965bf2fa224
      https://github.com/buildbot/buildbot/commit/b4972857a9ed015001ebb29c822df965bf2fa224
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M master/docs/developer/cls-buildsteps.rst

  Log Message:
  -----------
  cls-buildsteps.py: Adds info for description{,Done,Suffix}


  Commit: b4caddf3dcdadc662c618635736d7b40fdaa5b03
      https://github.com/buildbot/buildbot/commit/b4caddf3dcdadc662c618635736d7b40fdaa5b03
  Author: Edward Ekelund <edwardd at axis.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  relnotes/index.rst: Add info about moving description attributes

description, descriptionDone and descriptionSuffix have been moved
from ShellCommand to its superclass BuildStep.


  Commit: b582658f131bf0ec0d7379f501ff79db2306eeb3
      https://github.com/buildbot/buildbot/commit/b582658f131bf0ec0d7379f501ff79db2306eeb3
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  Merge branch 'pylint-no-value-for-parameter' of git://github.com/elmirjagudin/buildbot


  Commit: 7c710af3068f7cb7e8a87e590587f4fc9b4b4c7c
      https://github.com/buildbot/buildbot/commit/7c710af3068f7cb7e8a87e590587f4fc9b4b4c7c
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M master/buildbot/status/mail.py
    M master/buildbot/test/unit/test_status_mail.py

  Log Message:
  -----------
  Merge branch 'topic/mail_status_addr_validation' of git://github.com/olof/buildbot

Conflicts:
	master/buildbot/status/mail.py


  Commit: a99e58d73e92034bf1259d923432e634750ecdc6
      https://github.com/buildbot/buildbot/commit/a99e58d73e92034bf1259d923432e634750ecdc6
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    R master/buildbot/process/mtrlogobserver.py
    A master/buildbot/steps/mtrlogobserver.py
    M master/buildbot/test/test_extra_coverage.py
    A master/buildbot/test/unit/test_steps_mtrlogobserver.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'mtrlogobserver' of git://github.com/elmirjagudin/buildbot


  Commit: 19939e1bda1814c67d8361f2ba9656870adfde0c
      https://github.com/buildbot/buildbot/commit/19939e1bda1814c67d8361f2ba9656870adfde0c
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  Merge branch 'enable-pylint-bad-except-order' of git://github.com/elmirjagudin/buildbot


  Commit: 09ba69efec8d4c4d43e3a6e7b581091c555af3e1
      https://github.com/buildbot/buildbot/commit/09ba69efec8d4c4d43e3a6e7b581091c555af3e1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/util/__init__.py

  Log Message:
  -----------
  Merge branch 'pylint-undefined-all-variable' of git://github.com/elmirjagudin/buildbot


  Commit: 7415c59def1c7713c8831e60cc9864b1a7db151d
      https://github.com/buildbot/buildbot/commit/7415c59def1c7713c8831e60cc9864b1a7db151d
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/buildbot/steps/shell.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_steps_master.py
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'describe_fix' of git://github.com/eddie-dunn/buildbot


  Commit: b9e75cc5f7762a41dd592dd8e75b1ecc600fc93d
      https://github.com/buildbot/buildbot/commit/b9e75cc5f7762a41dd592dd8e75b1ecc600fc93d
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/buildslave/base.py
    M master/buildbot/changes/mail.py
    M master/buildbot/interfaces.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/factory.py
    M master/buildbot/process/metrics.py
    R master/buildbot/process/mtrlogobserver.py
    M master/buildbot/process/properties.py
    M master/buildbot/schedulers/base.py
    M master/buildbot/schedulers/basic.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/status/builder.py
    M master/buildbot/status/mail.py
    M master/buildbot/status/tinderbox.py
    M master/buildbot/steps/master.py
    A master/buildbot/steps/mtrlogobserver.py
    M master/buildbot/steps/package/deb/pbuilder.py
    M master/buildbot/steps/package/rpm/rpmspec.py
    M master/buildbot/steps/shell.py
    M master/buildbot/steps/source/__init__.py
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    A master/buildbot/steps/source/mtn.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/__init__.py
    M master/buildbot/test/integration/test_configs.py
    M master/buildbot/test/regressions/test_oldpaths.py
    M master/buildbot/test/test_extra_coverage.py
    M master/buildbot/test/unit/test_changes_bonsaipoller.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_process_factory.py
    M master/buildbot/test/unit/test_process_properties.py
    M master/buildbot/test/unit/test_scripts_runner.py
    M master/buildbot/test/unit/test_status_mail.py
    M master/buildbot/test/unit/test_steps_master.py
    M master/buildbot/test/unit/test_steps_mswin.py
    A master/buildbot/test/unit/test_steps_mtrlogobserver.py
    M master/buildbot/test/unit/test_steps_source_bzr.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/unit/test_steps_source_mercurial.py
    A master/buildbot/test/unit/test_steps_source_mtn.py
    M master/buildbot/test/unit/test_steps_source_oldsource_Repo.py
    M master/buildbot/test/unit/test_steps_source_svn.py
    R master/buildbot/test/unit/test_util_ansi_codes.py
    A master/buildbot/test/unit/test_util_ansicodes.py
    M master/buildbot/util/__init__.py
    M master/buildbot/util/ansicodes.py
    M master/buildbot/util/netstrings.py
    A master/contrib/Dockerfile
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/manual/cfg-buildfactories.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst
    A master/docs/tutorial/docker.rst
    M master/docs/tutorial/firstrun.rst
    M master/docs/tutorial/index.rst
    M slave/buildslave/commands/p4.py
    M slave/buildslave/commands/repo.py
    M slave/buildslave/runprocess.py
    M slave/buildslave/scripts/runner.py

  Log Message:
  -----------
  Merge branch 'master' into nine

Conflicts:
	master/buildbot/schedulers/base.py
	master/buildbot/scripts/runner.py
	master/buildbot/status/web/base.py
	master/buildbot/status/web/builder.py
	master/buildbot/status/web/status_json.py
	master/buildbot/test/test_extra_coverage.py
	master/buildbot/test/unit/test_status_web_hooks_gitorious.py
	master/buildbot/test/unit/test_status_web_hooks_googlecode.py
	master/buildbot/util/__init__.py


Compare: https://github.com/buildbot/buildbot/compare/987c2022facf...b9e75cc5f776


More information about the Commits mailing list