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.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-05-09 17:47:24 +00:00
parent c3e9ebdf4d
commit 7da5a85959
2 changed files with 13 additions and 0 deletions

8
maven-meeper/cron.txt Normal file
View File

@ -0,0 +1,8 @@
# 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

5
maven-meeper/sync-apache Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
umask 002
rsync -rvl --size-only www.apache.org::apache-dist/java-repository/ /public/html/maven