diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2014-05-16 18:52:27 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2014-05-20 21:37:48 +0200 |
commit | 96fd834375a69d96674bb0cf03af7b08dd239840 (patch) | |
tree | 9e77de14cc5d7191bcee1fdd970b5f5df5e9dbb4 /website/host-scripts | |
parent | 0a2ed109e6333d73967582fb0a3781fa23b14cfc (diff) | |
download | fetchmail-96fd834375a69d96674bb0cf03af7b08dd239840.tar.gz fetchmail-96fd834375a69d96674bb0cf03af7b08dd239840.tar.bz2 fetchmail-96fd834375a69d96674bb0cf03af7b08dd239840.zip |
Remove berlios from upload script.
Diffstat (limited to 'website/host-scripts')
-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 \ |