chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d75f8
)
Don't do autoname when update checking is disabled
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 11 Mar 2014 07:53:30 +0000
(07:53 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 11 Mar 2014 07:53:30 +0000
(07:53 +0000)
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.
fdroidserver/checkupdates.py
patch
|
blob
|
history
diff --git
a/fdroidserver/checkupdates.py
b/fdroidserver/checkupdates.py
index 8c4ba4b8b2f6475095bbff7187152377995679da..a193cb087cf5cf86851073b93c71148ae14f7b04 100644
(file)
--- 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: