summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-06-10 02:29:31 +0300
committerEd Tanous <ed@tanous.net>2021-06-10 22:05:25 +0300
commitfc8a2b87a8d5daf67ece24b0b259e507b3442bd7 (patch)
tree109d804f5fbf1cd496714f47892aec8d3c7bbcba /scripts
parenta06392bdd1efc17f7e277fd6ff62487d42f7df3c (diff)
downloadbmcweb-fc8a2b87a8d5daf67ece24b0b259e507b3442bd7.tar.xz
Update registries
We've had some fields get updated in the base registry that didn't seem to run the script. This commit updates us to the latest base and TaskEvent Registries. This should have no impact. Tested: Code compiles. No functional impact. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Iea4ee79fc798b57efa0e915195f72711858c61b9
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/parse_registries.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/parse_registries.py b/scripts/parse_registries.py
index b4deaa6dad..05fc62dfc8 100755
--- a/scripts/parse_registries.py
+++ b/scripts/parse_registries.py
@@ -64,9 +64,9 @@ def make_getter(dmtf_name, header_name, type_name):
files = []
-files.append(make_getter('Base.1.8.1.json',
+files.append(make_getter('Base.1.10.0.json',
'base_message_registry.hpp', 'base'))
-files.append(make_getter('TaskEvent.1.0.2.json',
+files.append(make_getter('TaskEvent.1.0.3.json',
'task_event_message_registry.hpp', 'task_event'))
files.append(make_getter('ResourceEvent.1.0.3.json',
'resource_event_message_registry.hpp', 'resource_event'))