Skip to content

Instantly share code, notes, and snippets.

@cmhtcleo
Created October 19, 2011 14:24
Show Gist options
  • Save cmhtcleo/1298433 to your computer and use it in GitHub Desktop.
Save cmhtcleo/1298433 to your computer and use it in GitHub Desktop.
My cron job that does all the compilations
#
#m h dom mon dow user command
#
# sync repos
30 23 * * * root /data/android/git/sync.sh
# compile CM leo nightly
1 0 * * * root /data/android/leo/CM/doCompile.sh
# compile CWR recovery
30 1 * * * root /data/android/recovery/doCompile.sh NIGHTLY
# compile CWR recovery
30 2 * * 0 root /data/android/recovery/doCompile.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment