Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [git] basebuilder capable of building from Git?

I'd recommend the one we used for final 4.2 build.
In CVS (still) tagged with R38M6PlusRC3

We (in platform) will be looking to move away from storing a "base builder" in version control, and instead install it in pieces from well retained file system repositories. The details and progress of this are documented in bug 324682 [1]. If you wanted to "roll your own" that bug describes where to get the gitFetchFactory bundle, etc.

Good luck,

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=324682

 



From:        Matthew Heitz/Raleigh/IBM@IBMUS
To:        git@xxxxxxxxxxx,
Date:        08/01/2012 09:28 AM
Subject:        [git] basebuilder capable of building from Git?
Sent by:        git-bounces@xxxxxxxxxxx




Hi,

When my project's code was in CVS, I configured my build with relengCommonBuilderDir = /opt/public/cbi/build/org.eclipse.dash.common.releng  and relengBaseBuilderDir = /opt/public/cbi/build/org.eclipse.releng.basebuilder.  These are fairly old and they don't know about Git.


I need to change these values since we're using Git now.  The most recent basebuilder I could find on build.eclipse.org is /opt/public/cbi/build/org.eclipse.releng.basebuilder_R36_RC4, which is still too old.  Do I need to install one, or is there one already on the system that I can use?


-Matt

--------------
Matt Heitz
Developer, Eclipse EGL Development Tools and IBM Rational Business Developer

http://www.eclipse.org/edt/
http://www.ibm.com/developerworks/rational/products/rbde/

_______________________________________________
git mailing list
git@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/git


Back to the top