diff options
author | Jason van Zyl <jvanzyl@apache.org> | 2006-11-05 01:49:06 +0000 |
---|---|---|
committer | Jason van Zyl <jvanzyl@apache.org> | 2006-11-05 01:49:06 +0000 |
commit | 2276d22646fe272a6c3237c7be20ff8d157260a2 (patch) | |
tree | 66fa797bbe7a5c5076812b1ce5032f4ad12d00c6 /maven-meeper | |
parent | 0342db1683409f882b545f3dfd85cf1d338c0d22 (diff) | |
download | archiva-2276d22646fe272a6c3237c7be20ff8d157260a2.tar.gz archiva-2276d22646fe272a6c3237c7be20ff8d157260a2.zip |
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
Diffstat (limited to 'maven-meeper')
-rwxr-xr-x | maven-meeper/src/bin/m1-m2-conversion/convert-m1-m2.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maven-meeper/src/bin/m1-m2-conversion/convert-m1-m2.sh b/maven-meeper/src/bin/m1-m2-conversion/convert-m1-m2.sh index 6048d1a12..7e72c6fd3 100755 --- a/maven-meeper/src/bin/m1-m2-conversion/convert-m1-m2.sh +++ b/maven-meeper/src/bin/m1-m2-conversion/convert-m1-m2.sh @@ -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 |