gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (7845c01 -> b8b55fe)


From: gnunet
Subject: [taler-deployment] branch master updated (7845c01 -> b8b55fe)
Date: Mon, 14 Sep 2020 15:02:18 +0200

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

ms pushed a change to branch master
in repository deployment.

    from 7845c01  bank invocation
     new f674722  BB: kill->restart
     new b8b55fe  local config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/taler-config-generate | 1 +
 buildbot/master.cfg       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index c4bae2f..80025e0 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -72,6 +72,7 @@ def config(obj):
         obj.cfg_put("bank", "uwsgi_unixpath", "$HOME/sockets/bank.uwsgi")
         obj.cfg_put("bank", "uwsgi_unixpath_mode", "660")
     else:
+        obj.cfg_put("bank", "serve", "http")
         obj.cfg_put("bank", "http_port", get_port(urls["bank"]))
 
     obj.cfg_put("bank", "database", "taler"+obj.envname)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 21e85a9..78f51b9 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -398,7 +398,7 @@ BUILDMASTER_FACTORY.addStep(
         #   file or it generates a _invalid_ one.
         # 2 restarting the master has the problem of _cancelling_
         #   the current builds (including this one)
-        command=["systemctl", "--user", "kill", "buildbot-master"],
+        command=["systemctl", "--user", "restart", "buildbot-master"],
         workdir="../../master/"
     )
 )

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