mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
b1a943d562
When making code changes related to the metadata parsing, it is useful to see how the internal format has changed by seeing the differences in the dump files. Those files are currently in the binary .pickle format. This just straight converts them to YAML, which is a text format, so that normal diff tools work to see changes. The dump files are named .yaml instead of .yml since .yml is used for hand- edited YAML files for fdroiddata/metadata, while these dump files here are a human readable form of a Python pickle. |
||
---|---|---|
.. | ||
dump | ||
info.guardianproject.checkey.txt | ||
info.guardianproject.urzip.txt | ||
obb.main.oldversion.txt | ||
obb.main.twoversions.txt | ||
obb.mainpatch.current.txt | ||
org.adaway.json | ||
org.fdroid.ci.test.app.txt | ||
org.smssecure.smssecure.txt | ||
org.videolan.vlc.yml | ||
raw.template.txt |