- build server is now FC2, no need to chroot to run the build anymore
[build.git] / crontab
1 #
2 # crontab(5) for build
3 #
4 # TMP=/tmp EDITOR=emacs crontab crontab
5 #
6 # $Id: crontab,v 1.11 2005/02/14 15:09:07 mlhuang Exp $
7 #
8
9 SHELL=/bin/bash
10 MAILTO=build@lists.planet-lab.org
11
12 CVSROOT=:pserver:anon@cvs.planet-lab.org:/cvs
13 MODULE=build
14
15 #
16 # minute hour day-of-month month day-of-week
17 #
18
19 # install new crontab
20 0 0 * * *       cvs -d $CVSROOT checkout -p $MODULE/crontab 2>/dev/null | crontab -
21
22 # nightly build
23 17 5 * * *      cvs -d $CVSROOT checkout -p $MODULE/build.sh 2>/dev/null | $SHELL -s -- -b $HOME/build/nightly -m $MAILTO -x 7