mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Resolve some missing wiki category issues
This commit is contained in:
parent
0fce807f35
commit
450685fe2f
1 changed files with 3 additions and 3 deletions
|
@ -175,11 +175,11 @@ def update_wiki(apps, apks):
|
||||||
wikidata += '\n[[Category:' + wikicat + ']]\n'
|
wikidata += '\n[[Category:' + wikicat + ']]\n'
|
||||||
if len(app['No Source Since']) > 0:
|
if len(app['No Source Since']) > 0:
|
||||||
wikidata += '\n[[Category:Apps missing source code]]\n'
|
wikidata += '\n[[Category:Apps missing source code]]\n'
|
||||||
elif validapks == 0 and not app['Disabled']:
|
if validapks == 0 and not app['Disabled']:
|
||||||
wikidata += '\n[[Category:Apps with no packages]]\n'
|
wikidata += '\n[[Category:Apps with no packages]]\n'
|
||||||
elif cantupdate and not app['Disabled']:
|
if cantupdate and not app['Disabled']:
|
||||||
wikidata += "\n[[Category:Apps we can't update]]\n"
|
wikidata += "\n[[Category:Apps we can't update]]\n"
|
||||||
elif buildfails and not app['Disabled']:
|
if buildfails and not app['Disabled']:
|
||||||
wikidata += "\n[[Category:Apps with failing builds]]\n"
|
wikidata += "\n[[Category:Apps with failing builds]]\n"
|
||||||
elif not gotcurrentver and not app['Disabled'] and app['Update Check Mode'] != "Static":
|
elif not gotcurrentver and not app['Disabled'] and app['Update Check Mode'] != "Static":
|
||||||
wikidata += '\n[[Category:Apps to Update]]\n'
|
wikidata += '\n[[Category:Apps to Update]]\n'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue