[git] gnupg-doc - branch, master, updated. 2054b182be870fbe063ec400d49574a3b1511b47

by Justus Winter cvs at cvs.gnupg.org
Thu Mar 9 13:22:36 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  2054b182be870fbe063ec400d49574a3b1511b47 (commit)
       via  e53ea29c3cc1d8cb4568cea21b5db12353edeaae (commit)
      from  bfcc8bf7ce0c20c31d9da682ad5e24819e67c32f (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 2054b182be870fbe063ec400d49574a3b1511b47
Author: Justus Winter <justus at g10code.com>
Date:   Thu Mar 9 13:22:29 2017 +0100

    jenkins: extend notes about setting up GPGME tests for GnuPG

diff --git a/misc/jenkins/README.org b/misc/jenkins/README.org
index e0cdeab..d5bb144 100644
--- a/misc/jenkins/README.org
+++ b/misc/jenkins/README.org
@@ -28,11 +28,19 @@
 There is a reasonably up-to-date (but this is currently a manual
 process) GPGME source at
 
-  $HOME/src/gpgme-for-gnupgs-tests
+  $ mkdir $HOME/src
+  $ git clone git://git.gnupg.org/gpgme.git $HOME/src/gpgme-for-gnupgs-tests
+  $ cd $HOME/src/gpgme-for-gnupgs-tests
+  $ ./autogen.sh
 
 and a build tree at
 
-  $HOME/src/gpgme-for-gnupgs-tests/obj
+  $ mkdir $HOME/src/gpgme-for-gnupgs-tests/obj
+  $ cd $HOME/src/gpgme-for-gnupgs-tests/obj
+  $ export PATH=$HOME/prefix/native/bin:$PATH
+  $ ../configure --enable-maintainer-mode
+  $ make
+  $ make check
 
 and a w32 build tree at
 

commit e53ea29c3cc1d8cb4568cea21b5db12353edeaae
Author: Justus Winter <justus at g10code.com>
Date:   Thu Mar 9 13:21:46 2017 +0100

    jenkins: extend build slave notes

diff --git a/misc/jenkins/README.org b/misc/jenkins/README.org
index b6be452..e0cdeab 100644
--- a/misc/jenkins/README.org
+++ b/misc/jenkins/README.org
@@ -1,7 +1,11 @@
 * Notes
 ** Setting up a Jenkins build slave
+ - on soro, create an entry in /etc/hosts
+ - copy root at soro's ssh key to /root/.ssh/authorized_keys
  - install a jre, make, autoconf, automake, libtool, gcc, git, bison,
-   fig2dev, ghostscript, gnutls, sqlite3, pkg-config, imagemagick
+   fig2dev, ghostscript, gnutls, sqlite3, pkg-config, imagemagick,
+   rngd, python2/3, SWIG, Qt5 base
+ - setup rngd (test suites will consume quite a bit of entropy)
  - create a user jenkins
  - clone gnupg-doc
    $ git clone git://git.gnupg.org/gnupg-doc.git

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

Summary of changes:
 misc/jenkins/README.org | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)


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




More information about the Gnupg-commits mailing list