mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 00:10:29 +03:00
Support UCM:Tags <pattern> using git tag -l <pattern>
This commit is contained in:
parent
3f0dbe232c
commit
08607a3cd4
3 changed files with 19 additions and 5 deletions
|
|
@ -175,7 +175,7 @@ valuetypes = {
|
|||
[ ]),
|
||||
|
||||
'updatecheckmodes' : FieldType("Update Check Mode",
|
||||
r"^(Tags|RepoManifest|RepoManifest/.+|RepoTrunk|HTTP|Static|None)$", None,
|
||||
r"^(Tags|Tags .+|RepoManifest|RepoManifest/.+|RepoTrunk|HTTP|Static|None)$", None,
|
||||
[ "Update Check Mode" ],
|
||||
[ ])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue