]> git.deb.at Git - deb/packages.git/commitdiff
[ARCHIVE] Add mirror configuration for volatile and backports
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 3 Nov 2008 21:50:19 +0000 (22:50 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 3 Nov 2008 21:50:19 +0000 (22:50 +0100)
Seems we currently only have one, though.

templates/config/mirrors.tmpl

index 9fa5ead91fca65a81e85b98e7f221f09c2dd2de6..f6267a2dffd6ea375423bbb7ae4ce4981dd04a23 100644 (file)
@@ -13,11 +13,11 @@ mirrors = {
        us => {
                mirror_list => 'http://www.debian.org/distrib/archive',
                north_america => [
-                       "archive.debian.org/debian-archive",
                        "ftp.egr.msu.edu/debian-archive",
                        "ftp3.nrc.ca/debian-archive",
                ],
                europa => [
+                       "archive.debian.org/debian-archive",
                        "ftp.de.debian.org/debian-archive",
 #                      "ftp.ch.debian.org/debian-archive",
                        "ftp.nl.debian.org/debian-archive",
@@ -32,6 +32,18 @@ mirrors = {
 #                      "ftp.twaren.net/Linux/Debian/debian-archive",
                ],
        },
+       volatile => {
+               title => g('volatile packages that need major changes during the life of a stable release'),
+               europa => [
+                       "archive.debian.org/debian-volatile",
+               ],
+       },
+       backports => {
+               title => g('newer packages that have been adapted to stable releases of Debian'),
+               europa => [
+                       "archive.debian.org/backports.org",
+               ],
+       },
 }
 
 continents = {