gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] tag demo-2019-08-31-00 updated (d61ff48 -


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] tag demo-2019-08-31-00 updated (d61ff48 -> 38acb9f)
Date: Sat, 31 Aug 2019 16:59:26 +0200

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

dold pushed a change to tag demo-2019-08-31-00
in repository donations.

*** WARNING: tag demo-2019-08-31-00 was modified! ***

    from d61ff48  (commit)
      to 38acb9f  (commit)
    from d61ff48  fix test case invocation
     add 38acb9f  use correct WSGI module

No new revisions were added by this update.

Summary of changes:
 bin/taler-merchant-donations | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-merchant-donations b/bin/taler-merchant-donations
index 0bda611..ccf6a4e 100644
--- a/bin/taler-merchant-donations
+++ b/bin/taler-merchant-donations
@@ -44,7 +44,7 @@ def handle_serve_http(args):
     spec = ":%d" % (port, )
     os.execlp(
         "uwsgi", "uwsgi", "--master", "--die-on-term", "--log-format",
-        UWSGI_LOGFMT, "--http", spec, "--module", "talerdonations"
+        UWSGI_LOGFMT, "--http", spec, "--module", 
"talerdonations.donations:app"
     )
 
 
@@ -61,7 +61,7 @@ def handle_serve_uwsgi(args):
                                                               ).lower()
     params = [
         "uwsgi", "uwsgi", "--master", "--die-on-term", "--log-format",
-        UWSGI_LOGFMT, "--module", "talerdonations"
+        UWSGI_LOGFMT, "--module", "talerdonations.donations:app"
     ]
     if serve_uwsgi == "tcp":
         port = TC["donations"]["uwsgi_port"].value_int(required=True)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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