mirror of https://github.com/apache/maven.git
o sync for mortbay
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9bcb79178
commit
47341caf4e
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
umask 002
|
||||
|
||||
rsync -rvl --size-only --rsh="ssh -l rsync" jetty.mortbay.org:maven/ /public/html/maven
|
Loading…
Reference in New Issue