[Buildbot-commits] [buildbot/buildbot] fa538a: Better stripping of properties in describe before ...

GitHub noreply at github.com
Tue Sep 18 00:32:21 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: fa538ab0ddbc6f6fe7b1513b4245e4be2f606a3d
      https://github.com/buildbot/buildbot/commit/fa538ab0ddbc6f6fe7b1513b4245e4be2f606a3d
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-16 (Sun, 16 Sep 2012)

  Changed paths:
    M master/buildbot/steps/shell.py
    M master/buildbot/test/unit/test_steps_shell.py

  Log Message:
  -----------
  Better stripping of properties in describe before rendering

This function is still an awful mess, but this replicates the
circumstances of #2368 in a test and fixes it.  Refs #2368.


  Commit: 91184c99ede49baf3ea257ac84aa1226ed477ade
      https://github.com/buildbot/buildbot/commit/91184c99ede49baf3ea257ac84aa1226ed477ade
  Author: Marc Abramowitz <marc at marc-abramowitz.com>
  Date:   2012-09-17 (Mon, 17 Sep 2012)

  Changed paths:
    M master/setup.py

  Log Message:
  -----------
  Only use setup_requires=['setuptools_trial'] when setup.py is invoked
with relevant commands/options such as "test", "trial", or
"--help-commands".

That lets people continue to use `python setup.py test`, for example, to
run the test suite, while not forcing setuptools_trial to be there for
egg_info, sdist, install, etc.

Fixes GH-408, Trac-2369


  Commit: 2dfdd89c859bc04765f21b498ed7ad831fdfb45a
      https://github.com/buildbot/buildbot/commit/2dfdd89c859bc04765f21b498ed7ad831fdfb45a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-17 (Mon, 17 Sep 2012)

  Changed paths:
    M master/buildbot/steps/shell.py
    M master/buildbot/test/unit/test_steps_shell.py
    M master/setup.py

  Log Message:
  -----------
  Merge branch 'buildbot-0.8.7'


Compare: https://github.com/buildbot/buildbot/compare/91fcd1ca141d...2dfdd89c859b


More information about the Commits mailing list