gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-mdb] branch master updated: make scripts more verbose


From: gnunet
Subject: [taler-taler-mdb] branch master updated: make scripts more verbose
Date: Mon, 05 Feb 2024 14:47:18 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new a426e98  make scripts more verbose
a426e98 is described below

commit a426e984a92e04eabea4456751747267cf7f13cf
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Feb 5 14:47:14 2024 +0100

    make scripts more verbose
---
 contrib/taler-mdb-ads.sh           | 23 +++++++++++++++++++++--
 contrib/taler-mdb-network-check.sh |  2 +-
 contrib/taler-mdb-show.sh          | 23 +++++++++++++++++++++--
 3 files changed, 43 insertions(+), 5 deletions(-)

diff --git a/contrib/taler-mdb-ads.sh b/contrib/taler-mdb-ads.sh
index 0fc1213..6c2d411 100755
--- a/contrib/taler-mdb-ads.sh
+++ b/contrib/taler-mdb-ads.sh
@@ -1,6 +1,25 @@
 #!/bin/bash
-
-set -eu
+#
+# This file is part of TALER
+# Copyright (C) 2023, 2024 Taler Systems SA
+#
+# TALER is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 3, or
+# (at your option) any later version.
+#
+# TALER is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with TALER; see the file COPYING.  If not, see
+# <http://www.gnu.org/licenses/>
+#
+# Author: Christian Grothoff
+#
+set -eux
 
 function cleanup()
 {
diff --git a/contrib/taler-mdb-network-check.sh 
b/contrib/taler-mdb-network-check.sh
index 8fdcdcd..db71fd1 100755
--- a/contrib/taler-mdb-network-check.sh
+++ b/contrib/taler-mdb-network-check.sh
@@ -25,7 +25,7 @@
 # and show an error message.
 #
 
-set -eux
+set -eu
 
 EXIT_STATUS=0
 CHILD_PID=-1
diff --git a/contrib/taler-mdb-show.sh b/contrib/taler-mdb-show.sh
index f802434..b36d575 100755
--- a/contrib/taler-mdb-show.sh
+++ b/contrib/taler-mdb-show.sh
@@ -1,6 +1,25 @@
 #!/bin/bash
-
-set -eu
+#
+# This file is part of TALER
+# Copyright (C) 2023, 2024 Taler Systems SA
+#
+# TALER is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 3, or
+# (at your option) any later version.
+#
+# TALER is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with TALER; see the file COPYING.  If not, see
+# <http://www.gnu.org/licenses/>
+#
+# Author: Christian Grothoff
+#
+set -eux
 
 function cleanup()
 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]