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.