From 96fd834375a69d96674bb0cf03af7b08dd239840 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 16 May 2014 18:52:27 +0200 Subject: Remove berlios from upload script. --- website/host-scripts/upload-website.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'website/host-scripts') 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 \ -- cgit v1.2.3