aboutsummaryrefslogtreecommitdiffstats
path: root/upload
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-29 03:49:56 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-29 03:49:56 +0000
commit3efddb126882bcbe4a8d7132875290580fa38ea1 (patch)
tree9a6e1c4b9143afb38a51b4669fc9ef0c52dea164 /upload
parentf8152c7853933f419678d3775bec70634c37e586 (diff)
downloadfetchmail-3efddb126882bcbe4a8d7132875290580fa38ea1.tar.gz
fetchmail-3efddb126882bcbe4a8d7132875290580fa38ea1.tar.bz2
fetchmail-3efddb126882bcbe4a8d7132875290580fa38ea1.zip
Better legends.
svn path=/trunk/; revision=3282
Diffstat (limited to 'upload')
-rwxr-xr-xupload7
1 files changed, 6 insertions, 1 deletions
diff --git a/upload b/upload
index 2f6bc548..412db368 100755
--- a/upload
+++ b/upload
@@ -7,6 +7,7 @@ if [ $* ]
then
../upload $*
else
+echo "Beginning web upload..."
# First, copy to primary website
dest=esr@${WWWHOST}:${WWWDIR}/fetchmail
scp fetchmail-${version}.tar.gz $dest
@@ -32,7 +33,8 @@ scp index.html $dest
scp history.html $dest
echo "Upload to ${WWWVIRTUAL} complete"
- lftp <<EOF
+echo "Beginning FTP upload..."
+lftp <<EOF
# Copy to FTP site
open $FTPHOST
cd $FTPDIR/fetchmail
@@ -40,8 +42,10 @@ put fetchmail-${version}.tar.gz
put fetchmail-${version}-1.i386.rpm
put fetchmail-${version}-1.src.rpm
close
+echo "FTP upload complete."
# Next, upload to Metalab
+echo "Beginning Metalab upload..."
open -u anonymous,esr@thyrsus.com metalab.unc.edu
cd incoming/Linux
put fetchmail-${version}.tar.gz
@@ -54,6 +58,7 @@ close
echo "Upload to Metalab complete"
# Finally, upload the RPMS to Red Hat
+echo "Beginning Red Hat upload"
open incoming.redhat.com
cd libc6
put fetchmail-${version}-1.i386.rpm