summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* conf/rsync/g.mirrors.extra: drop swan.g.oHEADmasterSam James2023-09-091-1/+0
| | | | | | Retired in Sept 2021. Signed-off-by: Sam James <sam@gentoo.org>
* conf/rsync/g.mirrors.extra: drop boobie.g.oSam James2023-09-091-1/+0
| | | | | | Decommissioned a while ago. Signed-off-by: Sam James <sam@gentoo.org>
* probe-mirmon: fix warningRobin H. Johnson2023-03-221-0/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: cleanupRobin H. Johnson2023-03-221-8/+27
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: workaround: back to wget for FTPRobin H. Johnson2023-03-221-0/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* conf/rsync/g.mirrors.extra: missing mirrorRobin H. Johnson2020-08-011-0/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Enlarge the page when using the filtersMax Magorsch2020-06-071-5/+36
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Add filtersMax Magorsch2020-06-071-0/+31
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Show the tls version for https mirrors onlyMax Magorsch2020-06-071-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Check TLS version and display it in the tableMax Magorsch2020-06-072-5/+55
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Add an option to show all entries in the datatableMax Magorsch2020-05-071-0/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Fix the chmod by using the 0o prefixMax Magorsch2020-05-071-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Fix os.chmod by using an int instead of a stringMax Magorsch2020-05-071-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* html/generate.py: improve cache file handlingRobin H. Johnson2020-05-071-4/+12
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* html/generate.py: disable success print spamRobin H. Johnson2020-05-071-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Use https everywhereMax Magorsch2020-05-071-3/+3
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Move the tyrian based pages into productionMax Magorsch2020-05-073-174/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Use index.html instead of all.html for the landing pageMax Magorsch2020-05-043-3/+5
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Use separate folder for the html pagesMax Magorsch2020-05-041-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Use absolute path for the html template folderMax Magorsch2020-05-041-3/+2
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Generate html pages based on the mirmon dataMax Magorsch2020-05-043-0/+680
| | | | | | | | A python script is used to generate html pages based on the data produced by mirmon. The html pages visualize the mirror stats using the gentoo tyrian theme. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* mirmon-wrapper.sh: missed case in argsRobin H. Johnson2020-05-011-1/+7
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: ensure valid return from mungeRobin H. Johnson2020-04-301-1/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: improve capture usageRobin H. Johnson2020-04-301-3/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: fix typoRobin H. Johnson2020-04-301-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* mirmon-wrapper.sh: always shift old argsRobin H. Johnson2020-04-301-1/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* mirmon-wrapper.sh: fix arg handlingRobin H. Johnson2020-04-301-7/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* mirmon: explicitly use --quiet for cronjobsRobin H. Johnson2020-04-305-0/+5
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* mirmon-wrapper.sh: support debug/verbose/quietRobin H. Johnson2020-04-301-15/+55
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: handle curl error conditions betterRobin H. Johnson2020-04-301-13/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: make even less stderrRobin H. Johnson2020-04-301-2/+9
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: use libcurl instead of exec wgetRobin H. Johnson2020-04-291-1/+37
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: discard rsync stderrRobin H. Johnson2020-04-291-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Clean up the new index pageMax Magorsch2020-04-291-12/+15
| | | | | | | | | - Only the 'Home' tab should be active - Add missing closing div tags so that the fotoer get's correctly displayed - Use the new cdn urls including the version - Remove unused script Signed-off-by: Max Magorsch <arzano@gentoo.org>
* conf: always probe gentoo/osuosl layers, and do it fasterRobin H. Johnson2020-04-295-0/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* conf: capture the mirror infrastructure betterRobin H. Johnson2020-04-294-0/+16
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* rsync: update mirrorsRobin H. Johnson2020-04-291-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wrapper: fix locker argsRobin H. Johnson2020-04-281-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wrapper: ensure lockingRobin H. Johnson2020-04-281-0/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* htdocs: throw in a shiny frontpageRobin H. Johnson2020-04-281-0/+170
| | | | | | The root index.html wasn't even tracked anywhere in VCS before. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Git ignore not needed anymoreRobin H. Johnson2020-04-281-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Update config locationRobin H. Johnson2020-04-2812-7/+14
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* probe-mirmon: be quiet if rsync site is brokenRobin H. Johnson2020-04-281-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* rsync: fix URLRobin H. Johnson2020-04-281-6/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* wrapper: input validationsRobin H. Johnson2020-04-281-24/+50
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* switch to new refactored scriptsRobin H. Johnson2020-04-2810-99/+39
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots: call new wrapperRobin H. Johnson2020-04-281-0/+5
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Convert refactored runner to wrapperRobin H. Johnson2020-04-282-44/+125
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots: fix URLRobin H. Johnson2020-04-281-1/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots: prepare for common mirmon runner code via specific mirrorsRobin H. Johnson2020-04-285-1/+12
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>