summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2022-07-07 14:45:17 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2022-07-12 09:11:30 +0900
commit36118858fd57ce0bf1ad1d925af20aa76188fa24 (patch)
treee17744d2701b04f85b19beab195dbcdf3566b2a0 /scripts
parentdc5bb91d4e06a3163cccc668b3e7875825b9f529 (diff)
scripts: remove Kaneko/Simon/Ulrich from menu
They have no SoW with Renesas Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/html_menu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/html_menu.py b/scripts/html_menu.py
index 1199529..ced699c 100755
--- a/scripts/html_menu.py
+++ b/scripts/html_menu.py
@@ -51,8 +51,8 @@ class periject_html(html_base.myhtml):
def menu_assignee(self):
# from project.schema.yaml
with html("ul"):
- for assignee in ['BSP', 'Geert', 'Jacopo', 'Kaneko', 'Kieran', 'Laurent', 'Magnus', 'Marek',
- 'Morimoto', 'Niklas', 'Shimoda', 'Simon', 'Ulrich', 'Wolfram', "NoAssignee"]:
+ for assignee in ['BSP', 'Geert', 'Jacopo', 'Kieran', 'Laurent', 'Magnus', 'Marek',
+ 'Morimoto', 'Niklas', 'Shimoda', 'Wolfram', "NoAssignee"]:
html("li").print(html("a", {"target":"summary",
"href":"./{}.html".format(assignee)}).text(assignee))