aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-08Update base-files version.onefang1-1/+1
2023-03-31Update which base-files version to check.onefang1-1/+1
2023-02-23Say which host the out of date package is from.onefang1-2/+2
2023-02-23Add yet another timeout watchdog.onefang1-7/+7
2022-12-24Update base files reference package.onefang1-1/+1
2022-11-17Yet another attempt to stop it crashing rarely.onefang1-2/+2
2022-10-21Yet another attempt to sort out these log file crashes.onefang1-2/+2
2022-10-18Work around broken DNS by trying again @9.9.9.11.onefang1-4/+28
2022-10-18;; Warning, extra type optiononefang1-1/+2
2022-10-06Give up on using devuan-keyring as a Devuan reference package, try base-files...onefang1-1/+2
2022-10-03Yet another update to the Devuan keyring.onefang1-1/+1
2022-09-10More keyring fixes.onefang1-1/+4
2022-09-09Update Devuan keyring.onefang1-1/+1
2022-01-28Include DNSRR: maybe in the DNSRR checks.onefang1-1/+1
2022-01-25Update apt-transport-https version.onefang1-1/+1
2021-12-18Oops, use .value for the actual, you know, value.onefang1-3/+3
2021-12-17Don't hard code deb.roundr.devuan.org all over the place, and check the results.onefang1-3/+4
2021-11-21Don't crash if a DNS-RR mirror fails to resolve.onefang1-14/+16
2021-11-19Don't continue testing mirrors with no IP addresses.onefang1-0/+2
2021-11-19Strip out DNS-RR duplicates.onefang1-0/+20
2021-11-18FDQN -> FQDNonefang1-2/+2
2021-11-10io.popen returns nil sometimes, deal with that.onefang1-20/+17
2021-11-09Use releases from apt-panopticommon.onefang1-9/+8
2020-08-12Update the DEBIAN-SECURITY package.onefang1-1/+1
2020-07-20If a thing is untested, mark it as so.onefang1-2/+14
2020-07-19Work around a problem with the STATUS files.onefang1-1/+1
2020-07-17Use the new DNSRR field from mirror_list.txt to do the correct thing.onefang1-4/+14
2020-07-17Typo--onefang1-1/+1
2020-07-17Check for nil FDQN and BaseURL.onefang1-2/+6
2020-06-01Don't try to write to a log file we couldn't open.onefang1-7/+10
2020-04-04Let's try a slightly older keyring that might stick around for more than a co...onefang1-1/+1
2020-03-21Fix a crash.onefang1-1/+1
2020-02-06Rewrite some of the output.onefang1-1/+0
2020-02-06Better wait for command startup.onefang1-1/+6
2020-02-06ERROR if we can't find IPs for a mirror.onefang1-9/+13
2020-02-06Downgrade inability to find Packages_parsed-sorted to a WARNING.onefang1-1/+1
2020-02-06New Debian key ring.onefang1-1/+1
2020-01-03A bit more info in the "not updated yet" WARNING.onefang1-1/+1
2020-01-03This might finally fix the Updated test, but include some more debugging outp...onefang1-1/+4
2020-01-03A few less steps in some of the time calcs.onefang1-4/+2
2020-01-03Not being able to download an updated file while the mirror is still updating...onefang1-1/+7
2020-01-03May need to wait on the file to avoid missing speeds after all.onefang1-0/+8
2020-01-03Fix another race condition.onefang1-0/+5
2020-01-03Make a couple of convenience strings.onefang1-8/+10
2020-01-02Collate more data from the redirect results.onefang1-1/+2
2020-01-02TODO++onefang1-0/+1
2020-01-02Clean out commented stuff that is no longer needed.onefang1-8/+0
2020-01-02Comment out previous attempts to fix the missing speed issue.onefang1-5/+5
2020-01-02Curl uses k and M to mean 1024, not 1000.onefang1-4/+6
2020-01-02Forgot a couple things in the last commit.onefang1-1/+3