Created
November 14, 2012 14:58
-
-
Save konstantinkeller/4072584 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/hercules/aokp_jb/ | |
make clobber | |
repo sync | |
cd build | |
git fetch http://gerrit.sudoservers.com/AOKP/android_build refs/changes/74/4274/1 && git cherry-pick FETCH_HEAD | |
cd .. | |
. build/envsetup.sh && brunch hercules | |
cd out/target/product/hercules/ | |
rsync -v -e ssh aokp_hercules_unofficial*.zip [email protected]:~/public_html/hercules/AOKP/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment