mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Make the 'update' flag a list too
This commit is contained in:
parent
f894ac3b29
commit
0ecd5172b1
3 changed files with 12 additions and 12 deletions
|
|
@ -452,7 +452,7 @@ def metafieldtype(name):
|
|||
|
||||
def flagtype(name):
|
||||
if name in ['extlibs', 'srclibs', 'patch', 'rm', 'buildjni',
|
||||
'scanignore', 'scandelete']:
|
||||
'update', 'scanignore', 'scandelete']:
|
||||
return 'list'
|
||||
if name in ['init', 'prebuild', 'build']:
|
||||
return 'script'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue