metadata: normalize TYPE_BOOL to YAML 1.2 booleans

This makes the internal representation always be a boolean, and that also
means that YAML 1.2 booleans will be written out, e.g. rewritemeta.
This commit is contained in:
Hans-Christoph Steiner 2023-05-24 09:03:23 +02:00
parent aa98d67c86
commit 8374842faa
3 changed files with 15 additions and 10 deletions

View file

@ -57,6 +57,7 @@ metadata_v0:
- cd fdroiddata
- ../tests/dump_internal_metadata_format.py
- sed -i
-e '/RequiresRoot:/d'
-e "/buildozer/d"
-e '/^comments\W /d'
-e 's,maven\(\W\) false,maven\1 null,'