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:
0b31a7a
)
Clarify non-auto-update error message
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 11 Mar 2014 07:55:46 +0000
(07:55 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 11 Mar 2014 07:55:46 +0000
(07:55 +0000)
fdroidserver/checkupdates.py
patch
|
blob
|
history
diff --git
a/fdroidserver/checkupdates.py
b/fdroidserver/checkupdates.py
index a193cb087cf5cf86851073b93c71148ae14f7b04..bd51dd31220496db9fb8a84a5ec4d569318f0abd 100644
(file)
--- a/
fdroidserver/checkupdates.py
+++ b/
fdroidserver/checkupdates.py
@@
-458,7
+458,7
@@
def main():
latest = build
if 'disable' in latest:
- logging.warn('
Skipp
ing %s since the latest build is disabled' % app['id'])
+ logging.warn('
Not auto-updat
ing %s since the latest build is disabled' % app['id'])
elif not gotcur:
newbuild = latest.copy()
if 'origlines' in newbuild: