release: don't try to sign .tar.lz files
authorPhil Pennock <pdp@exim.org>
Sun, 27 May 2012 16:12:31 +0000 (12:12 -0400)
committerPhil Pennock <pdp@exim.org>
Sun, 27 May 2012 16:12:31 +0000 (12:12 -0400)
release-process/scripts/sign_exim_packages.sh

index b93865a33f40efd73bf19300f50519a86c86f9cf..2b542ad5d8b5b2a11756daff892b6ef6e0134d8c 100755 (executable)
@@ -8,7 +8,7 @@
 
 : ${EXIM_KEY:=nigel@exim.org}
 
-for file in *.tar.gz *.tar.bz2 *.tar.lz
+for file in *.tar.gz *.tar.bz2
 do
   gpg  --local-user ${EXIM_KEY} --detach-sig --armor $file
 done