debian-forge/osbuild/formats
Christian Kellner 8770bdf10a formats/v1: remove implicit assembler export
When building a version 1 manifest, the assembler would always be
exported, even when not requested via the `--export` command line
option. This was done for backwards compatibility so to not break
tools relying on that behavior. The problem is that support for
this uses a completely different code path and might also now be
confusing behavior. Thus remove the implicit and really only ever
export what was explicitly requested by the caller.
2021-12-02 12:51:30 +00:00
..
__init__.py formats: extract manifest loading into module 2021-01-09 18:09:47 +01:00
v1.py formats/v1: remove implicit assembler export 2021-12-02 12:51:30 +00:00
v2.py formats/v2: fix describe for mount without source 2021-11-08 11:26:37 +00:00