Browse Source

Let's try to keep PGP users (non OpenPGP ones) happy.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272381 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 23 years ago
parent
commit
fc47af5c2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ReleaseInstructions

+ 1
- 1
ReleaseInstructions View File

@@ -50,7 +50,7 @@ Note: This document was created in the context of releasing Ant 1.5.
for i in distribution/* for i in distribution/*
do do
echo "Signing " $i echo "Signing " $i
gpg -a -b $i
gpg -a -b --force-v3-sigs $i
done done


Try to do this on Linux since the gpg signatures generated on Windows may Try to do this on Linux since the gpg signatures generated on Windows may


Loading…
Cancel
Save