diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-05 00:05:20 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-05 00:05:20 +0000 |
commit | 5ee81f09c7b64aa402c5ade8b3706004e119c4ac (patch) | |
tree | d05c352b656988b072840ea07b0bdf7e549609c9 | |
parent | 3d078768f97dc86fedd7779c94132c176373e0af (diff) | |
download | fetchmail-5ee81f09c7b64aa402c5ade8b3706004e119c4ac.tar.gz fetchmail-5ee81f09c7b64aa402c5ade8b3706004e119c4ac.tar.bz2 fetchmail-5ee81f09c7b64aa402c5ade8b3706004e119c4ac.zip |
Restore FTP uploads.
svn path=/trunk/; revision=3198
-rwxr-xr-x | upload | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |