1
0
mirror of synced 2026-05-01 06:08:37 +00:00

Preliminary support for Ubuntu 14.04 Trusty Tahr

This commit is contained in:
Axel Beckert
2013-10-23 13:54:45 +02:00
parent 0e8178ab0f
commit cfa30f06b6
4 changed files with 4 additions and 1 deletions

View File

@@ -1336,7 +1336,7 @@ sub setupDefaultOptions
$CONFIG{ 'mirror_'.$debdist } = 'http://http.debian.net/debian-archive/debian';
}
# Initialize per distribution mirror defaults: Ubuntu
foreach my $ubuntudist (qw(lucid precise quantal raring saucy)) {
foreach my $ubuntudist (qw(lucid precise quantal raring saucy trusty)) {
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://archive.ubuntu.com/ubuntu';
}
foreach my $ubuntudist (qw(dapper edgy feisty gutsy hardy intrepid jaunty karmic maverick natty oneiric)) {