aboutsummaryrefslogtreecommitdiffstats
path: root/website/host-scripts
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-10-30 02:53:43 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-10-30 02:53:43 +0000
commita2e58c0fd466042f43f528607ed431dab1d23363 (patch)
treee1b9f4d63653010302886758eb151c73e701b4fe /website/host-scripts
parent5a9081ad4066c0d5ad77482f6f2ebf1caa503ef9 (diff)
downloadfetchmail-a2e58c0fd466042f43f528607ed431dab1d23363.tar.gz
fetchmail-a2e58c0fd466042f43f528607ed431dab1d23363.tar.bz2
fetchmail-a2e58c0fd466042f43f528607ed431dab1d23363.zip
Update upload script, use local public_html stagingl.
svn path=/branches/BRANCH_6-3/; revision=5451
Diffstat (limited to 'website/host-scripts')
-rwxr-xr-xwebsite/host-scripts/upload-website.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/website/host-scripts/upload-website.sh b/website/host-scripts/upload-website.sh
index 1bf10092..eec2061f 100755
--- a/website/host-scripts/upload-website.sh
+++ b/website/host-scripts/upload-website.sh
@@ -32,15 +32,19 @@ rsync \
"$BERLIOS_LOGIN@shell.berlios.de:/home/groups/fetchmail/htdocs/" &
pids="$pids $!"
-echo "==> Uploading website (rsync) to TU Dortmund"
+echo "==> Uploading website (rsync) to local"
rsync \
--chmod=ug=rwX,o=rX,Dg=s --perms \
--copy-links --times --checksum --verbose \
--exclude host-scripts \
--exclude .svn --exclude '*~' --exclude '#*#' \
* \
- ma@fat-tony.dt.e-technik.uni-dortmund.de:public_html/fetchmail/info/ &
+ $HOME/public_html/fetchmail/info/ &
pids="$pids $!"
wait $pids
+
+echo "==> Synchronizing web dir."
+synchome.sh
+
echo "==> Done; check rsync output above for success."