From a2e58c0fd466042f43f528607ed431dab1d23363 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 30 Oct 2009 02:53:43 +0000 Subject: Update upload script, use local public_html stagingl. svn path=/branches/BRANCH_6-3/; revision=5451 --- website/host-scripts/upload-website.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'website/host-scripts') 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." -- cgit v1.2.3