aboutsummaryrefslogtreecommitdiffstats
path: root/upload
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-12-31 17:29:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-12-31 17:29:10 +0000
commit74365ea56ca4d32a2e89410ef407327044096373 (patch)
tree7921e99d1d983beff6daa8024ccf605cfedfb131 /upload
parentea5cd8e980d1dbc710e3383b02f0b4bffec0b8b1 (diff)
downloadfetchmail-74365ea56ca4d32a2e89410ef407327044096373.tar.gz
fetchmail-74365ea56ca4d32a2e89410ef407327044096373.tar.bz2
fetchmail-74365ea56ca4d32a2e89410ef407327044096373.zip
Add progress records.
svn path=/trunk/; revision=2308
Diffstat (limited to 'upload')
-rwxr-xr-xupload9
1 files changed, 7 insertions, 2 deletions
diff --git a/upload b/upload
index c24dbf1b..7c8700e2 100755
--- a/upload
+++ b/upload
@@ -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"