[git] GPGME - branch, master, updated. gpgme-1.8.0-39-gf3ca2c9
by Andre Heinecke
cvs at cvs.gnupg.org
Thu Jan 26 11:22:52 CET 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via f3ca2c9ce9fd4a03e293065f10b92589a7e642d6 (commit)
from 9291ebaa4151a1f6c8c0601095ec45809b963383 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3ca2c9ce9fd4a03e293065f10b92589a7e642d6
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Thu Jan 26 10:44:02 2017 +0100
python: Ensure quick-random is used if gpg is gpg2
* lang/python/tests/Makefile.am (gpg.conf): Configure
agent-program accordingly.
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index f9366dd..d7f2e58 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -107,6 +107,8 @@ clean-local:
./gpg.conf:
# This is required for t-sig-notations.
echo no-force-v3-sigs > ./gpg.conf
+ echo ignore-invalid-option agent-program >> ./gpg.conf
+ echo "agent-program `which $(GPG_AGENT)`|--debug-quick-random" >> ./gpg.conf
./gpg-agent.conf:
# This is required for gpg2, which does not support command fd.
-----------------------------------------------------------------------
Summary of changes:
lang/python/tests/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list