3 # $Cambridge: exim/release-process/scripts/sign_exim_packages.sh,v 1.1 2010/06/03 12:00:38 nm4 Exp $
5 # gpg signs the package set.
6 # key used is currently coded into the script
7 # woe betide the poor sod who does not use a gpg agent, so has
8 # to enter their password for every file...
10 exim_key='nigel@exim.org'
13 for file in *.tar.gz *.tar.bz2
15 gpg --local-user ${exim_key} --detach-sig --armor $file