1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-15 19:00:11 +02:00

UpdateCheckName is Ignore: Do not parse manifests

This commit is contained in:
Gerhard Olsson 2019-07-23 00:22:32 +02:00
parent 7c4bed0558
commit 19aa736011

View File

@ -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':