git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b265a59
)
release: don't try to sign .tar.lz files
author
Phil Pennock
<pdp@exim.org>
Sun, 27 May 2012 16:12:31 +0000
(12:12 -0400)
committer
Phil Pennock
<pdp@exim.org>
Sun, 27 May 2012 16:12:31 +0000
(12:12 -0400)
release-process/scripts/sign_exim_packages.sh
patch
|
blob
|
history
diff --git
a/release-process/scripts/sign_exim_packages.sh
b/release-process/scripts/sign_exim_packages.sh
index b93865a33f40efd73bf19300f50519a86c86f9cf..2b542ad5d8b5b2a11756daff892b6ef6e0134d8c 100755
(executable)
--- a/
release-process/scripts/sign_exim_packages.sh
+++ b/
release-process/scripts/sign_exim_packages.sh
@@
-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