From 44c5315cd7dde7726b0899756e7a2a19acaa62c0 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 2 Jan 2013 13:24:40 -0500 Subject: [PATCH] zmirror: Add another Zephyr class we can't subscribe to. (imported from commit 6d43c901ecfd01574149efc06c782a49c5d64c9e) --- bots/zephyr_mirror_backend.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py index 30781e4..41a74b3 100755 --- a/bots/zephyr_mirror_backend.py +++ b/bots/zephyr_mirror_backend.py @@ -193,6 +193,7 @@ def update_subscriptions_from_humbug(): if canonical_cls in current_zephyr_subs: continue if canonical_cls in ['security', 'login', 'network', 'ops', 'user_locate', + 'mit', 'hm_ctl', 'hm_stat', 'zephyr_admin', 'zephyr_ctl']: # These zephyr classes cannot be subscribed to by us, due # to MIT's Zephyr access control settings