summaryrefslogtreecommitdiffstats
path: root/mirrors/management
AgeCommit message (Expand)AuthorFilesLines
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