Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] JGit Build Failures?

On Tue, Dec 22, 2009 at 11:20 AM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
> Chris Aniszczyk <zx@xxxxxxxxxxxxxxxxx> wrote:
>> Hrmm, I'm getting bit by Hudson's Git plug-in.
>>
>> What is the proper refspec to be used to build?
>> fetch git://egit.eclipse.org/egit/parallelip-jgit.git
>> +refs/heads/master:refs/heads/origin
>
> That's a really old syntax.  I don't know why the Hudson CI plugin
> would be encouraging it anymore.
>
> I'd think its more like refs/heads/master:refs/remotes/origin/master,
> but it all depends on how the plugin derives the commit that
> it builds.

Any ideas from the console log?
    https://build.eclipse.org/hudson/job/cbi-jgit/68/console

I have things working locally. In Hudson, however, it seems to be
fetching all the branches.

Cheers,

-- 
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk


Back to the top