[Buildbot-commits] [buildbot/buildbot] 40d5bf: Use list.append() instead list.extend() for single...

GitHub noreply at github.com
Tue Aug 27 02:19:14 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 40d5bf9f9960b5a5e2fa1bf58592378697010367
      https://github.com/buildbot/buildbot/commit/40d5bf9f9960b5a5e2fa1bf58592378697010367
  Author: Vladimir Rutsky <Vladimir.Rutsky at transas.com>
  Date:   2013-08-16 (Fri, 16 Aug 2013)

  Changed paths:
    M master/buildbot/changes/svnpoller.py

  Log Message:
  -----------
  Use list.append() instead list.extend() for single element


  Commit: ea9f9683d9e14596fda9ca70189bdfcd27a9c3a3
      https://github.com/buildbot/buildbot/commit/ea9f9683d9e14596fda9ca70189bdfcd27a9c3a3
  Author: Vladimir Rutsky <Vladimir.Rutsky at transas.com>
  Date:   2013-08-16 (Fri, 16 Aug 2013)

  Changed paths:
    M master/buildbot/status/web/authz.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/status/web/templates/builders.html
    M master/buildbot/status/web/templates/forms.html
    M master/docs/manual/cfg-statustargets.rst

  Log Message:
  -----------
  Add cancelling of all pending builds


  Commit: 8b54ba6fd0214b57059172894c6cb61d79cb5d40
      https://github.com/buildbot/buildbot/commit/8b54ba6fd0214b57059172894c6cb61d79cb5d40
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-16 (Fri, 16 Aug 2013)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  Add Travis configuration file


  Commit: 111c14f16c48bf97bcf750ade2dd40fd71a38bc0
      https://github.com/buildbot/buildbot/commit/111c14f16c48bf97bcf750ade2dd40fd71a38bc0
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-16 (Fri, 16 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Install pylint, pyflakes and sphinx


  Commit: 1fb776dc7e581c77f0657db7ce37785d587ec5fd
      https://github.com/buildbot/buildbot/commit/1fb776dc7e581c77f0657db7ce37785d587ec5fd
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-16 (Fri, 16 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Install txgithub on Travis


  Commit: f907fbb55f174b7df7f50f53204e71a1e5138cc4
      https://github.com/buildbot/buildbot/commit/f907fbb55f174b7df7f50f53204e71a1e5138cc4
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-16 (Fri, 16 Aug 2013)

  Changed paths:
    M master/setup.py
    M slave/setup.py

  Log Message:
  -----------
  On Python 2.5 use Twisted and zope.interface versions that works with Python 2.5

pip and easy_install currently can't select latest package version still
supported on current platform.


  Commit: 51df3715df9dee1cda4c5575d9a817203d332bf4
      https://github.com/buildbot/buildbot/commit/51df3715df9dee1cda4c5575d9a817203d332bf4
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Disable pylint in Travis

Latest version doesn't work on Python 2.5 and currently Buildbot
doesn't pass pylint tests.


  Commit: 65c4ac179d9fc41d31843dc712e5e07bd97f47d9
      https://github.com/buildbot/buildbot/commit/65c4ac179d9fc41d31843dc712e5e07bd97f47d9
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Install txgithub on Travis after Buildbot

Otherwise txgithub installs latest version of Twisted which doesn't work
on Python 2.5.


  Commit: 6e22b1cef34c1e538d7365a9bd8ba8c25ed8dcca
      https://github.com/buildbot/buildbot/commit/6e22b1cef34c1e538d7365a9bd8ba8c25ed8dcca
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Disable txgithub on Travis

txgithub requires Twisted >= 12.3.0, which doesn't work on Python 2.5.


  Commit: 7e15032d2d23d46aa33f8c45ebbab526447413df
      https://github.com/buildbot/buildbot/commit/7e15032d2d23d46aa33f8c45ebbab526447413df
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/test/unit/test_steps_source_p4.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Changes to P4 source step

* Ability to not automatically have a `...` suffix to each client-spec
line
* Ability to specify different client spec options
* Ability to specify custom arguments to the `sync` command line
* Fixed some bugs where the `p4base` was used directly in command lines
even though it could be `None` if a custom client spec was specified.
* Fixed a bug where the `timeout` option given to the `P4` step wasn't
passed on to the `RemoteShellCommand`.
* Added unit tests
* Updated documentation


  Commit: 8b2cc54071eb0ebe73790b7509543c307f6e5519
      https://github.com/buildbot/buildbot/commit/8b2cc54071eb0ebe73790b7509543c307f6e5519
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py

  Log Message:
  -----------
  Fixed pyflakes error


  Commit: 10ed3819280131d63bbc027e1e457619fcb5f51b
      https://github.com/buildbot/buildbot/commit/10ed3819280131d63bbc027e1e457619fcb5f51b
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

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

  Log Message:
  -----------
  Updated release notes


  Commit: 4d49ea1e078f34349553559319d2891c0c90e3be
      https://github.com/buildbot/buildbot/commit/4d49ea1e078f34349553559319d2891c0c90e3be
  Author: Patrick Hetu <patrick.hetu at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    M master/buildbot/buildslave/openstack.py

  Log Message:
  -----------
  fix build status incompatibility with hpcloud


  Commit: 219b280f9a899a2cb0fd9192a0c8ce877c6405df
      https://github.com/buildbot/buildbot/commit/219b280f9a899a2cb0fd9192a0c8ce877c6405df
  Author: Patrick Hetu <patrick.hetu at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    M master/buildbot/test/fake/openstack.py

  Log Message:
  -----------
  add testing for status incompatibility with hpcloud


  Commit: ee039fa4d45d5a16709c5a001b99937793bae9e5
      https://github.com/buildbot/buildbot/commit/ee039fa4d45d5a16709c5a001b99937793bae9e5
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M master/setup.py

  Log Message:
  -----------
  On Python 2.5 use Jinja2 version that works with Python 2.5

Python 2.5 support was dropped in 2.7 release:
<http://jinja.pocoo.org/docs/changelog/#version-2-7>


  Commit: 46c1d053954dd4887452948a4410711ae24b8165
      https://github.com/buildbot/buildbot/commit/46c1d053954dd4887452948a4410711ae24b8165
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Add comment about mock on Travis


  Commit: 80d0f6bf28065f8176639108e8aa7a401352ab2a
      https://github.com/buildbot/buildbot/commit/80d0f6bf28065f8176639108e8aa7a401352ab2a
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Install buildbot in first order to force installation of suitable versions for Python 2.5


  Commit: 610c3170e07b35a732e59f6fd6349fbd6429d8dd
      https://github.com/buildbot/buildbot/commit/610c3170e07b35a732e59f6fd6349fbd6429d8dd
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Don't build documentation on Python 2.5


  Commit: 1ca5bc65560065175db3180f9293e65c8de516a6
      https://github.com/buildbot/buildbot/commit/1ca5bc65560065175db3180f9293e65c8de516a6
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Install txgithub on Travis on Python > 2.5


  Commit: 973eb48274a22b2a6accd0520f4213a30b10a2a5
      https://github.com/buildbot/buildbot/commit/973eb48274a22b2a6accd0520f4213a30b10a2a5
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Test on multiple versions of Twisted on Travis


  Commit: fe81b1fa8627652a6a80c872833d0b7e73c93e49
      https://github.com/buildbot/buildbot/commit/fe81b1fa8627652a6a80c872833d0b7e73c93e49
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix Travis YAML: ampersand have special meaning in YAML


  Commit: 0a9568ec9028ca0d59ab7c0c4629f30a189740dc
      https://github.com/buildbot/buildbot/commit/0a9568ec9028ca0d59ab7c0c4629f30a189740dc
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  On Python 2.5 force zope.interface version < 4.0.0


  Commit: bfddf0e53976fe0a5c89dc7003cc081663d7cbb7
      https://github.com/buildbot/buildbot/commit/bfddf0e53976fe0a5c89dc7003cc081663d7cbb7
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Disable Travis email notifications


  Commit: 618e04420baf02584d0c44acd9ff2a1cdca33fe0
      https://github.com/buildbot/buildbot/commit/618e04420baf02584d0c44acd9ff2a1cdca33fe0
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Simpler check for Python version based on TRAVIS_PYTHON_VERSION environment variable


  Commit: 4a4afca291da613c2d063762d02feae0c4da88e8
      https://github.com/buildbot/buildbot/commit/4a4afca291da613c2d063762d02feae0c4da88e8
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Add different versions of SQLAlchemy and -migration to Travis environment


  Commit: 290d24848775c295ffb18a0fab25d41162293c7f
      https://github.com/buildbot/buildbot/commit/290d24848775c295ffb18a0fab25d41162293c7f
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Cleanup comments and empty lines


  Commit: 9bc793f083879d62f5501b6423b5d734f1482468
      https://github.com/buildbot/buildbot/commit/9bc793f083879d62f5501b6423b5d734f1482468
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix syntax error


  Commit: 81c3cfd2335e9a3e6e1f032df20fa0db9f103e33
      https://github.com/buildbot/buildbot/commit/81c3cfd2335e9a3e6e1f032df20fa0db9f103e33
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Add comment with link on Travis documentation


  Commit: 579fa09705dc60ee07c36abad44cc10676204fc2
      https://github.com/buildbot/buildbot/commit/579fa09705dc60ee07c36abad44cc10676204fc2
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix disabled in Travis builds


  Commit: 8af4589811dee873c6c9ad6986a12a783c09a697
      https://github.com/buildbot/buildbot/commit/8af4589811dee873c6c9ad6986a12a783c09a697
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M Makefile
    M common/pylintrc
    M common/validate.sh
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/libvirt.py
    M master/buildbot/changes/svnpoller.py
    M master/buildbot/clients/tryclient.py
    M master/buildbot/process/buildrequestdistributor.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/factory.py
    M master/buildbot/process/properties.py
    M master/buildbot/schedulers/trysched.py
    M master/buildbot/scripts/base.py
    M master/buildbot/status/status_gerrit.py
    M master/buildbot/status/status_push.py
    M master/buildbot/status/web/base.py
    M master/buildbot/status/web/baseweb.py
    M master/buildbot/status/web/feeds.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/steps/source/repo.py
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/regressions/test_shell_command_properties.py
    M master/buildbot/test/unit/test_changes_gerritchangesource.py
    M master/buildbot/test/unit/test_clients_sendchange.py
    M master/buildbot/test/unit/test_clients_tryclient.py
    M master/buildbot/test/unit/test_process_build.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_schedulers_trysched.py
    M master/buildbot/test/unit/test_status_web_base.py
    M master/buildbot/test/unit/test_steps_source_repo.py
    R master/buildbot/test/util/pbclient.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/introduction.rst
    M master/docs/relnotes/0.8.8.rst
    M slave/buildslave/commands/base.py
    M slave/buildslave/commands/shell.py
    M slave/buildslave/runprocess.py
    M slave/buildslave/test/fake/runprocess.py
    M slave/buildslave/test/unit/test_commands_shell.py
    M slave/buildslave/test/unit/test_runprocess.py

  Log Message:
  -----------
  Merge remote-tracking branch 'buildbot/master' into travis_integration


  Commit: c4e9f6878b24ec715c847e392247fde046969286
      https://github.com/buildbot/buildbot/commit/c4e9f6878b24ec715c847e392247fde046969286
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  minor: added empty line


  Commit: af39302de97262560bc8faf2d63205a15fbb88a6
      https://github.com/buildbot/buildbot/commit/af39302de97262560bc8faf2d63205a15fbb88a6
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-08-21 (Wed, 21 Aug 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Enable pylint on Travis. Install additional tools only on latest configuration


  Commit: a2413d500f91eb3ef0449812fece7540d6fb57a5
      https://github.com/buildbot/buildbot/commit/a2413d500f91eb3ef0449812fece7540d6fb57a5
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M master/buildbot/scripts/base.py
    M master/buildbot/test/unit/test_scripts_base.py

  Log Message:
  -----------
  Define `__file__`, when interpreting `buildbot.tac`.


  Commit: 65c6c6e8a42461630fe7d803047f81a54cf656f9
      https://github.com/buildbot/buildbot/commit/65c6c6e8a42461630fe7d803047f81a54cf656f9
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

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

  Log Message:
  -----------
  Merge branch 'runner-__file__' into buildbot-0.8.8

Conflicts:
	master/buildbot/scripts/base.py


  Commit: 28755e77133959d360eedcf7e81bdd021b81406a
      https://github.com/buildbot/buildbot/commit/28755e77133959d360eedcf7e81bdd021b81406a
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M master/buildbot/steps/source/repo.py
    M master/buildbot/test/unit/test_steps_source_repo.py
    M master/buildbot/test/util/sourcesteps.py

  Log Message:
  -----------
  Fix usage of path_module in master-side repo step.


  Commit: 27793f5a56285f9edbf7c0d565a96df92fa89ed7
      https://github.com/buildbot/buildbot/commit/27793f5a56285f9edbf7c0d565a96df92fa89ed7
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

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

  Log Message:
  -----------
  Move some dangling release notes.


  Commit: 2ab0e16ed0c46249f1d33308fd6878a1fc953f6e
      https://github.com/buildbot/buildbot/commit/2ab0e16ed0c46249f1d33308fd6878a1fc953f6e
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

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

  Log Message:
  -----------
  Update release notes.


  Commit: 529c3f8ae44a5722b03b302b90ef0b94bf0854eb
      https://github.com/buildbot/buildbot/commit/529c3f8ae44a5722b03b302b90ef0b94bf0854eb
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M master/buildbot/steps/source/repo.py
    M master/buildbot/test/unit/test_scripts_base.py
    M master/buildbot/test/unit/test_steps_source_repo.py
    M master/buildbot/test/util/sourcesteps.py
    M master/docs/relnotes/0.8.8.rst

  Log Message:
  -----------
  Merge v0.8.8 into master.

Conflicts:
	master/docs/relnotes/index.rst


  Commit: a973e2f775b90de69d9e3e343abc7ec9d9d0c7f5
      https://github.com/buildbot/buildbot/commit/a973e2f775b90de69d9e3e343abc7ec9d9d0c7f5
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

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

  Log Message:
  -----------
  web change hook: rename exception variable name

Use a more descriptive name of the cought instance of ValueError
exception. The generic 'err' was redefined as a local function
on line 81.

This fixes pylint error 'E0102 (function-redefined)' in this file.


  Commit: 971b42b9eefbf4f504283862c18099541dc6b635
      https://github.com/buildbot/buildbot/commit/971b42b9eefbf4f504283862c18099541dc6b635
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M master/buildbot/db/pool.py

  Log Message:
  -----------
  DB Pool: avoid redefining local variable

Instead of redefining the 'log_msg' variable, assign it a new value
when verbose logging is requested.

This fixes pylint error 'E0102 (function-redefined)' in this file.


  Commit: a2d1c35ee66a7ee6ab72b85b69e0b0e596392438
      https://github.com/buildbot/buildbot/commit/a2d1c35ee66a7ee6ab72b85b69e0b0e596392438
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  enable pylint 'E0102 (function-redefined)' check.


  Commit: e27a088ac8bd989e9b61f59e62a056499301fecf
      https://github.com/buildbot/buildbot/commit/e27a088ac8bd989e9b61f59e62a056499301fecf
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-23 (Fri, 23 Aug 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/db/pool.py
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/steps/source/repo.py
    M master/buildbot/test/unit/test_scripts_base.py
    M master/buildbot/test/unit/test_steps_source_repo.py
    M master/buildbot/test/util/sourcesteps.py
    M master/docs/relnotes/0.8.8.rst

  Log Message:
  -----------
  Merge branch 'fix-pylint-function-redefined' of git://github.com/elmirjagudin/buildbot


  Commit: e81d6bdf58dc6a336406adc0ece4a5936f354583
      https://github.com/buildbot/buildbot/commit/e81d6bdf58dc6a336406adc0ece4a5936f354583
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-23 (Fri, 23 Aug 2013)

  Changed paths:
    M master/buildbot/changes/svnpoller.py

  Log Message:
  -----------
  Merge branch 'minor' of git://github.com/vrutsky/buildbot


  Commit: 7af8fd492462be5761d6db6195f17b0fc08a64fd
      https://github.com/buildbot/buildbot/commit/7af8fd492462be5761d6db6195f17b0fc08a64fd
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-24 (Sat, 24 Aug 2013)

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

  Log Message:
  -----------
  enable pylint 'assignment-from-no-return' check

Pylint reports one false positive 'assigning from a function
without a return' error. Disable the check locally there,
and enable it globaly.


  Commit: 524c5bd3b7b959429dea4f6fee48f66c111bafa5
      https://github.com/buildbot/buildbot/commit/524c5bd3b7b959429dea4f6fee48f66c111bafa5
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-25 (Sun, 25 Aug 2013)

  Changed paths:
    M master/buildbot/status/web/authz.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/status/web/templates/builders.html
    M master/buildbot/status/web/templates/forms.html
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'cancel_pending_builds' of git://github.com/vrutsky/buildbot


  Commit: 06725f630c7469c81a3ccfff2bb8ccfa91c2c5a2
      https://github.com/buildbot/buildbot/commit/06725f630c7469c81a3ccfff2bb8ccfa91c2c5a2
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-25 (Sun, 25 Aug 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/test/unit/test_steps_source_p4.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

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


  Commit: d432441994cb59d836476c5e68b5b2868fe282ab
      https://github.com/buildbot/buildbot/commit/d432441994cb59d836476c5e68b5b2868fe282ab
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-25 (Sun, 25 Aug 2013)

  Changed paths:
    M master/buildbot/buildslave/openstack.py
    M master/buildbot/test/fake/openstack.py

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


  Commit: 76c34d56d634ddb6b20d13af2fbf7716001776ac
      https://github.com/buildbot/buildbot/commit/76c34d56d634ddb6b20d13af2fbf7716001776ac
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-25 (Sun, 25 Aug 2013)

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

  Log Message:
  -----------
  fix docs referencing httpLoginLink instead of httpLoginUrl


  Commit: b4156da4368e1617f7afd50f9604895e4724ebc3
      https://github.com/buildbot/buildbot/commit/b4156da4368e1617f7afd50f9604895e4724ebc3
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-26 (Mon, 26 Aug 2013)

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

  Log Message:
  -----------
  Merge branch 'pylint-assignment-from-no-return' of git://github.com/elmirjagudin/buildbot


  Commit: 95ed381300d09b2b73eece26aa3ff9aa00bfbadb
      https://github.com/buildbot/buildbot/commit/95ed381300d09b2b73eece26aa3ff9aa00bfbadb
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-26 (Mon, 26 Aug 2013)

  Changed paths:
    A .travis.yml
    M master/setup.py
    M slave/setup.py

  Log Message:
  -----------
  Merge branch 'travis_integration' of git://github.com/vrutsky/buildbot


  Commit: 5072346cfa6eaf4db02f60776765c266c163b5c1
      https://github.com/buildbot/buildbot/commit/5072346cfa6eaf4db02f60776765c266c163b5c1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-26 (Mon, 26 Aug 2013)

  Changed paths:
    A .travis.yml
    M common/pylintrc
    M master/buildbot/buildslave/openstack.py
    M master/buildbot/changes/p4poller.py
    M master/buildbot/changes/svnpoller.py
    M master/buildbot/db/pool.py
    M master/buildbot/status/web/authz.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/status/web/templates/builders.html
    M master/buildbot/status/web/templates/forms.html
    M master/buildbot/steps/source/p4.py
    M master/buildbot/steps/source/repo.py
    M master/buildbot/test/fake/openstack.py
    M master/buildbot/test/unit/test_scripts_base.py
    M master/buildbot/test/unit/test_steps_source_p4.py
    M master/buildbot/test/unit/test_steps_source_repo.py
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/test/util/sourcesteps.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/relnotes/0.8.8.rst
    M master/docs/relnotes/index.rst
    M master/setup.py
    M slave/setup.py

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


Compare: https://github.com/buildbot/buildbot/compare/cd470498c521...5072346cfa6e


More information about the Commits mailing list