summaryrefslogtreecommitdiffstats
path: root/mirrors/management
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Use last element in args tuple as error messageDan McGee1-1/+1
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee1-1/+1
2013-06-01Guard logging operation to prevent needless text joinDan McGee1-2/+3
2013-05-31Honor mirror URL active attribute in several placesDan McGee2-2/+2
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-9/+3
2013-03-13mirrorcheck: s/if/elif/ when determining what check function to runrelease_2013-03-13Dan McGee1-1/+1
2013-03-12Don't check FTP + IPv6 combinationDan McGee1-1/+15
2013-03-06Don't add blank options to rsync command linerelease_2013-03-06Dan McGee1-1/+5
2013-03-06Teach mirrorcheck management command about check locationsDan McGee1-17/+46
2013-03-06Revert "mirrorcheck: Don't use bulk_create on sqlite3"Dan McGee1-6/+1
2013-02-09Use 'update_fields' model.save() kwargDan McGee1-1/+1
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-3/+4
2012-07-08mirrorcheck: Don't use bulk_create on sqlite3Dan McGee1-2/+6
2012-07-08Handle HTTPException being thrown in mirrorcheckDan McGee1-0/+6
2012-05-13Add rsync support to mirrorcheck and other small improvementsDan McGee1-41/+89
2012-04-29Use a custom User-Agent when checking mirror URLsDan McGee1-7/+10
2012-04-28mirrorresolv: only run update query if values changedDan McGee1-1/+7
2012-03-24Use bulk_create() when inserting mirror log entriesrelease_2012-03-25Dan McGee1-2/+1
2012-03-23Make all datetime objects fully timezone awareDan McGee1-1/+4
2011-08-16Small Python convention fixupDan McGee1-1/+1
2011-06-09Management command cleanupDan McGee1-5/+0
2011-04-18mirrors: pylint discovered cleanupsDan McGee2-4/+4
2011-04-18Never parse generated lastsync fileDan McGee1-22/+2
2011-02-27Auto-resolve mirror URLs on saveDan McGee1-6/+3
2011-02-22Slight tweaks to mirror commandsDan McGee2-10/+9
2011-01-31Defer format string substitution to loggerDan McGee2-8/+10
2010-12-13Move database interaction out of the threaded sectionDan McGee1-14/+22
2010-10-13Mirror check script cleanupDan McGee1-10/+7
2010-10-13Add mirrorresolv manage.py commandPyroPeter1-0/+55
2010-10-11mirrorcheck: catch and handle another socket timeout caseDan McGee1-3/+10
2010-10-07mirrorcheck: record duration on file not found errorsDan McGee1-1/+16
2010-09-21Small updates to mirrorcheck commandDan McGee1-3/+5
2010-09-21Add debugger when having to parse lastsync fileDan McGee1-0/+2
2010-09-21Add 'mirrorcheck' commandDan McGee3-0/+149