[git] GPG-ERROR - branch, master, updated. gpgrt-1.28-23-g157130b

by Werner Koch cvs at cvs.gnupg.org
Thu Mar 22 21:35:28 CET 2018


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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  157130befaacfcc417ddfc98d8f0238f6756b2cc (commit)
       via  22b293fe7922bfd70e0990ca89333ab168ad1808 (commit)
      from  67a80ad2e706c41377d0c5ccfd48f73dbb151818 (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 157130befaacfcc417ddfc98d8f0238f6756b2cc
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Mar 22 21:26:24 2018 +0100

    build: Okay travis, take this
    
    --

diff --git a/.travis.yml b/.travis.yml
index 558b15d..c22ee46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,8 @@ compiler:
 
 before_install:
   - echo "Building for $TRAVIS_OS_NAME"
-  - sudo apt-get update -qq;
-  - sudo apt-get install gettext;
+  - wget -q http://de.archive.ubuntu.com/ubuntu/pool/main/g/gettext/gettext_0.19.7-2ubuntu3_amd64.deb
+  - sudo dpkg -i gettext_0.19.7-2ubuntu3_amd64.deb
 
 script:
   - ./autogen.sh --git-build

commit 22b293fe7922bfd70e0990ca89333ab168ad1808
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Mar 22 21:10:21 2018 +0100

    build: Another try on travis.yml
    
    --
    
    Why don't they return useful error messages????

diff --git a/.travis.yml b/.travis.yml
index 13f6e56..558b15d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,9 @@ language: c
 
 os:
   - linux
-    dist: trusty
-    sudo: required
+
+#    dist: trusty
+#    sudo: required
 
 compiler:
   - gcc

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

Summary of changes:
 .travis.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list