diff options
author | dims <dims@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-17 00:23:01 +0000 |
---|---|---|
committer | dims <dims@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-17 00:23:01 +0000 |
commit | bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch) | |
tree | 38a92061c0793434c4be189f1d70c3458b6bc41d /site/bin |
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site/bin')
-rw-r--r-- | site/bin/sync | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/site/bin/sync b/site/bin/sync new file mode 100644 index 0000000000..cd63059c50 --- /dev/null +++ b/site/bin/sync @@ -0,0 +1,11 @@ +PATH="$PATH:/usr/local/bin" +export PATH + +# Make sure we have the latest content +(cd "/www/incubator.apache.org/tuscany/"; svn up --quiet) + +# Install the cwiki exported content +rsync -r "/www/confluence-exports/TUSCANY/" "/www/incubator.apache.org/tuscany/" + +# Make sure everything is group writable +chmod -R g+w "/www/incubator.apache.org/tuscany/" > /dev/null |