diff --git a/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio-m2.sh b/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio-m2.sh deleted file mode 100755 index d4fc60ae1e..0000000000 --- a/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio-m2.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -dest=/home/projects/maven/repository-staging/to-ibiblio - -#date > $dest/maven/last-sync.txt -#rsync -e ssh -v -rt $dest/maven login.ibiblio.org:/public/html/maven - -date > $dest/maven2/last-sync.txt -chmod a+r $dest/maven2/last-sync.txt -rsync -e ssh -v -rtp $dest/maven2/ login.ibiblio.org:/public/html/maven2 diff --git a/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh b/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh index 36ab21a8af..95f1a56733 100755 --- a/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh +++ b/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh @@ -4,8 +4,8 @@ dest=/home/projects/maven/repository-staging/to-ibiblio date > $dest/maven/last-sync.txt chmod a+r $dest/maven/last-sync.txt -rsync -e ssh --exclude='*/distributions/*' -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven +rsync -e ssh --delete --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven date > $dest/maven2/last-sync.txt chmod a+r $dest/maven2/last-sync.txt -rsync -e ssh --delete -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2 +rsync -e ssh --delete --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2 diff --git a/maven-meeper/src/bin/syncopate/syncopate.conf b/maven-meeper/src/bin/syncopate/syncopate.conf index 8d72460759..9f419203d8 100644 --- a/maven-meeper/src/bin/syncopate/syncopate.conf +++ b/maven-meeper/src/bin/syncopate/syncopate.conf @@ -1,6 +1,6 @@ [syncopate] repoDirectory=/home/projects/maven/repository-staging/to-ibiblio/maven -options=--log-format="artifact %f %l %t" -rvl -L --size-only -q +options=--log-format="artifact %f %l %t" -rvl -L --size-only -q --exclude-from=/home/projects/maven/repository-staging/to-ibiblio/exclusions.txt rsyncUser=rsync reportUrl=http://repo1.maven.org/reports