scripts/buildcron
author John Kern <johnk@symbian.org>
Tue, 02 Feb 2010 09:20:15 -0800
changeset 78 25813fb4bf1c
parent 68 0f778d24a639
child 91 ca4b5c63386b
permissions -rw-r--r--
build linux product
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