RolanDroid's unofficial cm12.1

Installing Repo

# Make a directory where Repo will be stored and add it to the path
    $mkdir ~/.bin
    $PATH=~/.bin:$PATH

# Download Repo itself
    $curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo

# Make Repo executable
    $chmod a+x ~/.bin/repo

Initializing Repo

    $ repo init -u git://github.com/RolanDroid/android.git -b cm-12.1

For sync:

    $repo sync -j4

To build for your device..

    $ build/envsetup.sh
    $ brunch device_name_here