Don't sync Ubuntu Natty anymore + remove broken Natty package links

This commit is contained in:
Yorhel 2012-11-24 12:26:33 +01:00
parent f240d6117a
commit 0e8b61b053
2 changed files with 1 additions and 2 deletions

View file

@ -265,12 +265,12 @@ ubuntu_old() {
ubuntu_jaunty
ubuntu_karmic
ubuntu_maverick
ubuntu_natty
}
ubuntu_active() {
ubuntu_hardy # until 2013-04
ubuntu_lucid # until 2015-04
ubuntu_natty # until 2012-10
ubuntu_oneiric # until 2013-04
ubuntu_precise # until 2017-04
ubuntu_quantal # until 2014-04

View file

@ -48,7 +48,6 @@ $TUWF::OBJ->{pkglinks} = {
'debian-squeeze' => sub { "http://packages.debian.org/squeeze/$_[0]{name}" },
'ubuntu-hardy' => sub { "http://packages.ubuntu.com/hardy/$_[0]{name}" },
'ubuntu-lucid' => sub { "http://packages.ubuntu.com/lucid/$_[0]{name}" },
'ubuntu-natty' => sub { "http://packages.ubuntu.com/natty/$_[0]{name}" },
'ubuntu-oneiric' => sub { "http://packages.ubuntu.com/oneiric/$_[0]{name}" },
'ubuntu-precise' => sub { "http://packages.ubuntu.com/precise/$_[0]{name}" },
'ubuntu-quantal' => sub { "http://packages.ubuntu.com/quantal/$_[0]{name}" },