aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-05 00:05:20 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-05 00:05:20 +0000
commit5ee81f09c7b64aa402c5ade8b3706004e119c4ac (patch)
treed05c352b656988b072840ea07b0bdf7e549609c9
parent3d078768f97dc86fedd7779c94132c176373e0af (diff)
downloadfetchmail-5ee81f09c7b64aa402c5ade8b3706004e119c4ac.tar.gz
fetchmail-5ee81f09c7b64aa402c5ade8b3706004e119c4ac.tar.bz2
fetchmail-5ee81f09c7b64aa402c5ade8b3706004e119c4ac.zip
Restore FTP uploads.
svn path=/trunk/; revision=3198
-rwxr-xr-xupload8
1 files changed, 8 insertions, 0 deletions
diff --git a/upload b/upload
index 93de573a..467684a6 100755
--- a/upload
+++ b/upload
@@ -33,6 +33,14 @@ scp history.html $dest
echo "Upload to ${WWWVIRTUAL} complete"
lftp <<EOF
+# Copy to FTP site
+open $FTPHOST/fetchmail
+cd $FTPDIR
+put ${package}-${version}.tar.gz
+put ${package}-${version}-1.i386.rpm
+put ${package}-${version}-1.src.rpm
+close
+
# Next, upload to Metalab
open -u anonymous,esr@thyrsus.com metalab.unc.edu
cd incoming/Linux