From 965aa9a2f646ceff3b017a33cc8719fa482c336f Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 19 Oct 2016 07:30:49 +0200 Subject: [PATCH] Add Ubuntu 16.10 --- sql/schema.sql | 3 ++- util/deb.sh | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sql/schema.sql b/sql/schema.sql index 939eb1f..4bac1b9 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -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. diff --git a/util/deb.sh b/util/deb.sh index 6ed77ab..ef4a405 100755 --- a/util/deb.sh +++ b/util/deb.sh @@ -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() {