[git] gnupg-doc - branch, master, updated. 9336aa31498081afa75da95e9d6794403c6dd151

by Justus Winter cvs at cvs.gnupg.org
Wed Jan 18 12:36:18 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  9336aa31498081afa75da95e9d6794403c6dd151 (commit)
       via  4df7c271f267961c44940c66374e93213795ab17 (commit)
      from  78016c09edb65207946c75d57de5da3e381fe807 (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 9336aa31498081afa75da95e9d6794403c6dd151
Author: Justus Winter <justus at g10code.com>
Date:   Wed Jan 18 12:35:56 2017 +0100

    jenkins: disable ntbtls for now

diff --git a/misc/jenkins/bin/build.bash b/misc/jenkins/bin/build.bash
index 48cd353..dc31e11 100755
--- a/misc/jenkins/bin/build.bash
+++ b/misc/jenkins/bin/build.bash
@@ -102,6 +102,9 @@ case "$JOB_NAME" in
 	    CONFIGUREFLAGS="$CONFIGUREFLAGS --with-libiconv-prefix=/usr/local --with-bzip2=/usr/local"
 	fi
 
+	# 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.

commit 4df7c271f267961c44940c66374e93213795ab17
Author: Justus Winter <justus at g10code.com>
Date:   Wed Jan 18 12:33:30 2017 +0100

    jenkins: tweak openbsd configuration

diff --git a/misc/jenkins/README.org b/misc/jenkins/README.org
index 0fe24c7..4862601 100644
--- a/misc/jenkins/README.org
+++ b/misc/jenkins/README.org
@@ -23,3 +23,12 @@ Add some compatibility links to PATH:
   $ cd compat
   $ ln -s /usr/local/bin/gmakeinfo makeinfo
   $ [ add $HOME/compat to ~/.profile ]
+
+Tweak limits:
+
+  # echo 'jenkins:\
+        :maxproc-max=1024:\
+        :maxproc-cur=1024:\
+        :tc=pbuild:
+' >> /etc/login.conf
+  # user mod -L jenkins jenkins
diff --git a/misc/jenkins/bin/build.bash b/misc/jenkins/bin/build.bash
index cc15bf4..48cd353 100755
--- a/misc/jenkins/bin/build.bash
+++ b/misc/jenkins/bin/build.bash
@@ -99,7 +99,7 @@ case "$JOB_NAME" in
 	    CONFIGUREFLAGS="$CONFIGUREFLAGS --with-libiconv-prefix=$HOME/pkg"
 	fi
 	if [ "$NODE_NAME" = openbsd60 ]; then
-	    CONFIGUREFLAGS="$CONFIGUREFLAGS --with-libiconv-prefix=/usr/local"
+	    CONFIGUREFLAGS="$CONFIGUREFLAGS --with-libiconv-prefix=/usr/local --with-bzip2=/usr/local"
 	fi
 
 	# The libraries use rpath when linking the tests, so they

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

Summary of changes:
 misc/jenkins/README.org     | 9 +++++++++
 misc/jenkins/bin/build.bash | 5 ++++-
 2 files changed, 13 insertions(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list