Add Ubuntu 19.10

This commit is contained in:
Yorhel 2019-10-22 14:37:04 +02:00
parent a6f0f9eb14
commit 67252c1b81
2 changed files with 8 additions and 3 deletions

View file

@ -242,7 +242,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
(190,'Debian', '10.0', 'debian-buster', 14),
(191,'Fedora', '30', 'fedora-30', 29),
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64);
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
(193,'Ubuntu', '19.10', 'ubuntu-eoan', 30);
-- Removes any path components and compression extensions from the filename.

View file

@ -116,6 +116,9 @@ case $1 in
disco)
stdrepo disco $CMIRROR amd64
;;
eoan)
stdrepo eoan $CMIRROR amd64
;;
old)
$0 warty
$0 hoary
@ -136,19 +139,20 @@ case $1 in
$0 raring
$0 quantal
$0 saucy
$0 trusty
$0 utopic
$0 vivid
$0 wily
$0 yakkety
$0 zesty
$0 artful
$0 cosmic
;;
current)
$0 trusty # until 2019-04
$0 xenial # until 2021-04
$0 bionic # until 2023-04
$0 cosmic # until 2019-07
$0 disco # until 2020-01
$0 eoan # until 2020-07
;;
all)
$0 old