diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-31 17:29:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-31 17:29:10 +0000 |
commit | 74365ea56ca4d32a2e89410ef407327044096373 (patch) | |
tree | 7921e99d1d983beff6daa8024ccf605cfedfb131 /upload | |
parent | ea5cd8e980d1dbc710e3383b02f0b4bffec0b8b1 (diff) | |
download | fetchmail-74365ea56ca4d32a2e89410ef407327044096373.tar.gz fetchmail-74365ea56ca4d32a2e89410ef407327044096373.tar.bz2 fetchmail-74365ea56ca4d32a2e89410ef407327044096373.zip |
Add progress records.
svn path=/trunk/; revision=2308
Diffstat (limited to 'upload')
-rwxr-xr-x | upload | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -22,6 +22,8 @@ put design-notes.html #put fetchmail.gif #put bighand.gif put index.html +close +echo "Upload to tuxedo complete" # Next, upload to the ftp site open locke.ccil.org @@ -33,8 +35,9 @@ put README put FAQ put FEATURES close +echo "Upload to locke complete" -# Next, upload to Sunsite +# Next, upload to Metalab open -u anonymous,esr@thyrsus.com metalab.unc.edu cd incoming/Linux put fetchmail-${version}.tar.gz @@ -44,13 +47,15 @@ put fetchmail-FAQ.html put fetchmail-${version}-1.i386.rpm put fetchmail-${version}-1.src.rpm close - +echo "Upload to Metalab complete" + # Finally, upload the RPMS to Red Hat open incoming.redhat.com cd libc6 put fetchmail-${version}-1.i386.rpm put fetchmail-${version}-1.src.rpm close +echo "Upload to Red Hat contrib complete" EOF echo "fetchmail uploaded" |