From: Frank Lichtenheld Date: Mon, 3 Nov 2008 21:50:19 +0000 (+0100) Subject: [ARCHIVE] Add mirror configuration for volatile and backports X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=e44eb0e7d3c52c8840ceebcffe5da69769e23034;hp=-c;p=deb%2Fpackages.git [ARCHIVE] Add mirror configuration for volatile and backports Seems we currently only have one, though. --- e44eb0e7d3c52c8840ceebcffe5da69769e23034 diff --git a/templates/config/mirrors.tmpl b/templates/config/mirrors.tmpl index 9fa5ead..f6267a2 100644 --- a/templates/config/mirrors.tmpl +++ b/templates/config/mirrors.tmpl @@ -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 = {