diff options
-rwxr-xr-x | website/host-scripts/upload-website.sh | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/website/host-scripts/upload-website.sh b/website/host-scripts/upload-website.sh index a193c3b3..9aeb3efa 100755 --- a/website/host-scripts/upload-website.sh +++ b/website/host-scripts/upload-website.sh @@ -1,9 +1,8 @@ #! /bin/sh # Script to upload fetchmail website from Git repository -# (C) 2008 - 2010 by Matthias Andree. GNU GPL v3. +# (C) 2008 - 2014 by Matthias Andree. GNU GPL v3. -: ${BERLIOS_LOGIN=m-a} : ${SOURCEFORGE_LOGIN=m-a} # abort on error @@ -22,17 +21,6 @@ fi pids= -echo "==> Uploading website (rsync) to BerliOS" -# upload -rsync \ - --chmod=ug=rwX,o=rX,Dg=s --perms \ - --copy-links --times --checksum --verbose \ - --exclude host-scripts \ - --exclude .git --exclude '*~' --exclude '#*#' \ - * \ - "$BERLIOS_LOGIN@shell.berlios.de:/home/groups/fetchmail/htdocs/" & -pids="$pids $!" - echo "==> Uploading website (rsync) to SourceForge" # upload rsync \ |