Added and indexed Ubuntu 13.10
This commit is contained in:
parent
000ffd33f6
commit
61d822a76b
3 changed files with 10 additions and 1 deletions
|
|
@ -145,7 +145,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(83, 'Debian', '7.0', 'debian-wheezy', 11),
|
||||
(84, 'FreeBSD', '8.4', 'freebsd-8.4', 51),
|
||||
(85, 'FreeBSD', '9.1', 'freebsd-9.1', 53),
|
||||
(86, 'FreeBSD', '9.2', 'freebsd-9.2', 54);
|
||||
(86, 'FreeBSD', '9.2', 'freebsd-9.2', 54),
|
||||
(87, 'Ubuntu', '13.10', 'ubuntu-saucy', 18);
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
CREATE OR REPLACE FUNCTION basename_from_filename(fn text) RETURNS text AS $$
|
||||
|
|
|
|||
|
|
@ -259,6 +259,12 @@ ubuntu_raring() {
|
|||
syncrepo 82 "http://nl.archive.ubuntu.com/ubuntu/" "raring-security" "main multiverse restricted universe"
|
||||
}
|
||||
|
||||
ubuntu_saucy() {
|
||||
syncrepo 87 "http://nl.archive.ubuntu.com/ubuntu/" "saucy" "main multiverse restricted universe"
|
||||
syncrepo 87 "http://nl.archive.ubuntu.com/ubuntu/" "saucy-updates" "main multiverse restricted universe"
|
||||
syncrepo 87 "http://nl.archive.ubuntu.com/ubuntu/" "saucy-security" "main multiverse restricted universe"
|
||||
}
|
||||
|
||||
ubuntu_old() {
|
||||
ubuntu_warty
|
||||
ubuntu_hoary
|
||||
|
|
@ -281,6 +287,7 @@ ubuntu_active() {
|
|||
ubuntu_precise # until 2017-04
|
||||
ubuntu_quantal # until 2014-04
|
||||
ubuntu_raring # until 2014-01
|
||||
ubuntu_saucy # until 2014-07
|
||||
}
|
||||
|
||||
ubuntu() {
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ $TUWF::OBJ->{pkglinks} = {
|
|||
'ubuntu-precise' => sub { "http://packages.ubuntu.com/precise/$_[0]{name}" },
|
||||
'ubuntu-quantal' => sub { "http://packages.ubuntu.com/quantal/$_[0]{name}" },
|
||||
'ubuntu-raring' => sub { "http://packages.ubuntu.com/raring/$_[0]{name}" },
|
||||
'ubuntu-saucy' => sub { "http://packages.ubuntu.com/saucy/$_[0]{name}" },
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue