[Buildbot-commits] [buildbot/buildbot] 65a083: remove change_hook= from docs, since it's not used

noreply at github.com noreply at github.com
Fri Oct 1 21:48:52 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/buildbot/buildbot

Commit: 65a083e22d3eafc97cd97ef9220ec827be5b2922
    http://github.com/buildbot/buildbot/commit/65a083e22d3eafc97cd97ef9220ec827be5b2922
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-10-01 (Fri, 01 Oct 2010)

Changed paths:
  M master/docs/cfg-statustargets.texinfo

Log Message:
-----------
remove change_hook= from docs, since it's not used


Commit: 9b6314cce064aefbc8192433d1a1f82dab7e7bc6
    http://github.com/buildbot/buildbot/commit/9b6314cce064aefbc8192433d1a1f82dab7e7bc6
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-10-01 (Fri, 01 Oct 2010)

Changed paths:
  M master/buildbot/status/web/change_hook.py
  M master/buildbot/status/web/hooks/base.py
  M master/buildbot/status/web/hooks/github.py

Log Message:
-----------
fix up change hooks to actually work


Commit: 21d74603ed7999c9b8801566e8a865e017df70b1
    http://github.com/buildbot/buildbot/commit/21d74603ed7999c9b8801566e8a865e017df70b1
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-10-01 (Fri, 01 Oct 2010)

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

Log Message:
-----------
escape parts of comments correctly

A change comment gets broken up into (a) unmatched text and (b) matched
text, where the unmatched text must be escaped and the matched text
needs to be properly escaped *after* expanding match groups.






More information about the Commits mailing list