Pages

Tuesday, December 1, 2009

New git mirror is ready for use

To solve the git repo accessing problem from North America and EU, Chih-Wei has built a new git mirror server on SourceForge
To use it, you need to do :

repo init -u git://android-x86.git.sf.net/gitroot/android-x86/manifest.git
-b donut-x86
repo sync

Note the SourceForge manifest points all projects
to the SourceForge.net mirror.
(no matter modified by android-x86 or not)


Yi