mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
![]() This is a key piece of the ongoing `PUBLISH` _config.yml_ migration. There was uneven implementation of which YAML parser to use, and that could lead to bugs where one parser might read a value one way, and a different parser will read the value a different way. I wanted to be sure that YAML 1.2 would always work. This makes all code that handles config files use the same `ruamel.yaml` parsers. This only touches other usages of YAML parsers when there is overlap. This does not port all of _fdroidserver_ to `ruamel.yaml` and YAML 1.2. The metadata files should already be YAML 1.2 anyway. # Conflicts: # fdroidserver/lint.py |
||
---|---|---|
.. | ||
apk | ||
app.with.special.build.params | ||
dump | ||
info.guardianproject.checkey | ||
info.guardianproject.urzip/en-US | ||
org.smssecure.smssecure/signatures | ||
app.with.special.build.params.yml | ||
com.politedroid.yml | ||
duplicate.permisssions.yml | ||
fake.ota.update.yml | ||
info.guardianproject.checkey.yml | ||
info.guardianproject.urzip.yml | ||
info.zwanenburg.caffeinetile.yml | ||
no.min.target.sdk.yml | ||
obb.main.oldversion.yml | ||
obb.main.twoversions.yml | ||
obb.mainpatch.current.yml | ||
org.adaway.yml | ||
org.fdroid.ci.test.app.yml | ||
org.fdroid.fdroid.yml | ||
org.smssecure.smssecure.yml | ||
org.videolan.vlc.yml | ||
raw.template.yml | ||
souch.smsbypass.yml |