Push items: modulemd¶
- class pushsource.ModuleMdPushItem[source]¶
A
PushItem
representing a modulemd stream.For push items of this type, the
src()
attribute refers to a file containing a YAML document stream. The stream is expected to contain one or more modulemd or modulemd-defaults documents.This library does not verify that the referenced file is a valid modulemd stream.
Attributes:
build()
[inherited]build_info()
[inherited]dest()
[inherited]md5sum()
[inherited]name()
[inherited]origin()
[inherited]sha256sum()
[inherited]signing_key()
[inherited]src()
[inherited]state()
[inherited]
- class pushsource.ModuleMdSourcePushItem[source]¶
A
PushItem
representing a modulemd source/packager document.Similar to
ModuleMdPushItem
, but refers to the source document, typically namedmodulemd.src.txt
in koji.This library does not verify that the referenced file is a valid modulemd source document.
Attributes:
build()
[inherited]build_info()
[inherited]dest()
[inherited]md5sum()
[inherited]name()
[inherited]origin()
[inherited]sha256sum()
[inherited]signing_key()
[inherited]src()
[inherited]state()
[inherited]