[Buildbot-commits] [SPAM] Re: [Buildbot] #694: Infinite loop in the slave with Mercurial
Buildbot
buildbot-devel at lists.sourceforge.net
Wed Jan 27 15:03:22 UTC 2010
#694: Infinite loop in the slave with Mercurial
--------------------------------------------+-------------------------------
Reporter: kalessin | Owner:
Type: defect | Status: new
Priority: critical | Milestone: ongoing
Version: 0.7.11 | Resolution:
Keywords: slave, mercurial, infinite loop |
--------------------------------------------+-------------------------------
Comment(by marcusl):
Try to add this before the comparison, to remove trailing slashes from
either path:
{{{
#!python
oldurl = oldurl.rstrip('/')
newurl = oldurl.rstrip('/')
}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/694#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list