o turn off the syncing of the conversion for now, the archiva code blows up trying to convert the actualy m1 repository

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-05 01:49:06 +00:00
parent 0342db1683
commit 2276d22646

View File

@ -5,7 +5,9 @@ java -jar archiva-cli-1.0-SNAPSHOT-cli.jar -c synchronize.properties
dir=/home/maven/repository-staging/to-ibiblio
src=$dir/maven2-converted-from-maven1
dst=$dir/maven2
dst=$dir/maven2/test-conversion
exit
rsync --ignore-existing -rvpl $src/ $dst/ > $log