[Buildbot-commits] [djmitche/buildbot] caf99a: remove spurious file

noreply at github.com noreply at github.com
Sat May 1 21:45:11 UTC 2010


Branch: refs/heads/buildbot-0.8.0
Home:   http://github.com/djmitche/buildbot

Commit: caf99ac2a2a4798d9cf21160c415ce313b074554
    http://github.com/djmitche/buildbot/commit/caf99ac2a2a4798d9cf21160c415ce313b074554
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-04-29 (Thu, 29 Apr 2010)

Changed paths:
  R NOTES-0.8.1.txt

Log Message:
-----------
remove spurious file


Commit: 39c1a7411438fa15be186a4cda0b4216fb230dfe
    http://github.com/djmitche/buildbot/commit/39c1a7411438fa15be186a4cda0b4216fb230dfe
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-04-29 (Thu, 29 Apr 2010)

Changed paths:
  M NEWS

Log Message:
-----------
add news about mercurial revision ids


Commit: 9e427ad5d9c86732cdb007d3aaeb1f680179e057
    http://github.com/djmitche/buildbot/commit/9e427ad5d9c86732cdb007d3aaeb1f680179e057
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-05-01 (Sat, 01 May 2010)

Changed paths:
  M buildbot/status/web/base.py

Log Message:
-----------
Directory listings require Twisted >= 9.0.0 (fixes #812)


Commit: 380d4d947efed9e74fcf5e5911222f16a2643842
    http://github.com/djmitche/buildbot/commit/380d4d947efed9e74fcf5e5911222f16a2643842
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-05-01 (Sat, 01 May 2010)

Changed paths:
  M buildbot/test/unit/test_util_loop.py
  M buildbot/util/monkeypatches.py

Log Message:
-----------
do not use twisted.python.monkey, which is not in tw-2.5.0

This module wasn't actually used in test_util_loop, anyway.  However,
the test module does use TestCase.patch, which doesn't exist on older
Twisteds.  So this commit monkeypatches that method to just skip tests
that use it on older Twisteds.  Fixes #811


Commit: dabfc8c906661079bf87ca424ab9d98c4d54a355
    http://github.com/djmitche/buildbot/commit/dabfc8c906661079bf87ca424ab9d98c4d54a355
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-05-01 (Sat, 01 May 2010)

Changed paths:
  M buildbot/status/web/templates/build.html

Log Message:
-----------
don't capitalize build property names


Commit: 46194be7a4183c79ee0d02ed390165eb369e8c1a
    http://github.com/djmitche/buildbot/commit/46194be7a4183c79ee0d02ed390165eb369e8c1a
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-05-01 (Sat, 01 May 2010)

Changed paths:
  M buildbot/status/web/base.py
  M buildbot/status/web/templates/build.html
  M buildbot/test/unit/test_util_loop.py
  M buildbot/util/monkeypatches.py

Log Message:
-----------
Merge branch 'master' into buildbot-0.8.0

* master:
  don't capitalize build property names
  do not use twisted.python.monkey, which is not in tw-2.5.0
  Directory listings require Twisted >= 9.0.0 (fixes #812)
  add news about mercurial revision ids
  remove spurious file






More information about the Commits mailing list