evorepo/mirrors
Dan McGee b667851385 Fix completion percentage calculation in mirror status
We sometimes record a duration even on a failed fetch attempt, such as
if we get an HTTP 404. However, we never record a last_sync value on a
failed fetch. Use this field instead to sum up the total number of
successful checks.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-07-13 10:46:58 -05:00
..
fixtures Begin removal of FTP mirror support 2013-05-21 20:24:55 -05:00
management Guard logging operation to prevent needless text join 2013-06-01 14:53:51 -05:00
migrations Add active column to mirror URLs 2013-05-31 19:12:29 -05:00
static Tweaks to mirror status chart generation 2013-04-14 15:23:09 -05:00
templatetags PyLint suggested cleanups 2011-12-11 19:52:27 -06:00
__init__.py added mirrors app from archweb_pub 2009-11-09 22:24:46 -02:00
admin.py Begin removal of FTP mirror support 2013-05-21 20:24:55 -05:00
fields.py Allow mirror rsync IPs to be IPv4/IPv6 addresses or networks 2013-04-10 21:03:09 -05:00
models.py Ensure only active mirror URLs are listed 2013-06-01 14:53:17 -05:00
urls_mirrorlist.py Begin removal of FTP mirror support 2013-05-21 20:24:55 -05:00
urls.py Add a JSON view for retrieving mirror check locations 2013-04-14 13:59:49 -05:00
utils.py Fix completion percentage calculation in mirror status 2013-07-13 10:46:58 -05:00
views.py Ensure only active mirror URLs are listed 2013-06-01 14:53:17 -05:00