gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: bind web ui to local


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: bind web ui to localhost
Date: Mon, 22 Apr 2024 18:06:50 +0200

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

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dda3637  buildbot: bind web ui to localhost
dda3637 is described below

commit dda363746407879d18bbaae92240853ea3451ebf
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Apr 22 12:06:24 2024 -0400

    buildbot: bind web ui to localhost
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7d5ff7a..e6f2e78 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -788,7 +788,7 @@ c["buildbotURL"] = "https://buildbot.taler.net/";
 # -- formerly commented out as not packaged properly in Debian and others, see
 # https://bugzilla.redhat.com/show_bug.cgi?id=1557687
 c["www"] = {
-    "port": 8010,
+    "port": "tcp:8010:interface=127.0.0.1",
     "default_page": 'waterfall',
     "plugins": {
         "waterfall_view": True,

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