[Buildbot-commits] [buildbot/buildbot] ad072a: Pass un-mangled git commit message to the buildbot
noreply at github.com
noreply at github.com
Mon Sep 5 15:14:54 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: ad072aa76ba2e4536f0d2c7715ff22286da1a2e0
https://github.com/buildbot/buildbot/commit/ad072aa76ba2e4536f0d2c7715ff22286da1a2e0
Author: Mikhail Gusarov <mikhail.gusarov at cfengine.com>
Date: 2011-09-05 (Mon, 05 Sep 2011)
Changed paths:
M master/contrib/git_buildbot.py
Log Message:
-----------
Pass un-mangled git commit message to the buildbot
Previously commit message was based on output of 'git rev-parse' which stripped
out all "insignificant" whitespace, like newlines. Given grab_commit_info()
already gets other kinds of commit information from 'git show', get the commit
message from it as well, unaltered.
Commit: 5eaa6f6036915ede1cd065930cc7e17167a9fb25
https://github.com/buildbot/buildbot/commit/5eaa6f6036915ede1cd065930cc7e17167a9fb25
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-09-05 (Mon, 05 Sep 2011)
Changed paths:
M master/contrib/git_buildbot.py
Log Message:
-----------
Merge branch 'git-buildbot-fixes' of git://github.com/dottedmag/buildbot
* 'git-buildbot-fixes' of git://github.com/dottedmag/buildbot:
Pass un-mangled git commit message to the buildbot
Compare: https://github.com/buildbot/buildbot/compare/84aa24e...5eaa6f6
More information about the Commits
mailing list