Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: c2320579a340272273ed62d95d15bb75fb06fef4
      
https://github.com/buildbot/buildbot/commit/c2320579a340272273ed62d95d15bb75fb06fef4
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/process/remotetransfer.py
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/steps/package/rpm/rpmspec.py
    M master/buildbot/www/sse.py
    M master/contrib/googlecode_atom.py

  Log Message:
  -----------
  call parent constructor


  Commit: 655d24aae406345c70c547baa9138b0608cf8dff
      
https://github.com/buildbot/buildbot/commit/655d24aae406345c70c547baa9138b0608cf8dff
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/contrib/git_buildbot.py

  Log Message:
  -----------
  remove trailing semi-colon


  Commit: e2f1b8ebe438819957dedea46e965bccdfa47e5d
      
https://github.com/buildbot/buildbot/commit/e2f1b8ebe438819957dedea46e965bccdfa47e5d
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  use hashlib directly

* minimal version of Python for master: 2.6 (and hashlib was introduced
  in 2.5)


  Commit: 32ed347bc6645d4f03721a1af9bf53f3fb6076ab
      
https://github.com/buildbot/buildbot/commit/32ed347bc6645d4f03721a1af9bf53f3fb6076ab
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/docs/manual/customization.rst

  Log Message:
  -----------
  fix style for a docs example


  Commit: 880397adba3a1842a77b901f073b609ecca47835
      
https://github.com/buildbot/buildbot/commit/880397adba3a1842a77b901f073b609ecca47835
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/libvirt.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/changes/bitbucket.py
    M master/buildbot/changes/gitpoller.py
    M master/buildbot/changes/hgpoller.py
    M master/buildbot/changes/mail.py
    M master/buildbot/changes/svnpoller.py
    M master/buildbot/clients/sendchange.py
    M master/buildbot/clients/usersclient.py
    M master/buildbot/db/buildrequests.py
    M master/buildbot/db/changes.py
    M master/buildbot/db/connector.py
    M master/buildbot/db/pool.py
    M master/buildbot/master.py
    M master/buildbot/monkeypatches/testcase_synctest.py
    M master/buildbot/pbmanager.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/properties.py
    M master/buildbot/process/slavebuilder.py
    M master/buildbot/process/users/manual.py
    M master/buildbot/schedulers/timed.py
    M master/buildbot/schedulers/triggerable.py
    M master/buildbot/status/builder.py
    M master/buildbot/status/buildrequest.py
    M master/buildbot/status/buildset.py
    M master/buildbot/status/github.py
    M master/buildbot/status/master.py
    M master/buildbot/status/status_stash.py
    M master/buildbot/status/words.py
    M master/buildbot/steps/package/rpm/mock.py
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/steps/source/darcs.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/steps/source/mtn.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/steps/source/repo.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fuzz/test_lru.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/integration/test_try_client.py
    M master/buildbot/test/integration/test_upgrade.py
    M master/buildbot/test/regressions/test_bad_change_properties_rows.py
    M master/buildbot/test/regressions/test_import_unicode_changes.py
    M master/buildbot/test/unit/test_buildslave_libvirt.py
    M master/buildbot/test/unit/test_changes_base.py
    M master/buildbot/test/unit/test_changes_bitbucket.py
    M master/buildbot/test/unit/test_changes_bonsaipoller.py
    M master/buildbot/test/unit/test_changes_gerritchangesource.py
    M master/buildbot/test/unit/test_changes_gitpoller.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/buildbot/test/unit/test_schedulers_triggerable.py
    M master/buildbot/test/unit/test_steps_master.py
    M master/buildbot/test/unit/test_util_eventual.py
    M master/buildbot/test/unit/test_util_lru.py
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/test/unit/test_util_state.py
    M master/buildbot/test/util/change_import.py
    M master/buildbot/test/util/changesource.py
    M master/buildbot/test/util/connector_component.py
    M master/buildbot/test/util/migration.py
    M master/buildbot/util/__init__.py
    M master/contrib/bk_buildbot.py
    M master/contrib/bzr_buildbot.py
    M master/contrib/fakemaster.py
    M master/contrib/svn_buildbot.py

  Log Message:
  -----------
  unify add{{Call,Err}back,Both}

* use them as a decorator whenever possible


  Commit: d6069667a00b3ae2233e9682eff27d106b7cd37d
      
https://github.com/buildbot/buildbot/commit/d6069667a00b3ae2233e9682eff27d106b7cd37d
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/www/rest.py

  Log Message:
  -----------
  remove duplicate except clause


  Commit: 5fa9b98488a010e8f5119fc62f881be5ed48b2ea
      
https://github.com/buildbot/buildbot/commit/5fa9b98488a010e8f5119fc62f881be5ed48b2ea
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  simplify twisted version condition


  Commit: 2d78b705b0fd4a131978a29ae9c03b9286cf088f
      
https://github.com/buildbot/buildbot/commit/2d78b705b0fd4a131978a29ae9c03b9286cf088f
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/monkeypatches/__init__.py
    R master/buildbot/monkeypatches/bug4881.py

  Log Message:
  -----------
  remove monkeypatch for #4881 as we require a better Twisted


  Commit: eb25b89064b07dddde21ad232f4987f1116f070c
      
https://github.com/buildbot/buildbot/commit/eb25b89064b07dddde21ad232f4987f1116f070c
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  simplify process/buildstep


  Commit: c6bab18ac53ffdae43c488b2a069ca2c99acc2b9
      
https://github.com/buildbot/buildbot/commit/c6bab18ac53ffdae43c488b2a069ca2c99acc2b9
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  return somewhat sensible value when self.build is not set yet


  Commit: b6c01863ea918f187408298cd1347a52fd2b84a2
      
https://github.com/buildbot/buildbot/commit/b6c01863ea918f187408298cd1347a52fd2b84a2
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  sort renderables and parms of buildbot.process.buildstep.BuildStep

* this helps to check what names are handled by the class


  Commit: 089e217747aeb74a173afb00f13edf4af35ef26c
      
https://github.com/buildbot/buildbot/commit/089e217747aeb74a173afb00f13edf4af35ef26c
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/steps/cppcheck.py

  Log Message:
  -----------
  update cppcheck


  Commit: 435d66640e21983efd080b94c0eaedccb621bf64
      
https://github.com/buildbot/buildbot/commit/435d66640e21983efd080b94c0eaedccb621bf64
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/steps/master.py

  Log Message:
  -----------
  update steps/master.py

* remove 'workdir' from constructor parameters of MasterShellCommand
  (it should be handled by buildstep.BuildStep)


  Commit: 1617f8687d12d5e4ab36d75e1245c1391195dab1
      
https://github.com/buildbot/buildbot/commit/1617f8687d12d5e4ab36d75e1245c1391195dab1
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/steps/mswin.py

  Log Message:
  -----------
  update steps/mswin.py


  Commit: e5ff35d8791b9b5225172d22c9c03c9b54f3356b
      
https://github.com/buildbot/buildbot/commit/e5ff35d8791b9b5225172d22c9c03c9b54f3356b
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/steps/trigger.py

  Log Message:
  -----------
  update steps/trigger.py


  Commit: edca83199384d36b6681b70bb5cddd1d005f9b79
      
https://github.com/buildbot/buildbot/commit/edca83199384d36b6681b70bb5cddd1d005f9b79
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  update steps/shell.py


  Commit: 13a3fd3d9e112c089b97e87bc2ff9a6f20438c09
      
https://github.com/buildbot/buildbot/commit/13a3fd3d9e112c089b97e87bc2ff9a6f20438c09
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/steps/python.py

  Log Message:
  -----------
  update Python steps

* use tuples for constant "lists"
* prepend internal constants/values with '_'
* fix dangerous default parameters for Sphinx step


  Commit: 4927c8342e16b22dcfa38755f2f27f25b71904e8
      
https://github.com/buildbot/buildbot/commit/4927c8342e16b22dcfa38755f2f27f25b71904e8
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/steps/mtrlogobserver.py

  Log Message:
  -----------
  update mtrlogobserver.py

* cosmetics (empty lines and such)
* removed dangerous parameter (logfiles={})


  Commit: 01ceda06daed6d96c080689f530e673d2086cc50
      
https://github.com/buildbot/buildbot/commit/01ceda06daed6d96c080689f530e673d2086cc50
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/contrib/libvirt/network.xml

  Log Message:
  -----------
  fix libvirt config in contrib


  Commit: 208b86d13a59d270900bf124c1f9d73d55238d69
      
https://github.com/buildbot/buildbot/commit/208b86d13a59d270900bf124c1f9d73d55238d69
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/ec2.py
    M master/buildbot/buildslave/libvirt.py
    M master/buildbot/buildslave/openstack.py
    M master/buildbot/changes/bonsaipoller.py
    M master/buildbot/changes/changes.py
    M master/buildbot/changes/mail.py
    M master/buildbot/clients/sendchange.py
    M master/buildbot/data/buildsets.py
    M master/buildbot/data/changes.py
    M master/buildbot/db/changes.py
    M master/buildbot/locks.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/factory.py
    M master/buildbot/schedulers/base.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/schedulers/trysched.py
    M master/buildbot/status/builder.py
    M master/buildbot/status/irc.py
    M master/buildbot/status/mail.py
    M master/buildbot/status/master.py
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/steps/source/darcs.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/steps/source/mtn.py
    M master/buildbot/steps/trigger.py
    M master/buildbot/steps/vstudio.py
    M master/buildbot/test/fake/fakedata.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/fake/web.py
    M master/buildbot/test/unit/test_data_buildsets.py
    M master/buildbot/test/unit/test_data_changes.py
    M master/buildbot/test/unit/test_data_connector.py
    M master/buildbot/test/unit/test_db_changes.py
    M master/buildbot/test/unit/test_schedulers_base.py
    M master/buildbot/test/unit/test_schedulers_basic.py
    M master/buildbot/test/util/connector_component.py
    M master/buildbot/test/util/scheduler.py
    M master/buildbot/test/util/sourcesteps.py
    M master/buildbot/util/pickle.py
    M master/buildbot/www/ldapuserinfo.py
    M master/contrib/webhook_status.py

  Log Message:
  -----------
  fix mutable arguments

* only the 'master' tree
* only some bits in test/ hierarchy (mostly those that checked arg
  specs)


  Commit: 905d9173a56022a0b02a021342ad1160b6b59d8a
      
https://github.com/buildbot/buildbot/commit/905d9173a56022a0b02a021342ad1160b6b59d8a
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/status/builder.py
    M master/buildbot/status/master.py
    M master/buildbot/status/slave.py
    M master/buildbot/status/status_push.py
    M master/buildbot/test/unit/test_process_properties.py
    M master/buildbot/util/pickle.py

  Log Message:
  -----------
  rewrite dictionary creation as a dictionary literal


  Commit: a8c2a44616b9d883d10e45156d74100fd2d4fef1
      
https://github.com/buildbot/buildbot/commit/a8c2a44616b9d883d10e45156d74100fd2d4fef1
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/changes/changes.py
    M master/buildbot/steps/python.py
    M master/buildbot/steps/vstudio.py
    M master/buildbot/test/unit/test_changes_bonsaipoller.py

  Log Message:
  -----------
  rewrite list creation as a list literal


  Commit: 373355632cd2190f736a64bc2da2bb50f379f96e
      
https://github.com/buildbot/buildbot/commit/373355632cd2190f736a64bc2da2bb50f379f96e
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    R master/buildbot/changes/bonsaipoller.py
    R master/buildbot/test/unit/test_changes_bonsaipoller.py
    M master/docs/manual/cfg-changesources.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  remove BonsaiPoller


  Commit: 593f5429f8548c8379e7ccf575789b74c0528a4c
      
https://github.com/buildbot/buildbot/commit/593f5429f8548c8379e7ccf575789b74c0528a4c
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    R master/buildbot/ec2buildslave.py
    R master/buildbot/libvirtbuildslave.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  remove buildbot/{ec2,libvirt}buildslave

They were only kept for backward compatibility, but nine introduces
quite a few other things that require attention.  So this small bit will
have to be taken care of (and it's documented in release notes).


  Commit: d4de470f007bd196cc8ffbe9d2dddce1d8e25dfa
      
https://github.com/buildbot/buildbot/commit/d4de470f007bd196cc8ffbe9d2dddce1d8e25dfa
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  simplify sorting where it makes sense


  Commit: d705a5befbd8ddda190bf7a3eb7a09e098c674a7
      
https://github.com/buildbot/buildbot/commit/d705a5befbd8ddda190bf7a3eb7a09e098c674a7
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  remove wrong return


  Commit: c595e4474b2ab42450841c7b5e0927f86ec6976e
      
https://github.com/buildbot/buildbot/commit/c595e4474b2ab42450841c7b5e0927f86ec6976e
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/schedulers/base.py
    M master/buildbot/schedulers/basic.py
    M master/buildbot/schedulers/dependent.py
    M master/buildbot/schedulers/timed.py
    M master/buildbot/schedulers/triggerable.py
    M master/buildbot/schedulers/trysched.py

  Log Message:
  -----------
  brush schedulers

* make `properties` a keyword argument for BaseScheduler and handle
  default in its constructor
* remove `properties` keyword argument from all other schedulers and
  leave it to be processed by BaseScheduler
* leave positional parameters positional whenever applicable
* make Try* schedulers accept all common parameters as well (by
  introducing `**kwargs` parameter for constructor and passing it to the
  parent)


  Commit: 039e386a352491c2acebcae1c1c1704e4c9f949a
      
https://github.com/buildbot/buildbot/commit/039e386a352491c2acebcae1c1c1704e4c9f949a
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  remove comment; leave it as it is


  Commit: 43be151ec8224b1e4a5589a9644a06be224e8240
      
https://github.com/buildbot/buildbot/commit/43be151ec8224b1e4a5589a9644a06be224e8240
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/steps/subunit.py

  Log Message:
  -----------
  remove unused class variables in subunit step


  Commit: aba253c9010ee8a9529a8b819759226e91567993
      
https://github.com/buildbot/buildbot/commit/aba253c9010ee8a9529a8b819759226e91567993
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/changes/p4poller.py
    M master/buildbot/scripts/buildbot_tac.tmpl
    M master/buildbot/steps/transfer.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/unit/test_steps_source_bzr.py

  Log Message:
  -----------
  do not import os.path; import os


  Commit: 5acffad4b12f23ef8d3a1a29c380071c4caf1c6c
      
https://github.com/buildbot/buildbot/commit/5acffad4b12f23ef8d3a1a29c380071c4caf1c6c
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-23 (Mon, 23 Feb 2015)

  Changed paths:
    M master/buildbot/steps/slave.py

  Log Message:
  -----------
  make use of .checkSlaveHasCommand


  Commit: ff06ca1f098048071b328decfe9df4cff851f21a
      
https://github.com/buildbot/buildbot/commit/ff06ca1f098048071b328decfe9df4cff851f21a
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-23 (Mon, 23 Feb 2015)

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

  Log Message:
  -----------
  address tardyp's comment


  Commit: a2900628547f2eec18debb08e87775af374684f1
      
https://github.com/buildbot/buildbot/commit/a2900628547f2eec18debb08e87775af374684f1
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-24 (Tue, 24 Feb 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/ec2.py
    M master/buildbot/buildslave/libvirt.py
    M master/buildbot/buildslave/openstack.py
    M master/buildbot/buildslave/protocols/pb.py
    M master/buildbot/changes/bitbucket.py
    R master/buildbot/changes/bonsaipoller.py
    M master/buildbot/changes/changes.py
    M master/buildbot/changes/gitpoller.py
    M master/buildbot/changes/hgpoller.py
    M master/buildbot/changes/mail.py
    M master/buildbot/changes/p4poller.py
    M master/buildbot/changes/svnpoller.py
    M master/buildbot/clients/sendchange.py
    M master/buildbot/clients/usersclient.py
    M master/buildbot/data/buildsets.py
    M master/buildbot/data/changes.py
    M master/buildbot/db/buildrequests.py
    M master/buildbot/db/changes.py
    M master/buildbot/db/connector.py
    M master/buildbot/db/pool.py
    R master/buildbot/ec2buildslave.py
    R master/buildbot/libvirtbuildslave.py
    M master/buildbot/locks.py
    M master/buildbot/master.py
    M master/buildbot/monkeypatches/__init__.py
    R master/buildbot/monkeypatches/bug4881.py
    M master/buildbot/monkeypatches/testcase_synctest.py
    M master/buildbot/pbmanager.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/factory.py
    M master/buildbot/process/properties.py
    M master/buildbot/process/remotetransfer.py
    M master/buildbot/process/slavebuilder.py
    M master/buildbot/process/users/manual.py
    M master/buildbot/process/users/users.py
    M master/buildbot/schedulers/base.py
    M master/buildbot/schedulers/basic.py
    M master/buildbot/schedulers/dependent.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/schedulers/timed.py
    M master/buildbot/schedulers/triggerable.py
    M master/buildbot/schedulers/trysched.py
    M master/buildbot/scripts/buildbot_tac.tmpl
    M master/buildbot/status/builder.py
    M master/buildbot/status/buildrequest.py
    M master/buildbot/status/buildset.py
    M master/buildbot/status/github.py
    M master/buildbot/status/irc.py
    M master/buildbot/status/mail.py
    M master/buildbot/status/master.py
    M master/buildbot/status/slave.py
    M master/buildbot/status/status_push.py
    M master/buildbot/status/status_stash.py
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/status/words.py
    M master/buildbot/steps/cppcheck.py
    M master/buildbot/steps/master.py
    M master/buildbot/steps/mswin.py
    M master/buildbot/steps/mtrlogobserver.py
    M master/buildbot/steps/package/rpm/mock.py
    M master/buildbot/steps/package/rpm/rpmspec.py
    M master/buildbot/steps/python.py
    M master/buildbot/steps/shell.py
    M master/buildbot/steps/slave.py
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/steps/source/darcs.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/steps/source/mtn.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/steps/source/repo.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/steps/subunit.py
    M master/buildbot/steps/transfer.py
    M master/buildbot/steps/trigger.py
    M master/buildbot/steps/vstudio.py
    M master/buildbot/test/fake/fakedata.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fake/web.py
    M master/buildbot/test/fuzz/test_lru.py
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/integration/test_try_client.py
    M master/buildbot/test/integration/test_upgrade.py
    M master/buildbot/test/regressions/test_bad_change_properties_rows.py
    M master/buildbot/test/regressions/test_import_unicode_changes.py
    M master/buildbot/test/unit/test_buildslave_libvirt.py
    M master/buildbot/test/unit/test_changes_base.py
    M master/buildbot/test/unit/test_changes_bitbucket.py
    R master/buildbot/test/unit/test_changes_bonsaipoller.py
    M master/buildbot/test/unit/test_changes_gerritchangesource.py
    M master/buildbot/test/unit/test_changes_gitpoller.py
    M master/buildbot/test/unit/test_data_buildsets.py
    M master/buildbot/test/unit/test_data_changes.py
    M master/buildbot/test/unit/test_data_connector.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/buildbot/test/unit/test_db_changes.py
    M master/buildbot/test/unit/test_process_builder.py
    M master/buildbot/test/unit/test_process_properties.py
    M master/buildbot/test/unit/test_schedulers_base.py
    M master/buildbot/test/unit/test_schedulers_basic.py
    M master/buildbot/test/unit/test_schedulers_triggerable.py
    M master/buildbot/test/unit/test_steps_master.py
    M master/buildbot/test/unit/test_steps_source_bzr.py
    M master/buildbot/test/unit/test_util_eventual.py
    M master/buildbot/test/unit/test_util_lru.py
    M master/buildbot/test/unit/test_util_misc.py
    M master/buildbot/test/unit/test_util_state.py
    M master/buildbot/test/util/change_import.py
    M master/buildbot/test/util/changesource.py
    M master/buildbot/test/util/connector_component.py
    M master/buildbot/test/util/migration.py
    M master/buildbot/test/util/scheduler.py
    M master/buildbot/test/util/sourcesteps.py
    M master/buildbot/util/__init__.py
    M master/buildbot/util/pickle.py
    M master/buildbot/www/ldapuserinfo.py
    M master/buildbot/www/rest.py
    M master/buildbot/www/sse.py
    M master/contrib/bk_buildbot.py
    M master/contrib/bzr_buildbot.py
    M master/contrib/fakemaster.py
    M master/contrib/git_buildbot.py
    M master/contrib/googlecode_atom.py
    M master/contrib/libvirt/network.xml
    M master/contrib/svn_buildbot.py
    M master/contrib/webhook_status.py
    M master/docs/manual/cfg-changesources.rst
    M master/docs/manual/customization.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #1551 from sa2ajj/general-cosmetics

Various cosmetics


Compare: 
https://github.com/buildbot/buildbot/compare/74f59698d95e...a2900628547f
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to