mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-12 01:34:52 -04:00
Added AUM and UCM matching patterns
This commit is contained in:
@@ -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" ],
|
||||
[ ])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user