From: Mark Huang Date: Fri, 21 May 2004 18:41:05 +0000 (+0000) Subject: - crontab(5) for build@jeeves.cs.princeton.edu X-Git-Tag: network-telescope-test-branch-point~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=36f1a5dc3f51c08d0944e63111bc5eaad297adc0;p=build.git - crontab(5) for build@jeeves.cs.princeton.edu --- diff --git a/crontab b/crontab new file mode 100644 index 00000000..715bab52 --- /dev/null +++ b/crontab @@ -0,0 +1,24 @@ +# +# crontab(5) for build +# +# TMP=/tmp EDITOR=emacs crontab crontab +# +# $Id: crontab,v 1.1 2004/03/10 03:31:55 mlhuang Exp $ +# + +SHELL=/bin/bash +MAILTO=server-msgs@planet-lab.org + +CVSROOT=pup-pl_rpm@cvs.planet-lab.org:/cvs +CVS_RSH=ssh +MODULE=rpm + +# +# minute hour day-of-month month day-of-week +# + +# install new crontab +0 0 * * * cvs -d $CVSROOT checkout -p $MODULE/crontab | crontab - + +# nightly build +17 5 * * * cvs -d $CVSROOT checkout -p $MODULE/build.sh | $SHELL -s