gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: indent + fix path


From: gnunet
Subject: [libeufin-deployment] branch master updated: indent + fix path
Date: Mon, 16 Nov 2020 16:44:31 +0100

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

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d955427  indent + fix path
d955427 is described below

commit d9554273681064b64c3e9a2d7fd56b676a554217
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 16 16:44:24 2020 +0100

    indent + fix path
---
 buildbot/master.cfg | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e20ca68..a58f8f0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -132,16 +132,17 @@ c["www"] = {
     },
     "allowed_origins": ["https://*.libeufin.tech";],
     "avatar_methods": [],
-    "auth": util.HTPasswdAuth(".htpasswd"),
+    "auth": util.HTPasswdAuth("/home/libeufin/.htpasswd"),
     "authz": util.Authz(
-        allowRules=[util.ForceBuildEndpointMatcher(role="admins",
-                                       builder="integration-tests"),
-        util.ForceBuildEndpointMatcher(role="admins",
-                                       builder="unit-tests"),
-        util.RebuildBuildEndpointMatcher(role="admins",
-                                       builder="integration-tests"),
-        util.RebuildBuildEndpointMatcher(role="admins",
-                                       builder="unit-tests")
+        allowRules=[
+            util.ForceBuildEndpointMatcher(role="admins",
+                                           builder="integration-tests"),
+            util.ForceBuildEndpointMatcher(role="admins",
+                                           builder="unit-tests"),
+            util.RebuildBuildEndpointMatcher(role="admins",
+                                             builder="integration-tests"),
+            util.RebuildBuildEndpointMatcher(role="admins",
+                                             builder="unit-tests")
         ],
         roleMatchers=[
             util.RolesFromUsername(
@@ -149,7 +150,7 @@ c["www"] = {
                 usernames=["ms"]
             )
         ]
-    ),
+    )
 }
 
 ####### DB URL

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