mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Add Static update check mode (issue #201)
This commit is contained in:
parent
7c8b3f09e7
commit
81d20c7637
2 changed files with 6 additions and 1 deletions
|
|
@ -221,6 +221,8 @@ def main():
|
|||
(version, vercode) = check_tags(app, sdk_path)
|
||||
elif mode == 'RepoManifest':
|
||||
(version, vercode) = check_repomanifest(app, sdk_path)
|
||||
elif mode == 'Static':
|
||||
pass
|
||||
elif mode == 'None':
|
||||
version = None
|
||||
vercode = 'Checking disabled'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue