From: Ciaran Gultnieks Date: Tue, 11 Mar 2014 07:53:30 +0000 (+0000) Subject: Don't do autoname when update checking is disabled X-Git-Tag: 0.2~201 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0b31a7a37c82f16f06b512f3a79a25f7d30ebd9a;p=fdroidserver.git 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. --- diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 8c4ba4b8..a193cb08 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -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: