From ad6faf30b99ffc168042645b882f62d0e12b338c Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 18 Jun 2008 03:09:41 +0000 Subject: Updating website sync script git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669068 13f79535-47bb-0310-9956-ffa450edef68 --- site/bin/sync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site') diff --git a/site/bin/sync b/site/bin/sync index cd63059c50..1aae577b57 100644 --- a/site/bin/sync +++ b/site/bin/sync @@ -2,10 +2,10 @@ PATH="$PATH:/usr/local/bin" export PATH # Make sure we have the latest content -(cd "/www/incubator.apache.org/tuscany/"; svn up --quiet) +(cd "/www/tuscany.apache.org/"; svn up --quiet) # Install the cwiki exported content -rsync -r "/www/confluence-exports/TUSCANY/" "/www/incubator.apache.org/tuscany/" +rsync -r "/www/confluence-exports/TUSCANY/" "/www/tuscany.apache.org/" # Make sure everything is group writable -chmod -R g+w "/www/incubator.apache.org/tuscany/" > /dev/null +chmod -R g+w "/www/tuscany.apache.org/" > /dev/null -- cgit v1.2.3