mirror of https://github.com/apache/maven.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21f590404f
commit
f7710dbb29
|
@ -13,7 +13,7 @@ cvs update -P
|
|||
|
||||
$repocleanhome/repoclean.sh ~/components/maven-meeper/src/bin/repoclean/java.net/synchronize.properties
|
||||
|
||||
rsync --ignore-existing -rvpl $dir/$src/ $dir/dst/ > $log
|
||||
rsync --ignore-existing -rvpl $dir/$src/ $dir/$dst/ > $log
|
||||
|
||||
for f in `cat $log | grep maven-metadata.xml$` ; do
|
||||
md5sum $dir/$dst/$f > $dir/$dst/$f.md5;
|
||||
|
|
Loading…
Reference in New Issue