[Buildbot-commits] [buildbot/buildbot] 341da1: Add mode and method of git step to renderables
GitHub
noreply at github.com
Mon Apr 28 23:14:53 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 341da1ae81ac82fbcb0556007404934213a4970a
https://github.com/buildbot/buildbot/commit/341da1ae81ac82fbcb0556007404934213a4970a
Author: Vincent LEFORT <vincent.lefort at gmail.com>
Date: 2014-04-25 (Fri, 25 Apr 2014)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Add mode and method of git step to renderables
Commit: e488e5c7d1c13030b63a027ec72ee837fd9c6a90
https://github.com/buildbot/buildbot/commit/e488e5c7d1c13030b63a027ec72ee837fd9c6a90
Author: vlefort <vincent.lefort at gmail.com>
Date: 2014-04-27 (Sun, 27 Apr 2014)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Correct isinstance of str by basestring
Change isintance(..., str) by isinstance(..., basestring)
Commit: 744d64a75afc099431d5ffccf703324832dcfd70
https://github.com/buildbot/buildbot/commit/744d64a75afc099431d5ffccf703324832dcfd70
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-04-28 (Mon, 28 Apr 2014)
Changed paths:
M master/buildbot/steps/source/git.py
Log Message:
-----------
Merge vlefort/buildbot:master (PR #1144)
+autopep8
Compare: https://github.com/buildbot/buildbot/compare/b6d98479e80f...744d64a75afc
More information about the Commits
mailing list