]> Pileus Git - ~andy/fetchmail/commitdiff
Generate the LSM.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 26 Aug 2002 17:55:26 +0000 (17:55 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 26 Aug 2002 17:55:26 +0000 (17:55 -0000)
svn path=/trunk/; revision=3687

upload

diff --git a/upload b/upload
index 1011975f70495c2ba74f30c62115e5efa98b0a84..372a27c11757161ca73700b4abe555c87c87f264 100755 (executable)
--- 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