Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Athena and git?

The git fetch factory bundle is available in the p2 repo http://download.eclipse.org/egit/pde/updates-nightly

This works best with a relatively recent basebuilder as there were a couple of enhancements to pde.build to make the git fetch factory work better.  

Once you have the fetch factory in the basebuilder, all you need to do is update the map files with git entries, no custom scripts are required.
You may want to set the property "fetchCacheLocation" which will be the location where local git clones will be created and can be kept across builds.  https://bugs.eclipse.org/bugs/show_bug.cgi?id=289838 is the bug for the fetch factory.

-Andrew


From: Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>
To: Andrew Overholt <overholt@xxxxxxxxxx>, Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date: 03/04/2011 08:02 AM
Subject: Re: [cross-project-issues-dev] Athena and git?
Sent by: cross-project-issues-dev-bounces@xxxxxxxxxxx





On Thu, Mar 3, 2011 at 3:25 PM, Andrew Overholt <overholt@xxxxxxxxxx> wrote:
Hi,

Does anyone currently use Athena with a git-hosted project?  If so, I'm
curious about your
hudson.eclipse.org setup.


 

Egit now provides a git fetch factory, which we add to our basebuilder.  See Search [1] or Orion [2] releng projects for examples of the map files.

[1]
http://dev.eclipse.org/viewcvs/viewvc.cgi/e4/releng/org.eclipse.e4.search.releng/maps/search.map?view=co

[2] git://
git.eclipse.org/gitroot/e4/org.eclipse.orion.server.git
     releng/org.eclipse.orion.releng/maps/orion.map

--
Paul Webster
Hi floor.  Make me a sammich! - GIR
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top