Update typeinfo metadata documentation

The build.extra.typeinfo build metadata has a strong relation with koji
BTypes. Here we update the documentation to make it clearer that the
typeinfo entries must hold the build types used in build for a given
content generator.
This commit is contained in:
Athos Ribeiro 2020-01-06 18:45:15 +01:00 committed by Tomas Kopecek
parent 4a9b2e251f
commit 9016a17f87

View file

@ -46,13 +46,13 @@ The build map contains the following entries:
is optional.
- build_id: Reserved build ID. This field is optional.
- extra: A map of extra metadata associated with the build, which
must include one of:
must include at least 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.
- typeinfo: A map whose entries are the names of the build types used for
this build, which are free form maps containing type-specific information
for this build.
- maven, win, or image: Legacy build type names which appear at this level
instead of inside typeinfo.
buildroots
----------