From: Ciaran Gultnieks Date: Thu, 10 Oct 2013 08:47:48 +0000 (+0100) Subject: Purge repo maintenance page cache after updates X-Git-Tag: 0.1~368 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7b21d12f65f0472ad9e3b0b580a50265b2055c97;p=fdroidserver.git Purge repo maintenance page cache after updates --- diff --git a/fdroidserver/update.py b/fdroidserver/update.py index e124b76a..f95f6f2d 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -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.