summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-04-23 15:44:36 +0200
committerYorhel <git@yorhel.nl>2020-04-23 15:44:36 +0200
commitcf52cd282546418cee32b5c42920229bd9f3b62b (patch)
tree3687e159d527904f3bfdb061802c317d67505335
parent1260cdf766fe09b120a62b8c88f9273714ead2c8 (diff)
Add Ubuntu 20.04
-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 b8b85b2..769eb31 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -248,7 +248,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(195,'CentOS', '8.0', 'centos-8.0', 60),
(196,'CentOS', '8.1', 'centos-8.1', 61),
(197,'Fedora', '31', 'fedora-31', 30),
- (198,'FreeBSD', '12.1', 'freebsd-12.1', 71);
+ (198,'FreeBSD', '12.1', 'freebsd-12.1', 71),
+ (199,'Ubuntu', '20.04', 'ubuntu-focal', 31);
-- Removes any path components and compression extensions from the filename.
diff --git a/util/ubuntu.sh b/util/ubuntu.sh
index 9ac4fd4..a371f0c 100755
--- a/util/ubuntu.sh
+++ b/util/ubuntu.sh
@@ -119,6 +119,9 @@ case $1 in
eoan)
stdrepo eoan $CMIRROR amd64
;;
+ focal)
+ stdrepo focal $CMIRROR amd64
+ ;;
old)
$0 warty
$0 hoary
@@ -147,12 +150,13 @@ case $1 in
$0 zesty
$0 artful
$0 cosmic
+ $0 disco
;;
current)
$0 xenial # until 2021-04
$0 bionic # until 2023-04
- $0 disco # until 2020-01
$0 eoan # until 2020-07
+ $0 focal # until 2030-04
;;
all)
$0 old