Skip to content
r2DoesInc edited this page Sep 26, 2011 · 2 revisions

Since kernel.org was hacked and android.git.kernel.org has been down for like two weeks, temporarily use these instructions to sync source, so we may start to move on with our lives.

========================================= First you need to get rid of/rename your original repo executable in favor of the hacked one you will create below. Easiest way is just to remove it. When korg comes back online later, it'll be a matter of two commands to get the official repo executable again.

find . -type f -name "repo" -exec rm -f {} ;

mkdir ~/bin

curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo" > ~/bin/repo

(From Artur Graniszewski - modified repo to not try to pull from android.git.kernel.org)

chmod a+x ~/bin/repo

CTRL+SHIFT+N (Open new terminal)

=========================================

Create the directories you would like to sync to

mkdir ~/omfgb

cd omfgb

=========================================

(For Mecha)

repo init -u git://github.com/OMFGB/manifest.git -b mecha-temp

repo sync -j99 (if you have connection errors try a lower number here)

(For all other devices)

repo init -u git://github.com/OMFGB/manifest.git -b mastertemp

repo sync -j99

I modified the github manifests to pull from the correct repos so the syncing instructions ARE the same. Pulling repo is not. Note repos now point to git://codeaurora.org/platform/(repo-name).git -b gingerbread.

CAF - Code Aurora Forums - servers are not nearly as robust as korg however, so if you get errors about your connection being reset, don't fret, just restart the sync.

Clone this wiki locally