gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: syntax


From: gnunet
Subject: [libeufin-deployment] branch master updated: syntax
Date: Mon, 16 Nov 2020 16:32:12 +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 c56a381  syntax
c56a381 is described below

commit c56a3812f376f7645eed117cc62326538566c655
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 16 16:32:08 2020 +0100

    syntax
---
 buildbot/master.cfg | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d9dcbc9..e20ca68 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -134,7 +134,7 @@ c["www"] = {
     "avatar_methods": [],
     "auth": util.HTPasswdAuth(".htpasswd"),
     "authz": util.Authz(
-        util.ForceBuildEndpointMatcher(role="admins",
+        allowRules=[util.ForceBuildEndpointMatcher(role="admins",
                                        builder="integration-tests"),
         util.ForceBuildEndpointMatcher(role="admins",
                                        builder="unit-tests"),
@@ -142,13 +142,14 @@ c["www"] = {
                                        builder="integration-tests"),
         util.RebuildBuildEndpointMatcher(role="admins",
                                        builder="unit-tests")
+        ],
+        roleMatchers=[
+            util.RolesFromUsername(
+                roles=["admins"],
+                usernames=["ms"]
+            )
+        ]
     ),
-    roleMatchers=[
-        util.RolesFromUsername(
-            roles=["admins"],
-            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]