summaryrefslogtreecommitdiffstats
path: root/mirrors/management/commands/mirrorcheck.py
AgeCommit message (Expand)AuthorFilesLines
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 McGee1-3/+3
2011-04-18Never parse generated lastsync fileDan McGee1-22/+2
2011-02-22Slight tweaks to mirror commandsDan McGee1-9/+8
2011-01-31Defer format string substitution to loggerDan McGee1-6/+6
2010-12-13Move database interaction out of the threaded sectionDan McGee1-14/+22
2010-10-13Mirror check script cleanupDan McGee1-10/+7
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 McGee1-0/+149