git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-07-19 13:26:30 +00:00
parent 21f590404f
commit f7710dbb29
1 changed files with 1 additions and 1 deletions

View File

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