jvanzyl 2004/05/09 10:47:24
Added: maven-meeper cron.txt sync-apache
Log:
o the rest of meeper will go in when it's ready, but i'm putting mark's
scripts here so that they can be adapted for other uses. the first i will
do is codehaus.
Revision Changes Path
1.1 maven-components/maven-meeper/cron.txt
Index: cron.txt
===================================================================
# use /bin/sh to run commands, no matter what /etc/passwd says
SHELL=/bin/sh
# mail any output to `paul', no matter whose crontab this is
MAILTO=mdiggory
# run 23 minutes after midn, 4am, 8am ..., everyday
0 0-23/4 * * * /export/sunsite/users/mdiggory/bin/sync-apache
1.1 maven-components/maven-meeper/sync-apache
Index: sync-apache
===================================================================
#!/bin/sh
umask 002
rsync -rvl --size-only www.apache.org::apache-dist/java-repository/
/public/html/maven
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]