From 9352fccac4a61f16df73c96873378c6dee587c7d Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 16 Jan 2017 17:14:52 +0000 Subject: [PATCH] Update content generator metadata documentation The extra.typeinfo entry is now described, along with the legacy types which do not use a typeinfo entry. Signed-off-by: Tim Waugh --- docs/source/content_generator_metadata.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/content_generator_metadata.rst b/docs/source/content_generator_metadata.rst index a086104f..87f6b7ef 100644 --- a/docs/source/content_generator_metadata.rst +++ b/docs/source/content_generator_metadata.rst @@ -42,7 +42,14 @@ The build map contains the following entries: - start\_time: The time the build started, in seconds since the epoch. - end\_time: The time the build was completed, in seconds since the epoch. -- extra: A map of extra metadata associated with the build. +- extra: A map of extra metadata associated with the build, which + must include one of: + + - typeinfo: A map whose single entry is the name of the content + generator type, which is a map containing type-specific + information for this build. + - maven, win, or image: Legacy content generator type names which + appear at this level instead of inside typeinfo. buildroots ----------