aboutsummaryrefslogtreecommitdiffstats
path: root/makerelease
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-01-17 14:58:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-01-17 14:58:41 +0000
commit48d5d9d2ef9651e35838aee7bc763e8f9e33a2b6 (patch)
treeb41573a4f9cc48b2db786ceeef9949dbeff19a60 /makerelease
parentba6985896ad7b17c50fc9b60edb00443bd05dc60 (diff)
downloadfetchmail-48d5d9d2ef9651e35838aee7bc763e8f9e33a2b6.tar.gz
fetchmail-48d5d9d2ef9651e35838aee7bc763e8f9e33a2b6.tar.bz2
fetchmail-48d5d9d2ef9651e35838aee7bc763e8f9e33a2b6.zip
Check the LSM size.
svn path=/trunk/; revision=3788
Diffstat (limited to 'makerelease')
-rwxr-xr-xmakerelease5
1 files changed, 5 insertions, 0 deletions
diff --git a/makerelease b/makerelease
index 939dfd8d..3ba6a566 100755
--- a/makerelease
+++ b/makerelease
@@ -150,6 +150,11 @@ system("rm -f testservers.html; testservers-gen.sh >testservers.html");
print "Making activity graph...";
growthplot;
+print "Making LSM...";
+$keywords="mail, client, POP, POP2, POP3, APOP, RPOP, KPOP, IMAP, ETRN, ODMR, SMTP, ESMTP, GSSAPI, RPA, NTLM, CRAM-MD5, SASL"
+system("rpm2lsm $version -k $keywords fetchmail-$version-1.i386.rpm >fetchmail.lsm");
+system("ls -l fetchmail.lsm")
+
print "Done\n";
# makerelease ends here