Skip to main content

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

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.
 
-- 
Shawn.


Back to the top