Difference between revisions of "Git"

From Openembedded.org
Jump to: navigation, search
(make clear this is a test installation presently)
(add links to other git branches of interest)
Line 1: Line 1:
 +
= OpenEmbedded Git repository =
 +
 
Git repository that currently mirrors the main Monotone repository ([http://bugs.openembedded.net/show_bug.cgi?id=4249 test installation]).
 
Git repository that currently mirrors the main Monotone repository ([http://bugs.openembedded.net/show_bug.cgi?id=4249 test installation]).
  
Line 15: Line 17:
  
 
[[Category:Dev]]
 
[[Category:Dev]]
 +
 +
= Other Repositories of Interest =
 +
* http://git.openmoko.org/
 +
* http://svn.o-hand.com/view/poky/
 +
* svn co http://svn.o-hand.com/repos/poky/trunk poky
 +
 +
To add a branch mirroring the openmoko tree, do the following:
 +
TO BE CONTINUED ...

Revision as of 21:52, 16 June 2008

OpenEmbedded Git repository

Git repository that currently mirrors the main Monotone repository (test installation).

Web interfaces:

You can get an anonymous clone from:

git://git.openembedded.net/org.openembedded.dev

and if your key is registered, push/pull from:

ssh://gittrial@git.openembedded.net/org.openembedded.dev

Other Repositories of Interest

* svn co http://svn.o-hand.com/repos/poky/trunk poky

To add a branch mirroring the openmoko tree, do the following:

TO BE CONTINUED ...