Merge PR#287 Update content generator metadata documentation
Merges #287 https://pagure.io/koji/pull-request/287
This commit is contained in:
commit
6c8e763c94
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue