aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 0.09HEAD0.09masterDan Fandrich2025-11-172-1/+12
|
* Fix some typosDan Fandrich2025-11-173-4/+4
|
* Set line width on graph proportional to bandwidthDan Fandrich2025-11-172-1/+7
| | | | This is already a feature of the Google map, but that's not currently working.
* Set the async flag when loading the Google Maps APIDan Fandrich2025-11-151-1/+1
| | | | | | This API isn't working (it's outdated and there's no API key) and while this change might actually be breaking it more, but it at least stops an intrusive alert from showing on the page for every user.
* Expect bytes-per-second in getStrokeWeight()Dan Fandrich2025-11-151-4/+16
| | | | The value actually provided is numeric, not the human-readable form.
* 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.
* Merge remote-tracking branch 'origin/master'Dan Fandrich2025-11-133-5/+7
|\ | | | | | | Restore what looks like a force push that removed the 0.08 release.
| * Use https:// where applicableJani Välimaa2024-09-144-4/+4
| |
| * Add more bandwidths to getStrokeWeight()Jani Välimaa2024-09-141-2/+4
| |
* | 0.080.08Dan Fandrich2024-01-122-1/+16
| |
* | Sync the spec file template with Mageia'sDan Fandrich2024-01-121-17/+14
|/ | | | This removes a bunch of obsolete cruft.
* Fix the favicon link (mga#12220)Dan Fandrich2024-01-121-1/+1
|
* Use the proper name case in the makefileDan Fandrich2024-01-041-1/+1
| | | | | | The lower-case name caused the files in root/ to be placed into the wrong directory on install, where Catalyst couldn't find them at run-time.
* Regenerated the scripts with a modern CatalystDan Fandrich2024-01-045-234/+58
| | | | | | This was done with "catalyst.pl -force -scripts MGA::Mirrors" using perl-Catalyst-Runtime-5.901.280-1.mga8 The old scripts complained about outdated usage.
* Choose better defaults in the distrib pageDan Fandrich2024-01-011-4/+10
| | | | | | Default to the lexicographic last of the versions and architectures for the user rather than allowing the browser default to the first. This will normally select Cauldron and x86_64.
* Fix a couple of HTML validation errorsDan Fandrich2024-01-012-3/+2
|
* Add a link to the status pageDan Fandrich2024-01-011-0/+1
|
* 0.070.07Pascal Terjan2020-07-051-1/+1
|
* style a little page/nav layout, add faviconRomain d'Alverny2011-07-272-14/+15
|
* - check mirrors more oftenOlivier Thauvin2011-06-021-1/+1
|
* 0.060.06Olivier Blin2011-03-211-1/+1
|
* fix arch key in mirrors API outputOlivier Blin2011-03-211-1/+1
|
* - don't want too recent Catalyst versionOlivier Thauvin2011-03-201-1/+1
|
* - 0.05Olivier Thauvin2011-03-201-1/+1
|
* - provide crontab for mirror checksOlivier Thauvin2011-03-204-0/+20
|
* - properly discnnect from db to avoid warningOlivier Thauvin2011-03-191-0/+8
|
* - install check_mirror toolsOlivier Thauvin2011-03-191-0/+1
|
* - use wget in quiet modeOlivier Thauvin2011-03-191-1/+1
|
* - fix urlOlivier Thauvin2011-03-191-1/+1
|
* - 0.04Olivier 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
|
* Update links color/weight between mirrors depending on source and bandwidth.Romain d'Alverny2011-02-241-3/+40
| | | | | | | | | | | | * the bigger the bandwidth available, the larger the link. * red links from source to Tier1 servers, blue otherwise. Could be improved (link weight depends on mirroring server output capacity, not on actual link capacity between this mirror and source mirror). Could be good to have distinct icons for source, Tier1 and Tier2 mirrors (not sure how to do that in JS, maybe using KML instead?).
* - filled MANIFESTOlivier Thauvin2011-02-142-3/+3
| | | | - 0.03 :\
* - 0.02Olivier Thauvin2011-02-141-1/+1
|
* - fix typoOlivier Thauvin2011-02-141-1/+1
|
* - add support for mirror listOlivier Thauvin2010-11-053-4/+94
|
* - reconnect automatically to databaseOlivier Thauvin2010-11-051-12/+17
|
* - requirement againOlivier Thauvin2010-11-042-2/+4
|
* - fill requirement on perl sideOlivier Thauvin2010-11-041-0/+1
|
* - fill requirementOlivier Thauvin2010-11-041-0/+3
|
* - add target to make an rpmOlivier Thauvin2010-11-046-5/+206
|
* - fill dependanciesOlivier Thauvin2010-11-041-0/+3
|
* - add MANIFEST.SKIPOlivier Thauvin2010-11-041-0/+19
|
* - use google geocode to locate city on mapsOlivier Thauvin2010-10-242-6/+37
|
* - fix mirror checkingOlivier Thauvin2010-10-211-5/+6
|
* - improve formsOlivier Thauvin2010-10-201-3/+5
|