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