aboutsummaryrefslogtreecommitdiffstats
path: root/english/mirror
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2021-05-23 18:22:01 +0200
committerLaura Arjona Reina <larjona@debian.org>2021-06-04 12:59:14 +0000
commitd83882f2dd9b20c81d0cb83b32c028d9765578c7 (patch)
tree9091d9f79ce4edbd7c0052ee435126da2a02c660 /english/mirror
parent42e0d7862f141c8b262c8f60f027fc1a885ac5a7 (diff)
mirror: Drop mirroring type (push-primary/secondary/leaf) from the mirror list on the website. It should not matter and our info about that is spotty at best and not really consistent
Diffstat (limited to 'english/mirror')
-rw-r--r--english/mirror/list-full.wml16
-rwxr-xr-xenglish/mirror/mirror_list.pl18
2 files changed, 0 insertions, 34 deletions
diff --git a/english/mirror/list-full.wml b/english/mirror/list-full.wml
index a6609022d5d..3556b35a3f1 100644
--- a/english/mirror/list-full.wml
+++ b/english/mirror/list-full.wml
@@ -31,22 +31,6 @@ along with the access method for each type.</p>
<dd>An efficient means of mirroring.</dd>
</dl>
-<p>The <q>Type</q> entry is one of:</p>
-
-<dl>
-<dt><strong>leaf</strong></dt>
- <dd>These comprise the bulk of the mirrors.</dd>
-<dt><strong>Push-Secondary</strong></dt>
- <dd>These sites mirror directly from a Push-Primary site, using push
- mirroring.</dd>
-<dt><strong>Push-Primary</strong></dt>
- <dd>These sites mirror directly from the master archive site (which
- is not publicly accessible), using push mirroring.</dd>
-</dl>
-
-<p>(See <a href="https://www.debian.org/mirror/push_mirroring">the page about push
-mirroring</a> for details on that.)</p>
-
<p>The authoritative copy of the following list can always be found at:
<url "https://www.debian.org/mirror/list-full">.
<br />
diff --git a/english/mirror/mirror_list.pl b/english/mirror/mirror_list.pl
index 93b7372b68d..cebd54f6180 100755
--- a/english/mirror/mirror_list.pl
+++ b/english/mirror/mirror_list.pl
@@ -802,20 +802,6 @@ access method for each type.
<dd>Network file system (if you don't know what it is, you don't need it).
</dl>
-<p>The 'Type' entry is one of:
-<dl>
-<dt><strong>leaf</strong>
- <dd>These comprise the bulk of the mirrors.
-<dt><strong>Push-Secondary</strong>
- <dd>These sites mirror directly from a Push-Primary site, using push
- mirroring.
-<dt><strong>Push-Primary</strong>
- <dd>These sites mirror directly from the master archive site (which
- is not publicly accessible), using push mirroring.
-</dl>
-(See <a href="https://www.debian.org/mirror/push_mirroring">the page about push
-mirroring</a> for details on that.)
-
<p>The authoritative copy of the following list can always be found at:
<a href="https://www.debian.org/mirror/list-full">
https://www.debian.org/mirror/list-full</a>.
@@ -912,10 +898,6 @@ EOF
print "</tt>" if $wml;
print "<br>" if $wml;
print "\n";
- warn "undefined type for $mirror[$id]{site}!\n" unless defined $mirror[$id]{'type'};
- $mirror[$id]{'type'} ||= 'leaf';
- print "Type: $mirror[$id]{'type'}\n";
- print "<br>" if $wml;
foreach my $method ( sort keys %{ $mirror[$id]{method} } ) {
my $display = $method;
$display =~ s/archive-/Packages /;

© 2014-2024 Faster IT GmbH | imprint | privacy policy