debian-forge/tools
Alexander Larsson 52c3cb12ba osbuild-mpp: Support loading yaml as well as json files
yaml files are essentially compatible with json files, although
they have some advantages, like allowing comments and being easier
for humans to read/write.

This changes the reading of the file to use a yaml parser instead of
a json parser, but still produces json at the end. I tried manually
converting a json file to yaml and running osbuild-mpp, and it produced
an identical file.

By default the yaml parser doesn't respect order so i had to tweak
the loader a bit to use OrderedDict.
2021-11-19 13:35:12 +01:00
..
inline-source.py tools: add inline-source.py 2021-05-12 14:26:16 +02:00
lorax-template-pkgs.py tools/lorax-templates-pkg: set executable bit 2021-07-15 23:08:51 +01:00
osbuild mpp: combine depsolve and import into mpp.py 2021-06-30 20:26:07 +01:00
osbuild-mpp osbuild-mpp: Support loading yaml as well as json files 2021-11-19 13:35:12 +01:00
tree-diff tree-diff: properly detect missing selinux labels 2021-01-26 12:09:23 +01:00