stages/rpm: document returned metadata
Document what metadata we return from the stage via the metadata osbuild API.
This commit is contained in:
parent
452e9ddb9e
commit
0037e4bdf5
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,13 @@ Uses the following binaries from the host:
|
||||||
* `rpmkeys` to import keys and to verify signatures for each package
|
* `rpmkeys` to import keys and to verify signatures for each package
|
||||||
* `sh`, `mkdir`, `mount`, `chmod` to prepare the target tree for `rpm`
|
* `sh`, `mkdir`, `mount`, `chmod` to prepare the target tree for `rpm`
|
||||||
* `rpm` to install packages into the target tree
|
* `rpm` to install packages into the target tree
|
||||||
|
|
||||||
|
This stage will return the following metadata via the osbuild API:
|
||||||
|
packages: a list of objects representing the installed packages,
|
||||||
|
with information about:
|
||||||
|
name, version, release,
|
||||||
|
and optionally:
|
||||||
|
epoch, arch, sigmd5, sigpgp, siggpg
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue