mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Purge repo maintenance page cache after updates
This commit is contained in:
parent
ca2d830e7f
commit
7b21d12f65
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user