This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new a1b8aa2 Remove hardcoded tooling committee
a1b8aa2 is described below
commit a1b8aa2633ff336566d4fa4415a65ba86fd21d82
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Jan 16 14:17:56 2026 -0800
Remove hardcoded tooling committee
---
atr/principal.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/atr/principal.py b/atr/principal.py
index a70f034..44b0874 100644
--- a/atr/principal.py
+++ b/atr/principal.py
@@ -396,10 +396,6 @@ class Authorisation(AsyncObject):
return self.__asf_uid is not None
def is_member_of(self, committee_name: str) -> bool:
- # TODO: This is a workaround for a bug
- if self.__asf_uid in {"sbp", "tn", "wave"}:
- if committee_name == "tooling":
- return True
if self.__asf_uid is None:
return False
return self.__authoriser.is_member_of(self.__asf_uid, committee_name)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]