Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't hard code deb.roundr.devuan.org all over the place, and check the results. | onefang | 2021-12-17 | 3 | -19/+29 | |
| | | | | Coz it got changed to deb.rr.devuan.org. | |||||
* | Don't crash if a DNS-RR mirror fails to resolve. | onefang | 2021-11-21 | 1 | -14/+16 | |
| | ||||||
* | Don't continue testing mirrors with no IP addresses. | onefang | 2021-11-19 | 1 | -0/+2 | |
| | ||||||
* | Strip out DNS-RR duplicates. | onefang | 2021-11-19 | 1 | -0/+20 | |
| | ||||||
* | Bump to version 0.3 and report it in the web page. | onefang | 2021-11-18 | 2 | -2/+4 | |
| | ||||||
* | FDQN -> FQDN | onefang | 2021-11-18 | 1 | -2/+2 | |
| | | | | How did this last so long? | |||||
* | io.popen returns nil sometimes, deal with that. | onefang | 2021-11-10 | 2 | -23/+33 | |
| | ||||||
* | Add back Jessie, and promote Chimaera, and add Daedalus. | onefang | 2021-11-09 | 1 | -3/+4 | |
| | ||||||
* | Use releases from apt-panopticommon. | onefang | 2021-11-09 | 1 | -9/+8 | |
| | ||||||
* | Increase number of mirrors allowed in the graph. | onefang | 2021-01-13 | 1 | -0/+6 | |
| | | | | Needs a better fix. | |||||
* | Update the DEBIAN-SECURITY package. | onefang | 2020-08-12 | 1 | -1/+1 | |
| | ||||||
* | TODO++ | onefang | 2020-07-20 | 1 | -1/+1 | |
| | ||||||
* | If a thing is untested, mark it as so. | onefang | 2020-07-20 | 5 | -7/+49 | |
| | ||||||
* | Work around a problem with the STATUS files. | onefang | 2020-07-19 | 1 | -1/+1 | |
| | | | | | | | | | | cat: 'results/STATUS_deb.devuan.org_deb.devuan.org_2a01:4f8:162:7293:__merged_pool_DEBIAN_main_d_debian-keyring_debian-keyring_2019.02.25_all.deb.txt': No such file or directory Is the error, so I touch it first, but not all of them get to the rm later, so now we have a bunch of empty ones. No idea, it's really random and hard to catch. | |||||
* | Quick hack to prevent RRD bitching, fix it later, meeting coming up. | onefang | 2020-07-17 | 1 | -0/+2 | |
| | ||||||
* | Use the new DNSRR field from mirror_list.txt to do the correct thing. | onefang | 2020-07-17 | 2 | -23/+37 | |
| | ||||||
* | Typo-- | onefang | 2020-07-17 | 1 | -1/+1 | |
| | ||||||
* | Only print DNS-RR tick or cross if it's a DNS-RR candidate according to ↵ | onefang | 2020-07-17 | 1 | -0/+2 | |
| | | | | mirror_list.txt. | |||||
* | Check for nil FDQN and BaseURL. | onefang | 2020-07-17 | 1 | -2/+6 | |
| | | | | Should move that up higher. Something else is going wrong. | |||||
* | No DNS-RR reports for IPv6 addreses if IPv6 is disabled. | onefang | 2020-07-17 | 1 | -25/+39 | |
| | | | | Also some other stuff got mixed in with this. | |||||
* | gitea -> git. | onefang | 2020-07-01 | 2 | -6/+6 | |
| | ||||||
* | Remove jessie (it's been archived), promote beowulf (new stable), add ↵ | onefang | 2020-07-01 | 1 | -6/+4 | |
| | | | | chimaera (new testing). | |||||
* | Migrate to gitea.devuan.dev for the Devuan repo. | onefang | 2020-06-18 | 2 | -6/+6 | |
| | ||||||
* | Create the DNS-RR good and bad files. | onefang | 2020-06-01 | 1 | -3/+39 | |
| | ||||||
* | Try to figure outn what IPs should and should not be in the DNS-RR. | onefang | 2020-06-01 | 1 | -5/+23 | |
| | ||||||
* | Don't try to write to a log file we couldn't open. | onefang | 2020-06-01 | 1 | -7/+10 | |
| | ||||||
* | Some more nil checks. | onefang | 2020-04-11 | 1 | -11/+13 | |
| | ||||||
* | Let's try a slightly older keyring that might stick around for more than a ↵ | onefang | 2020-04-04 | 1 | -1/+1 | |
| | | | | couple of months. | |||||
* | Fix a crash. | onefang | 2020-03-21 | 1 | -1/+1 | |
| | ||||||
* | warning -> WARNING | onefang | 2020-02-08 | 1 | -1/+1 | |
| | ||||||
* | Alpha release, dammit. lol | onefang | 2020-02-06 | 1 | -1/+1 | |
| | ||||||
* | Print the help texts, and exit from the help and version command line options. | onefang | 2020-02-06 | 1 | -10/+16 | |
| | ||||||
* | Bump the version number to 0.2. | onefang | 2020-02-06 | 1 | -1/+1 | |
| | ||||||
* | Explain why URL sanity. | onefang | 2020-02-06 | 1 | -1/+2 | |
| | ||||||
* | Clean up the README, add some more text, remove the theory part. | onefang | 2020-02-06 | 1 | -106/+26 | |
| | ||||||
* | Rewrite some of the output. | onefang | 2020-02-06 | 9 | -157/+255 | |
| | | | | | | | | Move explanations into tooltips. Invent a crappy HTML template "system". General clean up of text. | |||||
* | Better wait for command startup. | onefang | 2020-02-06 | 1 | -1/+6 | |
| | ||||||
* | ERROR if we can't find IPs for a mirror. | onefang | 2020-02-06 | 1 | -9/+13 | |
| | ||||||
* | Downgrade inability to find Packages_parsed-sorted to a WARNING. | onefang | 2020-02-06 | 1 | -1/+1 | |
| | ||||||
* | New Debian key ring. | onefang | 2020-02-06 | 1 | -1/+1 | |
| | ||||||
* | Lighten the log file colours to. | onefang | 2020-01-24 | 1 | -1/+1 | |
| | ||||||
* | Lighten up the colours. | onefang | 2020-01-24 | 1 | -5/+5 | |
| | ||||||
* | More documentation, and clean up the existing stuff. | onefang | 2020-01-04 | 1 | -23/+63 | |
| | ||||||
* | Add support for using CGI for the PHP graphs. | onefang | 2020-01-04 | 2 | -3/+15 | |
| | ||||||
* | A bit more info in the "not updated yet" WARNING. | onefang | 2020-01-03 | 1 | -1/+1 | |
| | ||||||
* | Update the other use of !%s to match the last commit. | onefang | 2020-01-03 | 1 | -3/+3 | |
| | ||||||
* | This might finally fix the Updated test, but include some more debugging ↵ | onefang | 2020-01-03 | 1 | -1/+4 | |
| | | | | | | output, just in case. I blame unclear Lua documantation. | |||||
* | A few less steps in some of the time calcs. | onefang | 2020-01-03 | 2 | -6/+3 | |
| | ||||||
* | Not being able to download an updated file while the mirror is still ↵ | onefang | 2020-01-03 | 1 | -1/+7 | |
| | | | | updating is only a warning. | |||||
* | May need to wait on the file to avoid missing speeds after all. | onefang | 2020-01-03 | 1 | -0/+8 | |
| | | | | I really should get this stuff sorted generically. |