1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Purge repo maintenance page cache after updates

This commit is contained in:
Ciaran Gultnieks 2013-10-10 09:47:48 +01:00
parent ca2d830e7f
commit 7b21d12f65

View File

@ -217,6 +217,8 @@ def update_wiki(apps, apks, verbose=False):
except:
print "...FAILED to create page"
# Purge server cache to ensure counts are up to date
site.pages['Repository Maintenance'].purge()
def delete_disabled_builds(apps, apkcache, repodirs):
"""Delete disabled build outputs.