1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-14 13:00:08 +02:00
fdroidserver/tests/metadata
Hans-Christoph Steiner ad960c6ecd
remove last maven: quirks and make it always a string
It turns out that the maven: field was originally declared as a TYPE_STRING,
given that it was not given a different type in metadata.py's 	flagtypes.
The code was confused because it was given a default value of `False` rather
than `None` as the rest of the TYPE_STRING fields have.

This construct in build.py means maven: should always be a string:

        if '@' in build.maven:
            maven_dir = os.path.join(root_dir, build.maven.split('@', 1)[1])
        else:
            maven_dir = root_dir
2023-04-24 11:08:48 +02:00
..
apk Addition of IPFS CIDv1 to Index 2022-09-14 09:28:02 +00:00
dump remove last maven: quirks and make it always a string 2023-04-24 11:08:48 +02:00
info.guardianproject.checkey only use AutoName: in checkupdates 2021-01-14 20:36:09 +01:00
info.guardianproject.urzip/en-US add tests for Fastlane changelogs including default.txt 2022-10-31 09:42:19 +01:00
org.smssecure.smssecure/signatures added some developer-signing key metadata to tests 2017-09-26 14:11:09 +02:00
app.with.special.build.params.yml metadata: Remove code ensuring YAML 1.2 compatibility 2023-04-18 17:08:44 +02:00
com.politedroid.yml Don't copy per version anti features to all versions 2023-04-04 14:20:41 +00:00
duplicate.permisssions.yml aapt 26.0.0 is required to properly parse permissions and label 2017-12-28 23:07:26 +01:00
fake.ota.update.yml move all test metadata files to .yml format 2020-06-10 09:56:31 +02:00
info.guardianproject.checkey.yml only use AutoName: in checkupdates 2021-01-14 20:36:09 +01:00
info.guardianproject.urzip.yml remove liberapayID 2023-01-16 17:02:56 +00:00
info.zwanenburg.caffeinetile.yml tests: include info.zwanenburg.caffeinetile in index tests 2018-10-10 16:02:34 +02:00
no.min.target.sdk.yml update: do not set targetSdkVersion if the APK is missing it 2018-10-10 15:29:02 +02:00
obb.main.oldversion.yml add Liberapay: field with username as data 2020-06-16 15:35:28 +02:00
obb.main.twoversions.yml move all test metadata files to .yml format 2020-06-10 09:56:31 +02:00
obb.mainpatch.current.yml move all test metadata files to .yml format 2020-06-10 09:56:31 +02:00
org.adaway.yml remove liberapayID 2023-01-16 17:02:56 +00:00
org.fdroid.ci.test.app.yml move all test metadata files to .yml format 2020-06-10 09:56:31 +02:00
org.fdroid.fdroid.yml move all test metadata files to .yml format 2020-06-10 09:56:31 +02:00
org.smssecure.smssecure.yml move all test metadata files to .yml format 2020-06-10 09:56:31 +02:00
org.videolan.vlc.yml Use ruamel.yaml in metadata.py and metadata.TestCase 2023-01-15 12:52:41 +01:00
raw.template.yml move all test metadata files to .yml format 2020-06-10 09:56:31 +02:00
souch.smsbypass.yml move all test metadata files to .yml format 2020-06-10 09:56:31 +02:00