... i.e. if even xt-guess-suite-and-mirror is not used.
# Initialize per distribution mirror defaults: Debian
foreach my $debdist (qw(squeeze wheezy jessie sid testing oldstable stable unstable)) {
- $CONFIG{ 'mirror_'.$debdist } = $CONFIG{ 'mirror' }
+ $CONFIG{ 'mirror_'.$debdist } = 'http://http.debian.net/debian';
}
foreach my $debdist (qw(sarge etch lenny)) {
$CONFIG{ 'mirror_'.$debdist } = 'http://archive.debian.org/debian-archive/debian';
* New upstream release
- Code deduplication to unify the xen-*-image scripts
+ - Use http.debian.net as default Debian mirror if no mirror is given
+ and xt-guess-suite-and-mirror is not used.
- Fix symbolic link hooks/centos-6/15-setup-arch (Closes: #690299)
- Execute END block not on --version/--help/--manual (Closes: #684346)
- Move code for --boot feature to END block. Fixes missing SSH