[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_0_0-342-g329228a

Ludovic Rousseau noreply at sourceforge.net
Thu Sep 22 20:16:23 CEST 2016


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 "Grisbi".

The branch, master has been updated
       via  329228a88bc869eb09e59a63f8e31c107aa35f8d (commit)
       via  0662204470c063b044aa458d5ed9116041ab4503 (commit)
      from  0e72b8706fb7120f86051108230803c5403927de (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 -----------------------------------------------------------------
http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit 329228a88bc869eb09e59a63f8e31c107aa35f8d
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Sep 22 00:11:46 2016 +0200

    autogen.sh: fail on the first error
    
    This avoidis to continue executing commands for nothing.

diff --git a/autogen.sh b/autogen.sh
index 3cd5195..0f79a57 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,6 +5,9 @@
 #
 # Requires: automake, autoconf, dpkg-dev
 
+# fail on error
+set -e
+
 #
 # Check if autoconf and automake are installed
 #

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit 329228a88bc869eb09e59a63f8e31c107aa35f8d
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Sep 22 00:11:46 2016 +0200

    autogen.sh: fail on the first error
    
    This avoidis to continue executing commands for nothing.

diff --git a/autogen.sh b/autogen.sh
index 3cd5195..0f79a57 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,6 +5,9 @@
 #
 # Requires: automake, autoconf, dpkg-dev
 
+# fail on error
+set -e
+
 #
 # Check if autoconf and automake are installed
 #

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

Summary of changes:
 .travis.yml       |   27 +++++++++++++++++++++++++++
 autogen.sh        |    3 +++
 travis-autogen.sh |   38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 68 insertions(+), 0 deletions(-)
 create mode 100644 .travis.yml
 create mode 100755 travis-autogen.sh


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list