aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools/upload
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-10-30 02:23:23 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-10-30 02:23:23 +0000
commitc486e64596db92a4319f48f27832fd7ff8cc639d (patch)
tree5bfc17e33c033121e24b492f5ca41ded5c42d7e5 /dist-tools/upload
parent0461562f6326dfff4c6eedb18a5b831eb8475efe (diff)
downloadfetchmail-c486e64596db92a4319f48f27832fd7ff8cc639d.tar.gz
fetchmail-c486e64596db92a4319f48f27832fd7ff8cc639d.tar.bz2
fetchmail-c486e64596db92a4319f48f27832fd7ff8cc639d.zip
Clean up dist-tools, remove or update.
svn path=/branches/BRANCH_6-3/; revision=5446
Diffstat (limited to 'dist-tools/upload')
-rwxr-xr-xdist-tools/upload26
1 files changed, 0 insertions, 26 deletions
diff --git a/dist-tools/upload b/dist-tools/upload
deleted file mode 100755
index 3a76ee49..00000000
--- a/dist-tools/upload
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-version=`sed -n '/VERSION *= *\(.*\)/s//\1/p' <Makefile`
-echo "Uploading fetchmail version ${version}"
-
-if [ $* ]
-then
- ../upload $*
-else
-
-echo "Beginning web upload..."
-# First, copy to primary website
-dest=esr@${WWWHOST}:${WWWDIR}/fetchmail
-scp fetchmail-${version}.tar.gz.asc $dest
-#scp funny.html $dest
-#scp fetchmail.png $dest
-#scp bighand.png $dest
-scp growth.png $dest
-scp timeseries $dest
-scp growthplot $dest
-scp checksums $dest
-# shipper does the rest.
-rm -f ANNOUNCE.FRESHMEAT
-shipper
-
-