git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-07-18 18:10:15 +00:00
parent c3d1aae4a1
commit 245fb4cccf
1 changed files with 1 additions and 1 deletions

View File

@ -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;