Add Ubuntu 16.10

This commit is contained in:
Yorhel 2016-10-19 07:30:49 +02:00
parent 7535218a06
commit 965aa9a2f6
2 changed files with 9 additions and 1 deletions

View file

@ -148,7 +148,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(96, 'FreeBSD', '10.1', 'freebsd-10.1', 57),
(97, 'FreeBSD', '10.2', 'freebsd-10.2', 58),
(98, 'FreeBSD', '10.3', 'freebsd-10.3', 59),
(99, 'FreeBSD', '11.0', 'freebsd-11.0', 60);
(99, 'FreeBSD', '11.0', 'freebsd-11.0', 60),
(100,'Ubuntu', '16.10', 'ubuntu-yakkety', 24);
-- Removes any path components and compression extensions from the filename.

View file

@ -296,6 +296,12 @@ ubuntu_xenial() {
syncrepo 93 "http://nl.archive.ubuntu.com/ubuntu/" "xenial-security" "main multiverse restricted universe"
}
ubuntu_yakkety() {
syncrepo 100 "http://nl.archive.ubuntu.com/ubuntu/" "yakkety" "main multiverse restricted universe"
syncrepo 100 "http://nl.archive.ubuntu.com/ubuntu/" "yakkety-updates" "main multiverse restricted universe"
syncrepo 100 "http://nl.archive.ubuntu.com/ubuntu/" "yakkety-security" "main multiverse restricted universe"
}
ubuntu_old() {
ubuntu_warty
ubuntu_hoary
@ -324,6 +330,7 @@ ubuntu_active() {
ubuntu_trusty # until 2019-04
ubuntu_wily # until 2016-07
ubuntu_xenial # until 2021-04
ubuntu_yakkety # until 2017-07
}
ubuntu() {