]> source.dussan.org Git - archiva.git/commitdiff
o turn off the syncing of the conversion for now, the archiva code blows up trying...
authorJason van Zyl <jvanzyl@apache.org>
Sun, 5 Nov 2006 01:49:06 +0000 (01:49 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Sun, 5 Nov 2006 01:49:06 +0000 (01:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471323 13f79535-47bb-0310-9956-ffa450edef68

maven-meeper/src/bin/m1-m2-conversion/convert-m1-m2.sh

index 6048d1a12b9781eb9aa9912d2f27f12c88d42ce9..7e72c6fd3a674a3dea912bb39fd3b0a1eabee1d5 100755 (executable)
@@ -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