1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

Don't do autoname when update checking is disabled

Much of that stuff has checking set to None because the source repo is
not accessible. Attempting to pull it is just filling logs with
exception messages which are likely to be masking real errors.
This commit is contained in:
Ciaran Gultnieks 2014-03-11 07:53:30 +00:00
parent 06d75f8473
commit 0b31a7a37c

View File

@ -398,7 +398,7 @@ def main():
writeit = True
# Do the Auto Name thing as well as finding the CV real name
if len(app["Repo Type"]) > 0:
if len(app["Repo Type"]) > 0 and mode != 'None':
try: