mirror of https://github.com/apache/archiva.git
o it all works now, lets try it
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b915191c97
commit
ce89abb0d5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue