[Buildbot-commits] [buildbot/buildbot] f1090b: Make HgPoller break file paths correctly
GitHub
noreply at github.com
Sun Dec 15 03:08:00 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: f1090bdebfa9cd3a214ce1c7edf1585454678869
https://github.com/buildbot/buildbot/commit/f1090bdebfa9cd3a214ce1c7edf1585454678869
Author: Steve Hoelzer <steve.hoelzer at varian.com>
Date: 2013-12-13 (Fri, 13 Dec 2013)
Changed paths:
M master/buildbot/changes/hgpoller.py
M master/buildbot/test/unit/test_changes_hgpoller.py
Log Message:
-----------
Make HgPoller break file paths correctly
The command to get revision info lists all files on one line and was
splitting on spaces to get file paths. Sometimes paths have spaces so
that doesn't work. Instead, insert a pathsep character between paths
and use that for splitting.
This fixes http://trac.buildbot.net/ticket/2595
Commit: 2bbee4fb6c8df05bf9f4544852714157edd5056c
https://github.com/buildbot/buildbot/commit/2bbee4fb6c8df05bf9f4544852714157edd5056c
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-14 (Sat, 14 Dec 2013)
Changed paths:
M master/buildbot/changes/hgpoller.py
M master/buildbot/test/unit/test_changes_hgpoller.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'master' of git://github.com/shoelzer/buildbot
Compare: https://github.com/buildbot/buildbot/compare/09497079ae87...2bbee4fb6c8d
More information about the Commits
mailing list