mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Preparing a release candidate.
This commit is contained in:
parent
78c2a34afe
commit
a6549ca548
37 changed files with 28316 additions and 22460 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-14 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (./gpg_dearmor): Reverted last change because the
|
||||
real fix is to --no-options.
|
||||
|
||||
2007-11-22 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (./gpg_dearmor): Add --homedir so that we don't
|
||||
|
|
|
@ -61,7 +61,7 @@ prepared.stamp: ./pubring.gpg ./secring.gpg ./plain-1 ./plain-2 ./plain-3 \
|
|||
|
||||
./gpg_dearmor:
|
||||
echo '#!/bin/sh' >./gpg_dearmor
|
||||
echo "../../g10/gpg2 --no-options --no-greeting --homedir . \
|
||||
echo "../../g10/gpg2 --no-options --no-greeting \
|
||||
--no-secmem-warning --batch --dearmor" >>./gpg_dearmor
|
||||
chmod 755 ./gpg_dearmor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue