From 36f1a5dc3f51c08d0944e63111bc5eaad297adc0 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 21 May 2004 18:41:05 +0000 Subject: [PATCH] - crontab(5) for build@jeeves.cs.princeton.edu --- crontab | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 crontab 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 -- 2.47.0