mirror of https://github.com/apache/maven.git
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:
parent
c3e9ebdf4d
commit
7da5a85959
|
@ -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
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
umask 002
|
||||
|
||||
rsync -rvl --size-only www.apache.org::apache-dist/java-repository/ /public/html/maven
|
Loading…
Reference in New Issue