mirror of
https://github.com/apache/maven.git
synced 2025-02-09 11:35:24 +00:00
Added script to run m1 to m2 migration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@416471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
14d58f8f1b
commit
a0667fca74
8
maven-meeper/src/bin/repoclean/sync-repoclean.sh
Executable file
8
maven-meeper/src/bin/repoclean/sync-repoclean.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
dest=/home/maven/repository-staging/to-ibiblio
|
||||||
|
repocleanhome=$HOME/repository-tools/repoclean
|
||||||
|
|
||||||
|
$repocleanhome/repoclean.sh $repocleanhome/synchronize.properties
|
||||||
|
|
||||||
|
rsync --ignore-existing -ripl $dest/maven2-repoclean/ $dest/maven2/
|
Loading…
x
Reference in New Issue
Block a user