[Buildbot-commits] [buildbot/buildbot] 2ea7aa: SetPropertiesFromEnv: Use properties from slave, r...

GitHub noreply at github.com
Fri Nov 2 17:37:36 UTC 2012


  Branch: refs/heads/buildbot-0.8.7
  Home:   https://github.com/buildbot/buildbot
  Commit: 2ea7aa34e55f0878763e3ad92b8dd68cc95e7cbc
      https://github.com/buildbot/buildbot/commit/2ea7aa34e55f0878763e3ad92b8dd68cc95e7cbc
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M master/buildbot/steps/slave.py
    M master/buildbot/test/unit/test_steps_slave.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  SetPropertiesFromEnv: Use properties from slave, rather than set on master.

The old implementation incorrectly used the set of environment variables set
on the master, rather than those retrieved from the slave, when setting properties.

Fixes #2393.


  Commit: 2a8afa42777ab481ef7fa32d8e5c67d235db70cd
      https://github.com/buildbot/buildbot/commit/2a8afa42777ab481ef7fa32d8e5c67d235db70cd
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

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

  Log Message:
  -----------
  SetPropertiesFromEnv: Properties from the slave will always be strings.

So the tests should use strings there too.


  Commit: ac294a5552d1d12b0fd37a323061e122f56bec9b
      https://github.com/buildbot/buildbot/commit/ac294a5552d1d12b0fd37a323061e122f56bec9b
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M master/buildbot/steps/slave.py
    M master/buildbot/test/unit/test_steps_slave.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  SetPropertiesFromEnv: Log property changes.

Fixes #2361.


  Commit: ea150eb1004637a2fedb5b21f5381b0dbc8b9124
      https://github.com/buildbot/buildbot/commit/ea150eb1004637a2fedb5b21f5381b0dbc8b9124
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M master/buildbot/steps/slave.py
    M master/buildbot/test/unit/test_steps_slave.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'log-env' into buildbot-0.8.7


Compare: https://github.com/buildbot/buildbot/compare/0b098b9de7dc...ea150eb10046


More information about the Commits mailing list