mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 02:11:07 +03:00
normalize Build TYPE_LIST data based on .txt
In the future, we should have better internal datatypes for this stuff, i.e. instead of gradle: ['yes'] for True, actually use a boolean. For now, make the YAML and JSON metadata produce the same internal data as .txt.
This commit is contained in:
parent
f7ae398aae
commit
c178cfb843
4 changed files with 175 additions and 177 deletions
|
@ -61,7 +61,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: ea5378a94ee0dc1d99d2cec95fae7e6d81afb2b9
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -92,7 +93,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: 4128e59da2eac5c2904c7c7568d298ca51e79540
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -124,7 +126,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: 0b9985398b9eef7baf6aadd0dbb12002bc199d2e
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -156,7 +159,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: ab27f4dab5f3ea5e228cfb4a6b0e1fbf53695f22
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -188,7 +192,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: 695e3801e4081026c8f7213a2345fc451d5eb89c
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -220,7 +225,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: 65138c11cc8b6affd28b68e125fbc1dff0886a4e
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -283,7 +289,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: f811e53e1e1d2ee047b18715fd7d2072b90ae76b
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -314,7 +321,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: ff97932761cdee68638dc2550751a64b2cbe18e7
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -345,7 +353,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: 33d4d80998f30bafc88c04c80cbae00b03916f99
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -376,7 +385,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: 743d25a7e287505461f33f4b8e57e4cf988fffea
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -407,7 +417,8 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: eaa07f4
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -438,7 +449,7 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
buildjni: []
|
||||
commit: 71ced3f
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -470,7 +481,7 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
buildjni: []
|
||||
commit: 9d63c18
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -501,7 +512,7 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
buildjni: []
|
||||
commit: f2568b1
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -533,7 +544,7 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
buildjni: []
|
||||
commit: 7442d5d
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -565,7 +576,7 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
buildjni: []
|
||||
commit: 83fc713
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -597,7 +608,7 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
buildjni: []
|
||||
commit: 70da32b567122b701cdcb1609b780eb85732028f
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -633,7 +644,8 @@ builds:
|
|||
- android-libs/HtmlSpanner/htmlspanner
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.1
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -676,7 +688,8 @@ builds:
|
|||
- android-libs/HtmlSpanner/htmlspanner
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.3
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -715,14 +728,16 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.6
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle: true
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -747,14 +762,16 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.7
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle: true
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -779,14 +796,16 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.8
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle: true
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -811,14 +830,16 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.8.1
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle: true
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -843,14 +864,16 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.9
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle: true
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -875,14 +898,16 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.9.1
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle: true
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -907,14 +932,16 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v2.9.2
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle: true
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -939,14 +966,16 @@ builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: true
|
||||
buildjni:
|
||||
- 'yes'
|
||||
commit: v3.0
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle: true
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue