Browse Source

Explain gpg invocation line to myself

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275137 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
7e9b213aec
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      ReleaseInstructions

+ 2
- 3
ReleaseInstructions View File

@@ -55,9 +55,8 @@ Note: This document was created in the context of releasing Ant 1.5.
gpg -a -b --force-v3-sigs $i gpg -a -b --force-v3-sigs $i
done done


Try to do this on Linux since the gpg signatures generated on Windows may
cause some PGP users problems verifying signatures even though they seem
OK.
The --force-v3-sigs will improve the interoperability with PGP 5.x,
see <http://www.gnupg.org/(en)/documentation/faqs.html#q5.5>.


Before you do that, ensure that the key you use is inside the KEYS Before you do that, ensure that the key you use is inside the KEYS
file in Ant's CVS repository - and that you perform a cvs update on file in Ant's CVS repository - and that you perform a cvs update on


Loading…
Cancel
Save