[Buildbot-commits] [buildbot/buildbot] 341da1: Add mode and method of git step to renderables

GitHub noreply at github.com
Mon Apr 28 23:16:21 UTC 2014


  Branch: refs/heads/nine
  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


  Commit: d75d891f096ad13803625688b95ea6fa5ed9013e
      https://github.com/buildbot/buildbot/commit/d75d891f096ad13803625688b95ea6fa5ed9013e
  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 branch 'master' into nine


Compare: https://github.com/buildbot/buildbot/compare/484833e8e10b...d75d891f096a


More information about the Commits mailing list