summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-10-23 11:15:37 +0200
committerYorhel <git@yorhel.nl>2020-10-23 11:15:37 +0200
commit648dbe025fec86424856241f5abee8bf7c7d24bd (patch)
tree59e2ca1fd0ccae62dd0f6501b9689c80c9dae9c2
parent91b43d220b1268b6bc956dbb4eed5c2195b6ed28 (diff)
Add Ubuntu 20.10
-rw-r--r--sql/schema.sql3
-rwxr-xr-xutil/ubuntu.sh6
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