From d9e84e176fe538e110d9612f9832d69846e8d3e7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Jun 2004 20:10:47 +0000 Subject: This is what I'm handing to Rob Funk. svn path=/trunk/; revision=3879 --- upload | 52 +++------------------------------------------------- 1 file changed, 3 insertions(+), 49 deletions(-) (limited to 'upload') diff --git a/upload b/upload index 2cf8d6d6..3a76ee49 100755 --- a/upload +++ b/upload @@ -11,62 +11,16 @@ else echo "Beginning web upload..." # First, copy to primary website dest=esr@${WWWHOST}:${WWWDIR}/fetchmail -scp fetchmail-${version}.tar.gz $dest scp fetchmail-${version}.tar.gz.asc $dest -scp fetchmail-FAQ.html $dest -scp fetchmail-${version}-1.i386.rpm $dest -scp fetchmail-${version}-1.src.rpm $dest -scp fetchmail-features.html $dest -scp NEWS $dest -scp fetchmail-man.html $dest -scp design-notes.html $dest -scp todo.html $dest -scp testservers.html $dest -# The following things vary seldom #scp funny.html $dest #scp fetchmail.png $dest #scp bighand.png $dest scp growth.png $dest scp timeseries $dest scp growthplot $dest -# The following things vary often scp checksums $dest -scp index.html $dest -scp history.html $dest -echo "Upload to ${WWWVIRTUAL} complete" +# shipper does the rest. +rm -f ANNOUNCE.FRESHMEAT +shipper -echo "Beginning FTP upload..." -lftp <