Add Ubuntu 20.10

This commit is contained in:
Yorhel 2020-10-23 11:15:37 +02:00
parent 91b43d220b
commit 648dbe025f
2 changed files with 7 additions and 2 deletions

View file

@ -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.

View file

@ -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