debian-forge/assemblers
Christian Kellner 8ccc73d1c3 pipeline assemblers are stages now
Instead of using the `Assemblers` class to represent assemblers,
use the `Stage` class: The `Pipeline.add_assembler` method will
now instantiate and `Stage` instead of an `Assembler`. The tree
that the pipeline built is converted to an Input (while loading
the manifest description in `format/v1.py`) and all existing
assemblers are converted to use that input as the tree input.

The assembler run test is removed as the Assembler class itself
is not used (i.e. run) anymore.
2021-01-18 17:44:46 +01:00
..
org.osbuild.noop pipeline assemblers are stages now 2021-01-18 17:44:46 +01:00
org.osbuild.oci-archive pipeline assemblers are stages now 2021-01-18 17:44:46 +01:00
org.osbuild.ostree.commit pipeline assemblers are stages now 2021-01-18 17:44:46 +01:00
org.osbuild.qemu pipeline assemblers are stages now 2021-01-18 17:44:46 +01:00
org.osbuild.rawfs pipeline assemblers are stages now 2021-01-18 17:44:46 +01:00
org.osbuild.tar pipeline assemblers are stages now 2021-01-18 17:44:46 +01:00