mirror of https://github.com/apache/maven.git
script to sync the new ibiblio staging site
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
975e9491d8
commit
8464887194
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
umask 002
|
||||
|
||||
rsync -rvl --size-only --rsh="ssh -l maven" beaver.codehaus.org:~/ibiblio-stage/repository /public/html/maven
|
Loading…
Reference in New Issue