scripts/buildcron
author Eugene Ostroukhov <eugeneo@symbian.org>
Tue, 02 Feb 2010 13:54:21 -0800
changeset 85 c77287342938
parent 78 25813fb4bf1c
child 91 ca4b5c63386b
permissions -rw-r--r--
Merged heads
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
68
0f778d24a639 cron file
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
# mail any output to ‘paul’, no matter whose crontab this is
0f778d24a639 cron file
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
MAILTO=johnk@symbian.org
78
25813fb4bf1c build linux product
John Kern <johnk@symbian.org>
parents: 68
diff changeset
     3
# run at 1 am 
25813fb4bf1c build linux product
John Kern <johnk@symbian.org>
parents: 68
diff changeset
     4
0 1 * * 0-5  sh /home/symbian/wrttools/scripts/shepard.sh > /home/symbian/scratch/build-`date +%j`.out 2>&1
68
0f778d24a639 cron file
John Kern <johnk@symbian.org>
parents:
diff changeset
     5