- crontab(5) for build@jeeves.cs.princeton.edu
[build.git] / crontab
1 #
2 # crontab(5) for build
3 #
4 # TMP=/tmp EDITOR=emacs crontab crontab
5 #
6 # $Id: crontab,v 1.1 2004/03/10 03:31:55 mlhuang Exp $
7 #
8
9 SHELL=/bin/bash
10 MAILTO=server-msgs@planet-lab.org
11
12 CVSROOT=pup-pl_rpm@cvs.planet-lab.org:/cvs
13 CVS_RSH=ssh
14 MODULE=rpm
15
16 #
17 # minute hour day-of-month month day-of-week
18 #
19
20 # install new crontab
21 0 0 * * *       cvs -d $CVSROOT checkout -p $MODULE/crontab | crontab -
22
23 # nightly build
24 17 5 * * *      cvs -d $CVSROOT checkout -p $MODULE/build.sh | $SHELL -s