mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fix problem with incompatible gpg.conf files.
This commit is contained in:
parent
5206a2deb3
commit
82d26564dc
@ -1,3 +1,7 @@
|
||||
2009-04-19 Werner Koch <wk@g10code.com>
|
||||
|
||||
* mkdemodirs (GPG): Use --no-options.
|
||||
|
||||
2008-09-29 Werner Koch <wk@g10code.com>
|
||||
|
||||
* clearsig.test: Replace -sat by --clearsign.
|
||||
|
@ -2,7 +2,11 @@
|
||||
|
||||
set -e
|
||||
|
||||
GPG="../g10/gpg2 --batch --quiet --no-secmem-warning --allow-secret-key-import"
|
||||
# We need to use --no-options so that a gpg.conf from an older version
|
||||
# of gpg is not used.
|
||||
GPG="../g10/gpg2 --no-options --batch --quiet
|
||||
--no-secmem-warning --allow-secret-key-import"
|
||||
|
||||
NAMES='Alpha Bravo Charlie Delta Echo Foxtrot Golf Hotel India
|
||||
Juliet Kilo Lima Mike November Oscar Papa Quebec Romeo
|
||||
Sierra Tango Uniform Victor Whisky XRay Yankee Zulu'
|
||||
|
Loading…
x
Reference in New Issue
Block a user