1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 11:20:10 +02:00
fdroidserver/tests/metadata/dump
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
..
com.politedroid.yaml remove last maven: quirks and make it always a string 2023-04-24 11:08:48 +02:00
org.adaway.yaml remove last maven: quirks and make it always a string 2023-04-24 11:08:48 +02:00
org.smssecure.smssecure.yaml remove last maven: quirks and make it always a string 2023-04-24 11:08:48 +02:00
org.videolan.vlc.yaml remove last maven: quirks and make it always a string 2023-04-24 11:08:48 +02:00