]> source.dussan.org Git - archiva.git/commitdiff
o it all works now, lets try it
authorJason van Zyl <jvanzyl@apache.org>
Sun, 5 Nov 2006 05:22:33 +0000 (05:22 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Sun, 5 Nov 2006 05:22:33 +0000 (05:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471367 13f79535-47bb-0310-9956-ffa450edef68

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

index 7e72c6fd3a674a3dea912bb39fd3b0a1eabee1d5..6048d1a12b9781eb9aa9912d2f27f12c88d42ce9 100755 (executable)
@@ -5,9 +5,7 @@ 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/test-conversion
-
-exit 
+dst=$dir/maven2
 
 rsync --ignore-existing -rvpl $src/ $dst/ > $log