From ea20af3cab27a1d153a0cdc88d8eac1d2619a299 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Thu, 25 Aug 2005 02:41:01 +0000 Subject: [PATCH] updates from the server git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@239979 13f79535-47bb-0310-9956-ffa450edef68 --- .../bin/ibiblio-sync/synchronize-codehaus-to-ibiblio-m2.sh | 1 + .../src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 index a661afe9c0..d4fc60ae1e 100755 --- 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 @@ -6,4 +6,5 @@ dest=/home/projects/maven/repository-staging/to-ibiblio #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 12898552c6..7309d9dc3e 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 @@ -3,7 +3,9 @@ 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 date > $dest/maven2/last-sync.txt -rsync -e ssh --exclude='*/distributions/*' -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2 +chmod a+r $dest/maven2/last-sync.txt +rsync -e ssh --delete --exclude='*/distributions/*' -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2