[Buildbot-commits] [buildbot/buildbot] 490e6f: fixes a bug in bzr_buildbot.py.
noreply at github.com
noreply at github.com
Sat Oct 1 17:14:24 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 490e6f38eac0769ae145e655ccaa697ea3547acc
https://github.com/buildbot/buildbot/commit/490e6f38eac0769ae145e655ccaa697ea3547acc
Author: Andreas Lawitzky <andyla at gmx.net>
Date: 2011-10-01 (Sat, 01 Oct 2011)
Changed paths:
M master/contrib/bzr_buildbot.py
Log Message:
-----------
fixes a bug in bzr_buildbot.py.
The bug has been discussed in #buildbot and #bzr on IRC.
The call to get_apparent_author() changed to get_apparent_authors()[0]
since the Bazaar API changed and returns now a list of authors.
get_apparent_author() is not part of the API anymore.
This simply uses the first list entry of the authors list.
Commit: b4bee54c77e730260d337d5e7e6e3826f75e1909
https://github.com/buildbot/buildbot/commit/b4bee54c77e730260d337d5e7e6e3826f75e1909
Author: Amber Yust <amber.yust at gmail.com>
Date: 2011-10-01 (Sat, 01 Oct 2011)
Changed paths:
M master/contrib/bzr_buildbot.py
Log Message:
-----------
Merge pull request #256 from televator/myfixes
fixes a bug in bzr_buildbot.py.
Compare: https://github.com/buildbot/buildbot/compare/8d9377d...b4bee54
More information about the Commits
mailing list