[git] GPGME - branch, master, updated. gpgme-1.9.0-55-g7fde780
by Justus Winter
cvs at cvs.gnupg.org
Thu Jul 13 16:09:11 CEST 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 7fde780cc1773c6d3902d4f49a8d4aadbf3223d4 (commit)
via ceed4a74540cf2c316b65cf62a9926c65019bb81 (commit)
from 9cd2b58dfb2c21cce64520cf4c726859b583d14e (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 7fde780cc1773c6d3902d4f49a8d4aadbf3223d4
Author: Justus Winter <justus at g10code.com>
Date: Thu Jul 13 16:06:27 2017 +0200
tests: Fix distcheck.
* tests/start-stop-agent: Remove backup file.
Fixes-commit: 9cd2b58dfb2c21cce64520cf4c726859b583d14e
Signed-off-by: Justus Winter <justus at g10code.com>
diff --git a/tests/start-stop-agent b/tests/start-stop-agent
index 9514e0a..7901374 100755
--- a/tests/start-stop-agent
+++ b/tests/start-stop-agent
@@ -39,6 +39,7 @@ do
mv "$GNUPGHOME/$F" "$GNUPGHOME/$F~"
sed -e "s#^agent-program.*#agent-program ${GPG_AGENT}|--debug-quick-random#" \
>"$GNUPGHOME/$F" <"$GNUPGHOME/$F~"
+ rm "$GNUPGHOME/$F~"
fi
done
commit ceed4a74540cf2c316b65cf62a9926c65019bb81
Author: Justus Winter <justus at g10code.com>
Date: Thu Jul 13 16:04:07 2017 +0200
tests: Fix blunder.
--
Fixes-commit: 9cd2b58dfb2c21cce64520cf4c726859b583d14e
Signed-off-by: Justus Winter <justus at g10code.com>
diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am
index a5667a8..274ba9d 100644
--- a/tests/gpgsm/Makefile.am
+++ b/tests/gpgsm/Makefile.am
@@ -65,7 +65,7 @@ BUILT_SOURCES = gpgsm.conf trustlist.txt pubring-stamp \
./gpgsm.conf:
echo disable-crl-checks > ./gpgsm.conf
echo faked-system-time 1008241200 >> ./gpgsm.conf
- echo "agent-program `which $(GPG_AGENT)`|--debug-quick-random" >> ./gpg.conf
+ echo "agent-program `which $(GPG_AGENT)`|--debug-quick-random" >> ./gpgsm.conf
./private-keys-v1.d/gpg-sample.stamp: $(srcdir)/$(key_id)
-gpgconf --kill all
-----------------------------------------------------------------------
Summary of changes:
tests/gpgsm/Makefile.am | 2 +-
tests/start-stop-agent | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list