mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
UpdateCheckName is Ignore: Do not parse manifests
This commit is contained in:
parent
7c4bed0558
commit
19aa736011
1 changed files with 2 additions and 1 deletions
|
|
@ -355,7 +355,8 @@ def possible_subdirs(app):
|
|||
|
||||
def fetch_autoname(app, tag):
|
||||
|
||||
if not app.RepoType or app.UpdateCheckMode in ('None', 'Static'):
|
||||
if not app.RepoType or app.UpdateCheckMode in ('None', 'Static') \
|
||||
or app.UpdateCheckName == "Ignore":
|
||||
return None
|
||||
|
||||
if app.RepoType == 'srclib':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue