diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-18 03:09:41 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-18 03:09:41 +0000 |
commit | ad6faf30b99ffc168042645b882f62d0e12b338c (patch) | |
tree | ebed2a2e5cb6bf6cd11831c4f553fb6341e6e64c /site | |
parent | f0ec4cb0ba795e30ff7f27e421677be73a2b67e4 (diff) |
Updating website sync script
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site')
-rw-r--r-- | site/bin/sync | 6 |
1 files changed, 3 insertions, 3 deletions
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 |