gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] tag demo-2019-08-31-00 updated (0db38d9 -> 4


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] tag demo-2019-08-31-00 updated (0db38d9 -> 498b143)
Date: Sat, 31 Aug 2019 17:00:36 +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 survey.

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

    from 0db38d9  (commit)
      to 498b143  (commit)
    from 0db38d9  fix test case invocation
     add 498b143  use correct WSGI module

No new revisions were added by this update.

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

diff --git a/bin/taler-merchant-survey b/bin/taler-merchant-survey
index 2da6fde..41e6637 100755
--- a/bin/taler-merchant-survey
+++ b/bin/taler-merchant-survey
@@ -45,7 +45,7 @@ def handle_serve_http(args):
     spec = ":%d" % (port, )
     os.execlp(
         "uwsgi", "uwsgi", "--master", "--die-on-term", "--log-format",
-        UWSGI_LOGFMT, "--http", spec, "--module", "talersurvey"
+        UWSGI_LOGFMT, "--http", spec, "--module", "talersurvey.survey:app"
     )
 
 
@@ -62,7 +62,7 @@ def handle_serve_uwsgi(args):
                                                            ).lower()
     params = [
         "uwsgi", "uwsgi", "--master", "--die-on-term", "--log-format",
-        UWSGI_LOGFMT, "--module", "talersurvey"
+        UWSGI_LOGFMT, "--module", "talersurvey.survey:app"
     ]
     if serve_uwsgi == "tcp":
         port = TC["survey"]["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]