aboutsummaryrefslogtreecommitdiffstats
path: root/upload
diff options
context:
space:
mode:
authorGraham Wilson <graham@mknod.org>2004-08-30 01:34:48 +0000
committerGraham Wilson <graham@mknod.org>2004-08-30 01:34:48 +0000
commitc3a80da98846c21a5d3f32a91669d78774a0aa6a (patch)
tree72bee6836c468c8527560821cd65618f2c7b115d /upload
parentfd2543489b53fe34a18b7204d6803bf527c0d198 (diff)
downloadfetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.tar.gz
fetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.tar.bz2
fetchmail-c3a80da98846c21a5d3f32a91669d78774a0aa6a.zip
Move a handful of scripts (used for releases, testing, etc.) to dist-tools, so that they are not released in the tarball.
svn path=/trunk/; revision=3934
Diffstat (limited to 'upload')
-rwxr-xr-xupload26
1 files changed, 0 insertions, 26 deletions
diff --git a/upload b/upload
deleted file mode 100755
index 3a76ee49..00000000
--- a/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
-
-