From 39c2249e49d49bfd1a30fe6e343b4ef0a88d6a66 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 5 Dec 2016 04:26:08 -0800 Subject: [PATCH] Update metadata for the rename of curated to committer --- hacking/metadata-tool.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 hacking/metadata-tool.py diff --git a/hacking/metadata-tool.py b/hacking/metadata-tool.py old mode 100644 new mode 100755 index 5830249bec8..0432cbbf58e --- a/hacking/metadata-tool.py +++ b/hacking/metadata-tool.py @@ -281,7 +281,7 @@ def parse_assigned_metadata_initial(csvfile): :2: Extras (x if so) :3: Category :4: Supported/SLA - :5: Curated + :5: Committer :6: Stable :7: Deprecated :8: Notes @@ -295,7 +295,7 @@ def parse_assigned_metadata_initial(csvfile): if record[4]: supported_by = 'core' elif record[5]: - supported_by = 'core_curated' + supported_by = 'committer' status = [] if record[6]: @@ -313,6 +313,7 @@ def parse_assigned_metadata(csvfile): Fields: :0: Module name :1: supported_by string. One of the valid support fields + core, community, unmaintained, committer :2: stableinterface :3: preview :4: deprecated