mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 01:41:06 +03:00
move all test metadata files to .yml format
for f in metadata/*.txt; do ../fdroid rewritemeta --to yml $(basename $f | sed 's,\.txt,,'); done
This commit is contained in:
parent
3bf2d60bfa
commit
b63e9e68c5
35 changed files with 1799 additions and 1433 deletions
|
@ -182,4 +182,4 @@ builds:
|
|||
comments: {}
|
||||
id: com.politedroid
|
||||
lastUpdated: null
|
||||
metadatapath: metadata/com.politedroid.txt
|
||||
metadatapath: metadata/com.politedroid.yml
|
||||
|
|
|
@ -47,10 +47,10 @@ MaintainerNotes: ''
|
|||
Name: null
|
||||
NoSourceSince: ''
|
||||
OpenCollective: null
|
||||
Provides: org.sufficientlysecure.adaway
|
||||
Provides: null
|
||||
Repo: https://github.com/dschuermann/ad-away.git
|
||||
RepoType: git
|
||||
RequiresRoot: true
|
||||
RequiresRoot: false
|
||||
SourceCode: https://github.com/dschuermann/ad-away
|
||||
Summary: Block advertisements
|
||||
Translation: https://www.transifex.com/dominikschuermann/adaway
|
||||
|
@ -1085,11 +1085,7 @@ builds:
|
|||
timeout: null
|
||||
versionCode: '52'
|
||||
versionName: '3.0'
|
||||
comments:
|
||||
build:40:
|
||||
- '#RootCommands srclib needs changing on fdroidserver'
|
||||
build:42:
|
||||
- '#RootCommands srclib needs changing on fdroidserver'
|
||||
comments: {}
|
||||
id: org.adaway
|
||||
lastUpdated: null
|
||||
metadatapath: metadata/org.adaway.json
|
||||
metadatapath: metadata/org.adaway.yml
|
||||
|
|
|
@ -364,4 +364,4 @@ builds:
|
|||
comments: {}
|
||||
id: org.smssecure.smssecure
|
||||
lastUpdated: null
|
||||
metadatapath: metadata/org.smssecure.smssecure.txt
|
||||
metadatapath: metadata/org.smssecure.smssecure.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue