mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Purge repo maintenance page cache after updates
This commit is contained in:
parent
ca2d830e7f
commit
7b21d12f65
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,8 @@ def update_wiki(apps, apks, verbose=False):
|
||||||
except:
|
except:
|
||||||
print "...FAILED to create page"
|
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):
|
def delete_disabled_builds(apps, apkcache, repodirs):
|
||||||
"""Delete disabled build outputs.
|
"""Delete disabled build outputs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue