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

by Justus Winter cvs at cvs.gnupg.org
Wed Mar 8 17:37:22 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  bfcc8bf7ce0c20c31d9da682ad5e24819e67c32f (commit)
      from  278d47d9753e296ff8b88328f7cf957b8d8b95a4 (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 bfcc8bf7ce0c20c31d9da682ad5e24819e67c32f
Author: Justus Winter <justus at g10code.com>
Date:   Wed Mar 8 17:37:16 2017 +0100

    jenkins: add notes about setting up a build slave

diff --git a/misc/jenkins/README.org b/misc/jenkins/README.org
index bda32a3..b6be452 100644
--- a/misc/jenkins/README.org
+++ b/misc/jenkins/README.org
@@ -1,4 +1,25 @@
 * Notes
+** Setting up a Jenkins build slave
+ - install a jre, make, autoconf, automake, libtool, gcc, git, bison,
+   fig2dev, ghostscript, gnutls, sqlite3, pkg-config, imagemagick
+ - create a user jenkins
+ - clone gnupg-doc
+   $ git clone git://git.gnupg.org/gnupg-doc.git
+ - link ~/bin
+   $ ln -s gnupg-doc/misc/jenkins/bin
+ - download slave.jar
+   $ wget https://jenkins.gnupg.org/jnlpJars/slave.jar -O bin/slave.jar
+ - copy and adapt launcher
+   $ cp bin/jenkins-slave.dist bin/jenkins-slave
+ - make sure that jenkins at soro can ssh to the new node
+ - go to https://jenkins.gnupg.org/computer/new and copy an existing
+   configuration, adapting it as needed
+ - setup 'GPGME tests for GnuPG' as described below
+ - for each project, add the new nodes distinct label to the
+   configuration matrix, and force a rebuild.  Start with libgpg-error
+   and walk your way up the dependency chain:
+   - libgpg-error, libnpth, libassuan, libksba, libgcrypt, ntbtls,
+     gnupg, gpgme
 ** GPGME tests for GnuPG
 There is a reasonably up-to-date (but this is currently a manual
 process) GPGME source at
diff --git a/misc/jenkins/bin/jenkins-slave.dist b/misc/jenkins/bin/jenkins-slave.dist
new file mode 100755
index 0000000..1d9afad
--- /dev/null
+++ b/misc/jenkins/bin/jenkins-slave.dist
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -x
+
+[ -f ~/.profile ] && . ~/.profile
+uname -a
+env
+
+exec java -jar ~/bin/slave.jar

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

Summary of changes:
 misc/jenkins/README.org             | 21 +++++++++++++++++++++
 misc/jenkins/bin/jenkins-slave.dist |  9 +++++++++
 2 files changed, 30 insertions(+)
 create mode 100755 misc/jenkins/bin/jenkins-slave.dist


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




More information about the Gnupg-commits mailing list