mirror of https://github.com/apache/maven.git
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c3d1aae4a1
commit
245fb4cccf
|
@ -9,7 +9,7 @@ dst=maven2
|
|||
|
||||
$repocleanhome/repoclean.sh ~/components/maven-meeper/src/bin/repoclean/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