gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: help message


From: gnunet
Subject: [taler-bank] branch master updated: help message
Date: Thu, 05 Nov 2020 14:40:09 +0100

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new bfbbee6  help message
bfbbee6 is described below

commit bfbbee66a9dbb1ceb0f83b9f91cc624df819eb65
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 5 14:40:05 2020 +0100

    help message
---
 bin/taler-bank-manage           | 6 +++++-
 build-common                    | 2 +-
 talerbank/app/static/web-common | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/bin/taler-bank-manage b/bin/taler-bank-manage
index 281ed2b..ace3b84 100755
--- a/bin/taler-bank-manage
+++ b/bin/taler-bank-manage
@@ -45,7 +45,11 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", 
"talerbank.settings")
 
 @click.group(help="Manager script of Taler bank.")
 @click.pass_context
-@click.option("--http-port", help="Set HTTP as the serving protocol, and set 
the port.", type=int)
+@click.option(
+    "--http-port",
+    help="Set HTTP as the serving protocol (taking precedence over the 
config.), and set the port.",
+    type=int
+)
 @click.option("--config", help="Path to the config file.")
 @click.option("--with-db", help="Database connection string.")
 def cli(ctx, http_port, config, with_db):
diff --git a/build-common b/build-common
index c9abff9..47b3237 160000
--- a/build-common
+++ b/build-common
@@ -1 +1 @@
-Subproject commit c9abff9094f9e127b1b976dfd0702e6dce07c6d5
+Subproject commit 47b3237e8426c1fab05e26edaff2a1d4f099059b
diff --git a/talerbank/app/static/web-common b/talerbank/app/static/web-common
index eaefc57..2457613 160000
--- a/talerbank/app/static/web-common
+++ b/talerbank/app/static/web-common
@@ -1 +1 @@
-Subproject commit eaefc57f2ea5434ad6b7f1c11ee4daa0fc92c76c
+Subproject commit 2457613ecc8b8971bd47119b1a02a2f290bb4830

-- 
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]