Commit graph

5 commits

Author SHA1 Message Date
Simon de Vlieger
a7b75bea3b osbuild-dev: use sys.exit
For consistency with the rest of the codebase, switch `osbuild-dev` over
to use `sys.exit` instead of `SystemExit`.
2023-07-20 15:29:35 +02:00
Simon de Vlieger
b9876690f6 osbuild-dev: add --simple to diff
This option switches to `diff -u` instead of `vimdiff`.
2023-07-20 15:29:35 +02:00
Simon de Vlieger
dce36ab420 osbuild-dev: properly exit and validate manifest 2023-07-20 15:29:35 +02:00
Simon de Vlieger
9525655fb4 osbuild-dev: understand more input formats
The schemas allowed for `inputs` changed a while back; most new
manifests use a different format than what `osbuild-dev` initially
understood.

This adds all schemas.
2023-07-20 15:29:35 +02:00
Simon de Vlieger
3421826d2f osbuild-dev: a new tool to help with manifests 2022-11-02 17:55:13 +01:00