From cfb85910aaeef59209d75dc3bae9fe514f591828 Mon Sep 17 00:00:00 2001
From: Frank Lichtenheld
Date: Tue, 28 Nov 2006 00:40:11 +0000
Subject: [PATCH] Be more verbose in the suggestion to use apt and explain how
to use one of the listed mirrors in the own sources.list
---
templates/html/download.tmpl | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl
index c59a6e5..e980f2f 100644
--- a/templates/html/download.tmpl
+++ b/templates/html/download.tmpl
@@ -8,6 +8,7 @@
{ name => 'Download' },
]
-%]
+[%- PROCESS 'config/archive_layout.tmpl' -%]
[%- PROCESS 'config/mirrors.tmpl' -%]
[%- PROCESS 'config/architectures.tmpl' -%]
[%- PROCESS 'html/messages.tmpl' -%]
@@ -23,6 +24,12 @@
package manager like aptitude or
synaptic to download and install
packages, instead of doing so manually via this website.
+You should be able to use any of the listed mirrors by adding a
+line to your /etc/apt/sources.list like this:
+
+deb http://[% mirrors.$archive.europa.0 %] [% suite %] main [% section IF section != main_section %]
+
+Replacing [% mirrors.$archive.europa.0 %] with the mirror in question.
[% IF suite == "experimental" %]
Experimental package
Warning: This package is from the experimental distribution.
--
2.39.2