mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Added AUM and UCM matching patterns
This commit is contained in:
parent
6d8cf1c789
commit
42705fc2d2
1 changed files with 10 additions and 0 deletions
|
|
@ -111,6 +111,16 @@ valuetypes = {
|
|||
'antifeatures' : FieldType("Anti-Feature",
|
||||
[ "Ads", "Tracking", "NonFreeNet", "NonFreeDep", "NonFreeAdd" ], ',',
|
||||
[ "AntiFeatures" ],
|
||||
[ ]),
|
||||
|
||||
'autoupdatemodes' : FieldType("Auto Update Mode",
|
||||
r"^(Version .+|None)$", None,
|
||||
[ "Auto Update Mode" ],
|
||||
[ ]),
|
||||
|
||||
'updatecheckmodes' : FieldType("Update Check Mode",
|
||||
r"^(Tags|RepoManifest|RepoManifest/.+|RepoTrunk|HTTP|Static|None)$", None,
|
||||
[ "Update Check Mode" ],
|
||||
[ ])
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue