mirror of https://github.com/apache/maven.git
syncing for osjava.org
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b7e4c62896
commit
ee13377019
|
@ -0,0 +1,8 @@
|
||||||
|
# use /bin/sh to run commands, no matter what /etc/passwd says
|
||||||
|
SHELL=/bin/sh
|
||||||
|
|
||||||
|
# mail any output to `jvanzyl', no matter whose crontab this is
|
||||||
|
MAILTO=jvanzyl
|
||||||
|
|
||||||
|
# run 23 minutes after midn, 4am, 8am ..., everyday
|
||||||
|
0 0-23/4 * * * /export/sunsite/users/jvanzyl/bin/sync-osjava
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
umask 002
|
||||||
|
|
||||||
|
rsync -rvl --size-only --exclude="README.txt" --exclude="_templates" --rsh="ssh -l rsync" www.osjava.org:~/maven/ /public/html/maven
|
Loading…
Reference in New Issue