1
0
mirror of synced 2026-01-13 15:17:30 +00:00

Update list of Ubuntu releases: + wily, lucid → archived/eol

This commit is contained in:
Axel Beckert 2015-06-11 16:20:08 +02:00
parent 26dbd72413
commit df3075ca1c
5 changed files with 11 additions and 6 deletions

View File

@ -207,6 +207,7 @@ install-hooks:
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d trusty.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d utopic.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d vivid.d
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d wily.d
cp hooks/common.sh ${prefix}/usr/share/xen-tools
cp -r hooks/common ${prefix}/usr/share/xen-tools

View File

@ -62,7 +62,8 @@ known to work reliably, i.e.:
* Saucy Salamander 13.10
* Trusty Tahr 14.04 (LTS)
* Utopic Unicorn 14.10
* Vivid Vervet 15.04 (under development)
* Vivid Vervet 15.04
* Wily Werewolf 15.10 (under development)
[1]: http://bugs.debian.org/659360
"debootstrap in Wheezy can no more build Ubuntu Edgy or earlier"

View File

@ -1258,10 +1258,10 @@ sub setupDefaultOptions
$CONFIG{ 'mirror_'.$debdist } = 'http://httpredir.debian.org/debian-archive/debian';
}
# Initialize per distribution mirror defaults: Ubuntu
foreach my $ubuntudist (qw(lucid precise trusty utopic vivid)) {
foreach my $ubuntudist (qw(precise trusty utopic vivid wily)) {
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://archive.ubuntu.com/ubuntu';
}
foreach my $ubuntudist (qw(dapper edgy feisty gutsy hardy intrepid jaunty karmic maverick natty oneiric quantal raring saucy)) {
foreach my $ubuntudist (qw(dapper edgy feisty gutsy hardy intrepid jaunty karmic lucid maverick natty oneiric quantal raring saucy)) {
$CONFIG{ 'mirror_'.$ubuntudist } = 'http://old-releases.ubuntu.com/ubuntu';
}
$CONFIG{ 'apt_proxy' } = '';
@ -1753,7 +1753,7 @@ sub checkArguments
#
# Lucid and probably all later Ubuntus, too, don't work without pygrub
#
if ( $CONFIG{ 'dist' } =~ /lucid|maverick|natty|oneiric|precise|quantal|raring|saucy|trusty|utopic|vivid/ )
if ( $CONFIG{ 'dist' } =~ /lucid|maverick|natty|oneiric|precise|quantal|raring|saucy|trusty|utopic|vivid|wily/ )
{
$CONFIG{ 'pygrub' } = 1;
}

4
debian/changelog vendored
View File

@ -4,7 +4,9 @@ xen-tools (4.5+dev-1) UNRELEASED; urgency=medium
+ Fix usage of nonexistent variable in removeDebianPackage (Closes:
#774936) Thanks Lukas Schwaighofer!
+ Change all occurrences of http.debian.net to httpredir.debian.org
+ Preliminary support for Debian 9 Stretch.
+ Ubuntu Lucid Lynx is now EoL
+ Preliminary support for Debian 9 Stretch and Ubuntu 15.10 Wily
Werewolf.
+ Installs bash completion into /usr/share/bash-completion/ (fixes
lintian warning package-install-into-obsolete-dir)
+ Allows # within configuration file comments. (Closes: #783060;

View File

@ -286,7 +286,7 @@ mirror = `xt-guess-suite-and-mirror --mirror`
# mirror_intrepid = http://old-releases.ubuntu.com/ubuntu
# mirror_jaunty = http://old-releases.ubuntu.com/ubuntu
# mirror_karmic = http://old-releases.ubuntu.com/ubuntu
# mirror_lucid = http://archive.ubuntu.com/ubuntu
# mirror_lucid = http://old-releases.ubuntu.com/ubuntu
# mirror_maverick = http://old-releases.ubuntu.com/ubuntu
# mirror_natty = http://old-releases.ubuntu.com/ubuntu
# mirror_oneiric = http://archive.ubuntu.com/ubuntu
@ -297,6 +297,7 @@ mirror = `xt-guess-suite-and-mirror --mirror`
# mirror_trusty = http://archive.ubuntu.com/ubuntu
# mirror_utopic = http://archive.ubuntu.com/ubuntu
# mirror_vivid = http://archive.ubuntu.com/ubuntu
# mirror_wily = http://archive.ubuntu.com/ubuntu
# If this is defined it will be used by debootstrap, and configured as the
# proxy for the guest