diff options
author | Holger Wansing <hwansing@mailbox.org> | 2018-11-04 20:44:06 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2018-11-04 20:44:06 +0100 |
commit | 931f82718b30f5b6cacfd2064eb6535d8f0bc803 (patch) | |
tree | 6b851ef776ef406389f78a2136c5f7ab4853a04a /build/entities | |
parent | aa2c06092183c085619b43b438eb9bf3671c36cf (diff) | |
download | installation-guide-931f82718b30f5b6cacfd2064eb6535d8f0bc803.zip |
Clean-up 'FTP' occurrences due to Debians FTP server shutdown (see also commit 6985b4b5
Diffstat (limited to 'build/entities')
-rw-r--r-- | build/entities/urls.ent | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/entities/urls.ent b/build/entities/urls.ent index 8996dd370..00305f2d9 100644 --- a/build/entities/urls.ent +++ b/build/entities/urls.ent @@ -14,8 +14,7 @@ <!ENTITY url-debian-home "https://&www-debian-org;/"> <!ENTITY ftp-debian-org "ftp.debian.org"> -<!-- The entity below is deprecated --> -<!ENTITY url-debian-ftp "ftp://&ftp-debian-org;/"> +<!ENTITY url-debian-ftp "http://&ftp-debian-org;/"> <!-- Use http.us.debian.org as ftp.debian.org does not have all arches --> <!ENTITY archive-mirror "http.us.debian.org"> <!ENTITY url-archive "http://&archive-mirror;/"> @@ -47,7 +46,6 @@ <!ENTITY email-debian-boot-list "debian-boot@lists.debian.org"> <!-- base for the current distribution --> -<!ENTITY disturlftp "&url-debian-ftp;debian/dists/&releasename;/"> <!ENTITY disturl "&url-archive;debian/dists/&releasename;/"> <!-- base for unstable --> |