]> git.deb.at Git - deb/packages.git/blob - templates/config/mirrors.tmpl
81dc3aeab335a5261c98a542df4e001925ca9664
[deb/packages.git] / templates / config / mirrors.tmpl
1 [%
2
3 # TODO: find a way to get the U.S. mirror list from a more authoritive
4 # location automatically. might not be overly smart to automatize it
5 # completely, since I hand pick sites that are up-to-date, fast, and
6 # have HTTP on a reasonably short URL
7 #   -- Joy
8
9 # hint:
10 # grep-dctrl -F Site,Alias -e '(udel|bigfoot|kernel|crosslink|internap|cerias|lcs.mit|progeny)' Mirrors.masterlist | timestamps/archive_mirror_check.py
11  
12 mirrors = {
13         us => {
14                 mirror_list => 'http://www.debian.org/distrib/archive',
15                 north_america => [
16                         "ftp.egr.msu.edu/debian-archive",
17                         "ftp3.nrc.ca/debian-archive",
18                 ],
19                 europa => [
20                         "archive.debian.org/debian",
21                         "ftp.de.debian.org/archive/debian",
22                         "ftp.ch.debian.org/debian-archive",
23                         "ftp.nl.debian.org/debian-archive",
24                         "debian.dynamica.it/debian-archive",
25                         "debian.org.ua/debian-archive",
26                         "ftp2.debian.org.ua/debian-archive",
27 #                       "ftp.irb.hr/debian-archive",
28                         "webb.ens-cachan.fr/ftp/debian-archive",
29                 ],
30                 asia => [
31                         "ftp.kr.debian.org/debian-archive",
32 #                       "ftp.twaren.net/Linux/Debian/debian-archive",
33                 ],
34         },
35         volatile => {
36                 title => g('volatile packages that need major changes during the life of a stable release'),
37                 europa => [
38                         "archive.debian.org/debian-volatile",
39                 ],
40         },
41         backports => {
42                 title => g('newer packages that have been adapted to stable releases of Debian'),
43                 europa => [
44                         "archive.debian.org/backports.org",
45                 ],
46         },
47 }
48
49 continents = {
50                 north_america => g('North America'),
51                 south_america => g('South America'),
52                 asia          => g('Asia'),
53                 australia     => g('Australia and New Zealand'),
54                 europa        => g('Europe'),
55                 africa        => g('Africa'),
56         }
57 %]