summaryrefslogtreecommitdiff
path: root/hacking/metadata-tool.py
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-12-05 04:26:08 -0800
committerToshio Kuratomi <a.badger@gmail.com>2016-12-05 04:27:41 -0800
commit39c2249e49d49bfd1a30fe6e343b4ef0a88d6a66 (patch)
tree2a318f8696c7478cc8dc11531d5fd257462c6b6e /hacking/metadata-tool.py
parent5f5ea06ca4bcacb4687396f712be7e8516c5e46f (diff)
downloadansible-39c2249e49d49bfd1a30fe6e343b4ef0a88d6a66.tar.gz
Update metadata for the rename of curated to committer
Diffstat (limited to 'hacking/metadata-tool.py')
-rwxr-xr-x[-rw-r--r--]hacking/metadata-tool.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/hacking/metadata-tool.py b/hacking/metadata-tool.py
index 5830249bec..0432cbbf58 100644..100755
--- 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