aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MGA/Mirrors
Commit message (Collapse)AuthorAgeFilesLines
* Set line width on graph proportional to bandwidthDan Fandrich2025-11-171-1/+6
| | | | This is already a feature of the Google map, but that's not currently working.
* Switch the mirrors graph to SVGDan Fandrich2025-11-151-0/+1
| | | | This provides better image quality, greater speed and reduced bandwidth.
* Don't bother writing to disk in _check_url()Dan Fandrich2025-11-141-5/+2
| | | | | The actual data doesn't matter, so just send to /dev/null or avoid downloading it altogether.
* Increase timeout when connecting to remote serversDan Fandrich2025-11-131-2/+4
| | | | This is a batch job so if the server is slightly slow, we'll wait.
* Suppress error messages from rsyncDan Fandrich2025-11-131-1/+2
| | | | | | | | Despite being given the --quiet option, rsync will write an error message if it can't change to a directory on the remote server. This happens for servers that mirror only a subset of architectures and results in cron mailing error messages on every such run. Since errors are tracked elsewhere, just drop anything going to stderr from rsync.
* - check mirrors more oftenOlivier Thauvin2011-06-021-1/+1
|
* fix arch key in mirrors API outputOlivier Blin2011-03-211-1/+1
|
* - properly discnnect from db to avoid warningOlivier Thauvin2011-03-191-0/+8
|
* - use wget in quiet modeOlivier Thauvin2011-03-191-1/+1
|
* - distribution name in database will be always lowercaseOlivier Thauvin2011-03-191-2/+2
|
* - first keywords in mirror list is the type, not the productOlivier Thauvin2011-03-191-2/+2
|
* - add support for mirror listOlivier Thauvin2010-11-052-4/+85
|
* - reconnect automatically to databaseOlivier Thauvin2010-11-051-12/+17
|
* - add target to make an rpmOlivier Thauvin2010-11-041-3/+3
|
* - fix mirror checkingOlivier Thauvin2010-10-211-5/+6
|
* - ask confirm by mail on host information update to avoid spamOlivier Thauvin2010-10-194-4/+129
|
* - add initial function to have host changes validationOlivier Thauvin2010-10-191-0/+50
|
* - limit countries list to one having mirrorsOlivier Thauvin2010-10-041-2/+53
|
* - fix value in sql commandOlivier Thauvin2010-10-031-1/+1
|
* - use google maps for location, improve messagesOlivier Thauvin2010-10-037-22/+218
|
* - handle distributions, protocol andothers thingsOlivier Thauvin2010-10-024-8/+221
|
* - allow search on multiple valuesOlivier Thauvin2010-09-271-6/+6
|
* - code baseOlivier Thauvin2010-09-276-1/+606
|
* - initOlivier Thauvin2010-09-231-0/+69