From 36118858fd57ce0bf1ad1d925af20aa76188fa24 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 7 Jul 2022 14:45:17 +0900 Subject: scripts: remove Kaneko/Simon/Ulrich from menu They have no SoW with Renesas Signed-off-by: Kuninori Morimoto --- Makefile | 2 +- scripts/html_menu.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6fbf38e..59823e8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ WIKI = $(shell ls wiki/*.wiki) WIKIDIR = html/wiki HTMLDIR = $(addprefix html/, ${PROJECT}) TEAM = Core IO MM -MEMBER = BSP Geert Jacopo Kaneko Kieran Laurent Magnus Marek Morimoto Niklas Shimoda Simon Ulrich Wolfram NoAssignee +MEMBER = BSP Geert Jacopo Kieran Laurent Magnus Marek Morimoto Niklas Shimoda Wolfram NoAssignee STATUS = New Active Blocked Paused Done Abandoned NOPARAM = subindex body index BSP = bsp51x bsp41x bsp39x 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)) -- cgit v1.2.3