summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-10-19 07:30:49 +0200
committerYorhel <git@yorhel.nl>2016-10-19 07:30:49 +0200
commit965aa9a2f646ceff3b017a33cc8719fa482c336f (patch)
tree5154dbe4b0b9117cbce150fc92537fa584c1279b
parent7535218a068bd2a286994971bab80567a4563479 (diff)
Add Ubuntu 16.10
-rw-r--r--sql/schema.sql3
-rwxr-xr-xutil/deb.sh7
2 files changed, 9 insertions, 1 deletions
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() {