Project links:
$ mkdir WORKING_DIR
$ cd WORKING_DIR
$ repo init -u git://github.com/androidarmv6/android.git -b cm-11.0
$ repo sync
$ sh vendor/cm/get-prebuilts
$ source build/envsetup.sh
$ brunch
$ adb push out/target/product/DEVICENAME/cm-VERSION-DEVICENAME.zip /mnt/sdcard/
To get started with Android for ARMv6/CyanogenMod, you'll need to get familiar with Git and Repo.
We have a gerrit instance at http://review.androidarmv6.org. Please register on our gerrit page, don't try to push directly to github. Ask an owner for forking stuff for gerrit. We will be happy to oblige.
Gerrit Setup (yes double review.review, change GERRITUSERNAME with your username)
$ git config --global review.review.androidarmv6.org.username GERRITUSERNAME
$ cd WORKING_DIR
$ source build/envsetup.sh
$ cd PROJECT_DIR
$ repo start cm-11.0 .
$ ... make changes ...
$ git add .
$ git commit -m "Commit message"
$ repo upload .
$ repo abandon cm-11.0 .