'web!' => \$context->{web},
) and @ARGV == 1 or pod2usage;
'web!' => \$context->{web},
) and @ARGV == 1 or pod2usage;
get_and_check_version( shift, $context );
fix_paths_tar($context);
$context->{tag} = build_tag($context);
get_and_check_version( shift, $context );
fix_paths_tar($context);
$context->{tag} = build_tag($context);
: ${EXIM_KEY:=nigel@exim.org}
: ${EXIM_KEY:=nigel@exim.org}
find "$dir" \
-type f -name '*.tar.*' \
-exec gpg --local-user ${EXIM_KEY} --detach-sig --armor {} \;
find "$dir" \
-type f -name '*.tar.*' \
-exec gpg --local-user ${EXIM_KEY} --detach-sig --armor {} \;