diff options
author | onefang | 2019-12-31 16:20:14 +1000 |
---|---|---|
committer | onefang | 2019-12-31 16:20:14 +1000 |
commit | 91b6eba0f7c4fd44dd79f0e868bb9e7a92bccce7 (patch) | |
tree | cdbbf301d0f20228de66cad65e218386c67317a0 /explanations.html | |
parent | Check if reference packages are still current. (diff) | |
download | apt-panopticon-91b6eba0f7c4fd44dd79f0e868bb9e7a92bccce7.zip apt-panopticon-91b6eba0f7c4fd44dd79f0e868bb9e7a92bccce7.tar.gz apt-panopticon-91b6eba0f7c4fd44dd79f0e868bb9e7a92bccce7.tar.bz2 apt-panopticon-91b6eba0f7c4fd44dd79f0e868bb9e7a92bccce7.tar.xz |
Add Redirects tests fully.
Diffstat (limited to 'explanations.html')
-rw-r--r-- | explanations.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/explanations.html b/explanations.html index f4d11fa..7e2878d 100644 --- a/explanations.html +++ b/explanations.html | |||
@@ -41,6 +41,12 @@ The validity of the HTTPS certificate for each server is tested as well. | |||
41 | The IPs are linked to the log for that specific IP when used via the DNS round robin, and is followed by the number of errors, warnings, or timeouts of any. | 41 | The IPs are linked to the log for that specific IP when used via the DNS round robin, and is followed by the number of errors, warnings, or timeouts of any. |
42 | </p> | 42 | </p> |
43 | 43 | ||
44 | <hr><h1 id="Redirects">Redirect tests</h1> | ||
45 | <p>Mirrors that redirect /DEVUAN/ back out to deb.devuan.org is an ERROR. | ||
46 | /DEBIAN-SECURITY/ packages must be redirected to a Debian mirror, specifically a mirror hosting Debian security updates. | ||
47 | However, some Devuan mirrors might also be Debian mirrors, so this is just a WARNING. | ||
48 | </p> | ||
49 | |||
44 | <hr><h1 id="Protocol">Protocol tests</h1> | 50 | <hr><h1 id="Protocol">Protocol tests</h1> |
45 | <p>The Protocol test will give a warning if the protocol is changed during a redirect, HTTP -> HTTPS for example. | 51 | <p>The Protocol test will give a warning if the protocol is changed during a redirect, HTTP -> HTTPS for example. |
46 | While apt HTTPS transport is now the default in Beowulf / Buster, not everyone with an older release will have that installed, | 52 | While apt HTTPS transport is now the default in Beowulf / Buster, not everyone with an older release will have that installed, |