From 19e07400b908b587b54e90b514d47366927f1fb4 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 21 Oct 2018 12:30:12 +0200 Subject: [PATCH] Add Ubuntu 18.10 --- sql/schema.sql | 3 ++- util/ubuntu.sh | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sql/schema.sql b/sql/schema.sql index 2b8f121..6657a6f 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -234,7 +234,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES (181,'Fedora', '28', 'fedora-28', 27), (182,'CentOS', '7.5', 'centos-7.5', 49), (183,'CentOS', '6.10', 'centos-6.10', 43), - (184,'FreeBSD', '11.2', 'freebsd-11.2', 63); + (184,'FreeBSD', '11.2', 'freebsd-11.2', 63), + (185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28); -- Removes any path components and compression extensions from the filename. diff --git a/util/ubuntu.sh b/util/ubuntu.sh index 7bf295b..4dec7ba 100755 --- a/util/ubuntu.sh +++ b/util/ubuntu.sh @@ -110,6 +110,9 @@ case $1 in bionic) stdrepo bionic $CMIRROR amd64 ;; + cosmic) + stdrepo cosmic $CMIRROR amd64 + ;; old) $0 warty $0 hoary @@ -135,12 +138,13 @@ case $1 in $0 wily $0 yakkety $0 zesty + $0 artful ;; current) $0 trusty # until 2019-04 $0 xenial # until 2021-04 - $0 artful # until 2018-07 $0 bionic # until 2023-04 + $0 cosmic # until 2019-07 ;; all) $0 old