The following commit has been merged in the archive-master branch:
commit e44eb0e7d3c52c8840ceebcffe5da69769e23034
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Mon Nov 3 22:50:19 2008 +0100
[ARCHIVE] Add mirror configuration for volatile and backports
Seems we currently only have one, though.
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 = {
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]