[Buildbot-commits] [buildbot/buildbot] 0f9b2c: Filter bulider's slavenames when reconfiguring

GitHub noreply at github.com
Mon Oct 14 11:37:36 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 0f9b2ccfc8056e666b711009a55faeddcd229e0a
      https://github.com/buildbot/buildbot/commit/0f9b2ccfc8056e666b711009a55faeddcd229e0a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

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

  Log Message:
  -----------
  Filter bulider's slavenames when reconfiguring

Fixes #2507.  Note that a build which has its builder/slave pair removed
whlie it is executing will still hang indefinitely, but that's a much
larger problem.


  Commit: 43fe1258963907ba9442ef7e63099ffb7ba1c306
      https://github.com/buildbot/buildbot/commit/43fe1258963907ba9442ef7e63099ffb7ba1c306
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-29 (Sun, 29 Sep 2013)

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

  Log Message:
  -----------
  fix pyflakes


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

  Changed paths:
    M master/buildbot/interfaces.py

  Log Message:
  -----------
  replaced depricated 'disable-msg' pylint pragma with 'disable'


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

  Changed paths:
    M master/buildbot/status/persistent_queue.py
    M slave/buildslave/interfaces.py

  Log Message:
  -----------
  locally disable pylint warnings triggered by interface definitions


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

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

  Log Message:
  -----------
  unit tests: make _makeSUCTest() a local function

The TestGetUnversionedFiles._makeSUCTest() looks like a method but is
used as a local function. Change it to a proper function, to make it
less confusing.

This also fixes 'no-self-argument' pylint warning.


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

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  enable no-self-argument and no-method-argument pylint checks


  Commit: 09fdd804a7c10f52f1cefe0ea985d34559ea764c
      https://github.com/buildbot/buildbot/commit/09fdd804a7c10f52f1cefe0ea985d34559ea764c
  Author: Graham Markall <graham at opengamma.com>
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
    M master/contrib/post_build_request.py

  Log Message:
  -----------
  Fix pyflakes warnings on post_build_request.py


  Commit: 6c9bd1446305975547791e9a008cc53654009422
      https://github.com/buildbot/buildbot/commit/6c9bd1446305975547791e9a008cc53654009422
  Author: Graham Markall <graham at opengamma.com>
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
    M master/contrib/post_build_request.py

  Log Message:
  -----------
  Update post_build_request to match change_hook

Since 2e25ec71 change_hook no longer returns a JSON object with a
200 OK response code. Instead it returns a 202 Accepted code with
no data. This commit updates post_build_request.py to match this
behaviour.


  Commit: c048e24d5a86d654e46979655bb42bb0742986a3
      https://github.com/buildbot/buildbot/commit/c048e24d5a86d654e46979655bb42bb0742986a3
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-10-08 (Tue, 08 Oct 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/interfaces.py
    M master/buildbot/status/persistent_queue.py
    M master/buildbot/test/unit/test_steps_source_svn.py
    M slave/buildslave/interfaces.py

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


  Commit: 3e28e2ec6c071d63a271e101331284b34b4414f4
      https://github.com/buildbot/buildbot/commit/3e28e2ec6c071d63a271e101331284b34b4414f4
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-10-08 (Tue, 08 Oct 2013)

  Changed paths:
    M master/contrib/post_build_request.py

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


  Commit: e6cbb0068a1f6991008b70ef5343a5a3c267b391
      https://github.com/buildbot/buildbot/commit/e6cbb0068a1f6991008b70ef5343a5a3c267b391
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M master/buildbot/monkeypatches/__init__.py
    A master/buildbot/monkeypatches/python14653.py

  Log Message:
  -----------
  Monkeypatch Python to fix <http://bugs.python.org/issue14653>

Fixes <http://trac.buildbot.net/ticket/2522>


  Commit: e1531f0ac93a61a5b2ab9f19df1aa861f4468dae
      https://github.com/buildbot/buildbot/commit/e1531f0ac93a61a5b2ab9f19df1aa861f4468dae
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M master/buildbot/monkeypatches/__init__.py
    A master/buildbot/monkeypatches/python14653.py

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

With the addition of 'import time'


  Commit: b374882fbae53a41a038e97232b9bea3709d66e1
      https://github.com/buildbot/buildbot/commit/b374882fbae53a41a038e97232b9bea3709d66e1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-10-14 (Mon, 14 Oct 2013)

  Changed paths:
    M master/buildbot/monkeypatches/servicechecks.py

  Log Message:
  -----------
  better logging for start/stopService failures


  Commit: b8cecfe5a312d9d7a9b2763e50ee8000559d4a55
      https://github.com/buildbot/buildbot/commit/b8cecfe5a312d9d7a9b2763e50ee8000559d4a55
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-10-14 (Mon, 14 Oct 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/buildslave/base.py
    M master/buildbot/interfaces.py
    M master/buildbot/monkeypatches/__init__.py
    A master/buildbot/monkeypatches/python14653.py
    M master/buildbot/monkeypatches/servicechecks.py
    M master/buildbot/process/builder.py
    M master/buildbot/status/persistent_queue.py
    M master/buildbot/test/unit/test_steps_source_svn.py
    M master/contrib/post_build_request.py
    M slave/buildslave/interfaces.py

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

Conflicts:
	master/buildbot/process/builder.py
	master/buildbot/test/unit/test_status_web_statuspng.py


Compare: https://github.com/buildbot/buildbot/compare/f8359f6d9ab6...b8cecfe5a312


More information about the Commits mailing list