[Buildbot-commits] [buildbot/buildbot] 02a12e: remove unnecessary call to ascii2unicode

GitHub noreply at github.com
Sat Mar 28 22:43:24 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 02a12e3eb4339587917b0f0f9e8c018b3a1b5fce
      https://github.com/buildbot/buildbot/commit/02a12e3eb4339587917b0f0f9e8c018b3a1b5fce
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

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

  Log Message:
  -----------
  remove unnecessary call to ascii2unicode


  Commit: f73635665b87e7e768ca37acfc8beed4da5f3035
      https://github.com/buildbot/buildbot/commit/f73635665b87e7e768ca37acfc8beed4da5f3035
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

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

  Log Message:
  -----------
  cosmetic changes for ec2


  Commit: 52435dfb2c243b353c0567b8b8c4dfa1504046ea
      https://github.com/buildbot/buildbot/commit/52435dfb2c243b353c0567b8b8c4dfa1504046ea
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-24 (Tue, 24 Mar 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/test/unit/test_buildslave_libvirt.py

  Log Message:
  -----------
  make sure common parameters are handled in the base class


  Commit: 393611de6d5f062200de3ca8a285f9519ec05a12
      https://github.com/buildbot/buildbot/commit/393611de6d5f062200de3ca8a285f9519ec05a12
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

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

  Log Message:
  -----------
  factor out failed to start situation


  Commit: 139dbb81f52344a748722cec6b788be5f1e2f6e2
      https://github.com/buildbot/buildbot/commit/139dbb81f52344a748722cec6b788be5f1e2f6e2
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M master/buildbot/buildslave/docker.py
    M master/buildbot/buildslave/ec2.py
    M master/buildbot/buildslave/manager.py
    M master/buildbot/buildslave/openstack.py

  Log Message:
  -----------
  make interfaces import more specific


  Commit: f746d7f237e992abc8d45cc24e8734c279aa7ed8
      https://github.com/buildbot/buildbot/commit/f746d7f237e992abc8d45cc24e8734c279aa7ed8
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/test/unit/test_buildslave_base.py
    M master/buildbot/test/unit/test_buildslave_libvirt.py

  Log Message:
  -----------
  amend default value for missing_timeout to 10 minutes


  Commit: 9586d33cd1dfeec4865732feadbb830524be3e5d
      https://github.com/buildbot/buildbot/commit/9586d33cd1dfeec4865732feadbb830524be3e5d
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

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

  Log Message:
  -----------
  do not check missing_timeout

* it is tested in the base class tester


  Commit: 3b6a4e0337c912abf8a97ae12090f4179e84a5af
      https://github.com/buildbot/buildbot/commit/3b6a4e0337c912abf8a97ae12090f4179e84a5af
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

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

  Log Message:
  -----------
  move failed_to_start to the base latent slave class


  Commit: e8b0624f3211ab1491bb465ee5e613a08ca7eefe
      https://github.com/buildbot/buildbot/commit/e8b0624f3211ab1491bb465ee5e613a08ca7eefe
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-29 (Sun, 29 Mar 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/docker.py
    M master/buildbot/buildslave/ec2.py
    M master/buildbot/buildslave/libvirt.py
    M master/buildbot/buildslave/manager.py
    M master/buildbot/buildslave/openstack.py
    M master/buildbot/test/unit/test_buildslave_base.py
    M master/buildbot/test/unit/test_buildslave_libvirt.py

  Log Message:
  -----------
  Merge pull request #1609 from sa2ajj/simplify-buildslaves

Refactor buildslave related code


Compare: https://github.com/buildbot/buildbot/compare/f8dcf3a29c72...e8b0624f3211


More information about the Commits mailing list