aboutsummaryrefslogtreecommitdiffstats
path: root/upload
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-08-26 17:55:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-08-26 17:55:26 +0000
commitdc3858c16e0d02f1e0f8b5f7dd8f0b787bbdcbfd (patch)
tree393417b18a576c6e2a491beff9302106075c8072 /upload
parent58d0bc3adbb7a9612d5b60c3652ebe29c0203f99 (diff)
downloadfetchmail-dc3858c16e0d02f1e0f8b5f7dd8f0b787bbdcbfd.tar.gz
fetchmail-dc3858c16e0d02f1e0f8b5f7dd8f0b787bbdcbfd.tar.bz2
fetchmail-dc3858c16e0d02f1e0f8b5f7dd8f0b787bbdcbfd.zip
Generate the LSM.
svn path=/trunk/; revision=3687
Diffstat (limited to 'upload')
-rwxr-xr-xupload5
1 files changed, 4 insertions, 1 deletions
diff --git a/upload b/upload
index 1011975f..372a27c1 100755
--- a/upload
+++ b/upload
@@ -7,6 +7,8 @@ if [ $* ]
then
../upload $*
else
+keywords="mail, client, POP, POP2, POP3, APOP, RPOP, KPOP, IMAP, ETRN, ODMR, SMTP, ESMTP, GSSAPI, RPA, NTLM, CRAM-MD5, SASL"
+
echo "Beginning web upload..."
# First, copy to primary website
dest=esr@${WWWHOST}:${WWWDIR}/fetchmail
@@ -47,6 +49,7 @@ echo "FTP upload complete."
# Next, upload to Metalab
echo "Beginning Metalab upload..."
+rpm2lsm -k ${keywords} *.rpm >fetchmail.lsm
open -u anonymous,esr@thyrsus.com metalab.unc.edu
cd incoming/Linux
put fetchmail-${version}.tar.gz
@@ -69,4 +72,4 @@ echo "Upload to Red Hat contrib complete"
EOF
echo "fetchmail uploaded"
-fi \ No newline at end of file
+fi