넥서스원 관련 자료
cp ./vendor/cyanogen/products/cyanogen_passion.mk ./buildspec.mk . build/envsetup.sh lunch cyanogen_passion-eng
system rw re-mount
$ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system $ ps $ kill (pid_zygote)
gitosis 설치
$ sudo apt-get install gitosis $ sudo -H -u gitosis gitosis-init < ~/.ssh/authorized_keys
바닐라 코드 클론
$ cd ~gitosis/repositories/ $ sudo cp ~/bin/repo ./ $ sudo -H -u gitosis ./repo init -u git://github.com/CyanogenMod/android.git --mirror ... From git://github.com/CyanogenMod/android * [new branch] donut -> origin/donut * [new branch] eclair -> origin/eclair * [new branch] eclair-ds -> origin/eclair-ds * [new branch] froyo -> origin/froyo * [new branch] froyo-kernel -> origin/froyo-kernel * [new branch] froyo-release -> origin/froyo-release * [new branch] koush -> origin/koush * [new branch] master -> origin/master From git://github.com/CyanogenMod/android * [new tag] CM-6.0.0-RC1 -> CM-6.0.0-RC1
이제 싱크 음청 오래 걸린다!!
$ sudo -H -u gitosis ./repo sync
$ sudo -H -u gitosis ./repo forall -c 'git push ~gitosis/repositories/$REPO_PROJECT.git HEAD:refs/head/local-froyo'