[Buildbot-devel] gitpoller fail on 0.8.3
Rod Morison
rod at morison.biz
Wed Jun 15 00:08:26 UTC 2011
My gitpoller that worked on 0.8.3 is failing on 0.8.4:
2011-06-14 16:58:22-0700 [-] gitpoller: polling git repo at
git.oblong.com:~pinker/pub/yovo.git
2011-06-14 16:58:24-0700 [-] gitpoller: repo poll failed
2011-06-14 16:58:24-0700 [-] Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.utils._UnexpectedErrorOutput: got
stderr: "fatal: ambiguous argument 'iz..origin/iz': unknown revision or
path not in the working tree.\nUse '--' to separate paths from revisions\n"
my poller looks like
from path import path
cwd = path(basedir).expanduser().abspath()
from buildbot.changes.gitpoller import GitPoller
c['change_source'] = GitPoller('git.oblong.com:~pinker/pub/yovo.git',
project='yovo',
branch='iz',
pollinterval=5*60,
workdir=cwd/'gitpoller_work')
Any suggestions for fix or debug?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20110614/a30bcf3e/attachment.html>
More information about the devel
mailing list