From 648dbe025fec86424856241f5abee8bf7c7d24bd Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 23 Oct 2020 11:15:37 +0200 Subject: [PATCH] Add Ubuntu 20.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 268122c..9b9efaf 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -253,7 +253,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES (200,'CentOS', '7.8', 'centos-7.8', 52), (201,'CentOS', '8.2', 'centos-8.2', 62), (202,'Fedora', '32', 'fedora-32', 31), - (203,'FreeBSD', '11.4', 'freebsd-11.4', 65); + (203,'FreeBSD', '11.4', 'freebsd-11.4', 65), + (204,'Ubuntu', '20.10', 'ubuntu-groovy', 32); -- Removes any path components and compression extensions from the filename. diff --git a/util/ubuntu.sh b/util/ubuntu.sh index a371f0c..ed69879 100755 --- a/util/ubuntu.sh +++ b/util/ubuntu.sh @@ -122,6 +122,9 @@ case $1 in focal) stdrepo focal $CMIRROR amd64 ;; + groovy) + stdrepo groovy $CMIRROR amd64 + ;; old) $0 warty $0 hoary @@ -151,12 +154,13 @@ case $1 in $0 artful $0 cosmic $0 disco + $0 eoan ;; current) $0 xenial # until 2021-04 $0 bionic # until 2023-04 - $0 eoan # until 2020-07 $0 focal # until 2030-04 + $0 groovy # until 2021-07 ;; all) $0 old