[git] gnupg-doc - branch, master, updated. d37ee56b510b20300bee5a7ffe70e3204e93c160
by Justus Winter
cvs at cvs.gnupg.org
Mon Feb 13 12:01:59 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 "The GnuPG website and other docs".
The branch, master has been updated
via d37ee56b510b20300bee5a7ffe70e3204e93c160 (commit)
from 706f736fdbc9ef00d6606a45e73bf5169e9ce4ea (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 d37ee56b510b20300bee5a7ffe70e3204e93c160
Author: Justus Winter <justus at g10code.com>
Date: Mon Feb 13 12:00:57 2017 +0100
jenkins: fix GPGMEs tests on OpenBSD
diff --git a/misc/jenkins/bin/build.bash b/misc/jenkins/bin/build.bash
index 88c8032..3dbc58b 100755
--- a/misc/jenkins/bin/build.bash
+++ b/misc/jenkins/bin/build.bash
@@ -104,14 +104,14 @@ case "$JOB_NAME" in
# Disable NTBTLS for now until it is actually mature and used.
CONFIGUREFLAGS="$CONFIGUREFLAGS --disable-ntbtls"
-
- # The libraries use rpath when linking the tests, so they
- # locate their dependencies that way. GnuPG, however, does
- # not. Therefore, we set LD_LIBRARY_PATH.
- test_environment="LD_LIBRARY_PATH=$ORIGINAL_PREFIX/lib"
;;
esac
+# The libraries use rpath when linking the tests, so they locate their
+# dependencies that way. GnuPG, however, does not. Therefore, we set
+# LD_LIBRARY_PATH.
+test_environment="LD_LIBRARY_PATH=$ORIGINAL_PREFIX/lib"
+
# See if we have a GPGME checkout for the tesets.
xtest_gpgme_srcdir="$HOME/src/gpgme-for-gnupgs-tests"
if [ -d "$xtest_gpgme_srcdir/obj" ]; then
-----------------------------------------------------------------------
Summary of changes:
misc/jenkins/bin/build.bash | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list