aboutsummaryrefslogtreecommitdiffstats
path: root/website/host-scripts
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2014-05-16 18:52:27 +0200
committerMatthias Andree <matthias.andree@gmx.de>2014-05-20 21:37:48 +0200
commit96fd834375a69d96674bb0cf03af7b08dd239840 (patch)
tree9e77de14cc5d7191bcee1fdd970b5f5df5e9dbb4 /website/host-scripts
parent0a2ed109e6333d73967582fb0a3781fa23b14cfc (diff)
downloadfetchmail-96fd834375a69d96674bb0cf03af7b08dd239840.tar.gz
fetchmail-96fd834375a69d96674bb0cf03af7b08dd239840.tar.bz2
fetchmail-96fd834375a69d96674bb0cf03af7b08dd239840.zip
Remove berlios from upload script.
Diffstat (limited to 'website/host-scripts')
-rwxr-xr-xwebsite/host-scripts/upload-website.sh14
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 \