[git] gnupg-doc - branch, master, updated. d60fbd8f8c3c19dced975f7b707bbd10eadffe11

by Justus Winter cvs at cvs.gnupg.org
Tue Mar 14 12:12:35 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  d60fbd8f8c3c19dced975f7b707bbd10eadffe11 (commit)
      from  2054b182be870fbe063ec400d49574a3b1511b47 (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 d60fbd8f8c3c19dced975f7b707bbd10eadffe11
Author: Justus Winter <justus at g10code.com>
Date:   Tue Mar 14 12:12:26 2017 +0100

    jenkins: disable python bindings on macos for now

diff --git a/misc/jenkins/bin/build.bash b/misc/jenkins/bin/build.bash
index 9cb5f0d..7fefe93 100755
--- a/misc/jenkins/bin/build.bash
+++ b/misc/jenkins/bin/build.bash
@@ -87,6 +87,12 @@ case "$JOB_NAME" in
         if [ "$XTARGET" = sanitizer ]; then
             CONFIGUREFLAGS_0="--enable-languages=cpp qt"
         fi
+
+	# Disable Python bindings on macOS.  Something is not working
+	# there.
+        if [ "$NODE_NAME" = zygalski ]; then
+            CONFIGUREFLAGS_0="--enable-languages=cpp qt"
+        fi
         ;;
     *gnupg*)
 	# Common configure options.

-----------------------------------------------------------------------

Summary of changes:
 misc/jenkins/bin/build.bash | 6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list