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:
b7425d7
)
Don't place UCM:Static in apps to update
author
Daniel Martí
<mvdan@mvdan.cc>
Fri, 25 Oct 2013 15:16:40 +0000
(17:16 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Fri, 25 Oct 2013 15:16:40 +0000
(17:16 +0200)
fdroidserver/update.py
patch
|
blob
|
history
diff --git
a/fdroidserver/update.py
b/fdroidserver/update.py
index 53269a53adbd10065691756fb16ae5129f093a69..77035793b0656336a2e6df8469dd51f7d2bc80de 100644
(file)
--- a/
fdroidserver/update.py
+++ b/
fdroidserver/update.py
@@
-150,7
+150,7
@@
def update_wiki(apps, apks, verbose=False):
wikidata += "\n[[Category:Apps we can't update]]\n"
elif buildfails and not app['Disabled']:
wikidata += "\n[[Category:Apps with failing builds]]\n"
- elif not gotcurrentver and not app['Disabled']:
+ elif not gotcurrentver and not app['Disabled']
and app['Update Check Mode'] != "Static"
:
wikidata += '\n[[Category:Apps to Update]]\n'
if app['Disabled']:
wikidata += '\n[[Category:Apps that are disabled]]\n'