[Buildbot-commits] [buildbot/buildbot] 1e5c28: Uses XML output format of svn info to fetch url

GitHub noreply at github.com
Fri Mar 8 03:15:00 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 1e5c281380b267775c14ab53a3153f848286bd35
      https://github.com/buildbot/buildbot/commit/1e5c281380b267775c14ab53a3153f848286bd35
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py

  Log Message:
  -----------
  Uses XML output format of svn info to fetch url

Regex was used with svn info output to fetch url value in
SVN._sourcedirIsUpdatable. French and Norvegian svn versions use
respective language names for url value and not 'URL' in regex.
XML Output format of svn info resolves it

Fixes http://trac.buildbot.net/ticket/2375


  Commit: 3fc9d4096cadab7de57f8f922e6648d6c3b9633a
      https://github.com/buildbot/buildbot/commit/3fc9d4096cadab7de57f8f922e6648d6c3b9633a
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Fixes svn tests to match url value in XML output format of svn info


  Commit: 0feb7c5ca2d488b677721bf99e78dcdabd1b3b31
      https://github.com/buildbot/buildbot/commit/0feb7c5ca2d488b677721bf99e78dcdabd1b3b31
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Merge branch '2375fix' of git://github.com/ShriramK/buildbot


  Commit: 16d87bb288171d3fe081f2978c294eda87c1a6bc
      https://github.com/buildbot/buildbot/commit/16d87bb288171d3fe081f2978c294eda87c1a6bc
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  pyflakes


Compare: https://github.com/buildbot/buildbot/compare/8e9433a024a4...16d87bb28817


More information about the Commits mailing list