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

GitHub noreply at github.com
Fri Sep 21 12:46:58 UTC 2012


  Branch: refs/heads/nine
  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'


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

  Changed paths:
    A CONTRIBUTING.md

  Log Message:
  -----------
  add CONTRIBUTING.md for display on Github


  Commit: 0ce60c971639c8790a4fd95513f4f3c872c86140
      https://github.com/buildbot/buildbot/commit/0ce60c971639c8790a4fd95513f4f3c872c86140
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-19 (Wed, 19 Sep 2012)

  Changed paths:
    M master/buildbot/status/mail.py

  Log Message:
  -----------
  Use 'replace' when decoding logfiles as UTF-8

Since logfiles may not be in UTF-8, and may in fact not be in any
particular encoding, this is reasonable.  Refs #2373.


  Commit: bb3fee03427d89692c19e0ed77d94fcd59fb2370
      https://github.com/buildbot/buildbot/commit/bb3fee03427d89692c19e0ed77d94fcd59fb2370
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    A CONTRIBUTING.md
    M master/buildbot/status/mail.py
    M master/buildbot/steps/shell.py
    M master/buildbot/test/unit/test_steps_shell.py
    M master/setup.py

  Log Message:
  -----------
  Merge github.com:djmitche/buildbot into nine


  Commit: 9c6894a509e69ed1b1f03d95f50bf735e9646460
      https://github.com/buildbot/buildbot/commit/9c6894a509e69ed1b1f03d95f50bf735e9646460
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    A README.md
    R README.rst

  Log Message:
  -----------
  Merge branch 'nine' of github.com:buildbot/buildbot into nine


Compare: https://github.com/buildbot/buildbot/compare/1dcaabff46a5...9c6894a509e6


More information about the Commits mailing list