index
:
mirror/parabola/parabolaweb
archweb
archweb-generic
lukeshu/netboot
master
mirror of git://projects.parabola.nu/parabolaweb.git
Parabola git mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirrors
/
management
Age
Commit message (
Expand
)
Author
2015-06-18
Handle Django's level 3 verbosity properly
Dan McGee
2015-06-18
Catch SSL CertificateErrors and log them
Dan McGee
2015-06-18
Silence DNS errors we see too often in production
Dan McGee
2015-02-26
Pylint suggested cleanups
Dan McGee
2014-12-11
Don't blow up if lastsync file wasn't correctly fetched
Dan McGee
2014-06-10
Use last element in args tuple as error message
Dan McGee
2013-11-06
Django 1.6 upgrade, deprecation cleanup
Dan McGee
2013-06-01
Guard logging operation to prevent needless text join
Dan McGee
2013-05-31
Honor mirror URL active attribute in several places
Dan McGee
2013-04-16
Various minor code cleanups and fixes
release_2013-04-16
Dan McGee
2013-03-13
mirrorcheck: s/if/elif/ when determining what check function to run
release_2013-03-13
Dan McGee
2013-03-12
Don't check FTP + IPv6 combination
Dan McGee
2013-03-06
Don't add blank options to rsync command line
release_2013-03-06
Dan McGee
2013-03-06
Teach mirrorcheck management command about check locations
Dan McGee
2013-03-06
Revert "mirrorcheck: Don't use bulk_create on sqlite3"
Dan McGee
2013-02-09
Use 'update_fields' model.save() kwarg
Dan McGee
2012-07-24
Remove custom utc_now() function, use django.utils.timezone.now()
Dan McGee
2012-07-08
mirrorcheck: Don't use bulk_create on sqlite3
Dan McGee
2012-07-08
Handle HTTPException being thrown in mirrorcheck
Dan McGee
2012-05-13
Add rsync support to mirrorcheck and other small improvements
Dan McGee
2012-04-29
Use a custom User-Agent when checking mirror URLs
Dan McGee
2012-04-28
mirrorresolv: only run update query if values changed
Dan McGee
2012-03-24
Use bulk_create() when inserting mirror log entries
release_2012-03-25
Dan McGee
2012-03-23
Make all datetime objects fully timezone aware
Dan McGee
2011-08-16
Small Python convention fixup
Dan McGee
2011-06-09
Management command cleanup
Dan McGee
2011-04-18
mirrors: pylint discovered cleanups
Dan McGee
2011-04-18
Never parse generated lastsync file
Dan McGee
2011-02-27
Auto-resolve mirror URLs on save
Dan McGee
2011-02-22
Slight tweaks to mirror commands
Dan McGee
2011-01-31
Defer format string substitution to logger
Dan McGee
2010-12-13
Move database interaction out of the threaded section
Dan McGee
2010-10-13
Mirror check script cleanup
Dan McGee
2010-10-13
Add mirrorresolv manage.py command
PyroPeter
2010-10-11
mirrorcheck: catch and handle another socket timeout case
Dan McGee
2010-10-07
mirrorcheck: record duration on file not found errors
Dan McGee
2010-09-21
Small updates to mirrorcheck command
Dan McGee
2010-09-21
Add debugger when having to parse lastsync file
Dan McGee
2010-09-21
Add 'mirrorcheck' command
Dan McGee