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:

class pushsource.ModuleMdSourcePushItem[source]

A PushItem representing a modulemd source/packager document.

Similar to ModuleMdPushItem, but refers to the source document, typically named modulemd.src.txt in koji.

This library does not verify that the referenced file is a valid modulemd source document.

Attributes: