[Buildbot-devel] gitpoller fail on 0.8.3

Amber Yust ayust at yelp.com
Wed Jun 15 00:10:34 UTC 2011


Try wiping out the workdir and letting Buildbot re-initialize it.

~Amber

On Tue, Jun 14, 2011 at 5:08 PM, Rod Morison <rod at morison.biz> wrote:

>  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?
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20110614/9ac4d010/attachment.html>


More information about the devel mailing list