Add Ubuntu 18.04 + Fedora 28
This commit is contained in:
parent
8487d37aad
commit
bb236c1f0e
4 changed files with 13 additions and 3 deletions
|
|
@ -229,7 +229,9 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(176,'CentOS', '7.1', 'centos-7.1', 44),
|
||||
(177,'CentOS', '7.2', 'centos-7.2', 45),
|
||||
(178,'CentOS', '7.3', 'centos-7.3', 46),
|
||||
(179,'CentOS', '7.4', 'centos-7.4', 47);
|
||||
(179,'CentOS', '7.4', 'centos-7.4', 47),
|
||||
(180,'Ubuntu', '18.04', 'ubuntu-bionic', 27),
|
||||
(181,'Fedora', '28', 'fedora-28', 27);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
. ./common.sh
|
||||
|
||||
MIRROR=http://ftp.nluug.nl/pub/os/Linux/distr/archlinux
|
||||
MIRROR=http://mirror.i3d.net/pub/archlinux/
|
||||
|
||||
case "$1" in
|
||||
current)
|
||||
|
|
|
|||
|
|
@ -101,6 +101,9 @@ case "$1" in
|
|||
27)
|
||||
fedora 27 x86_64 $CMIRROR
|
||||
;;
|
||||
28)
|
||||
fedora 28 x86_64 $CMIRROR
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -126,11 +129,12 @@ case "$1" in
|
|||
$0 22
|
||||
$0 23
|
||||
$0 24
|
||||
$0 25
|
||||
;;
|
||||
current)
|
||||
$0 25
|
||||
$0 26
|
||||
$0 27
|
||||
$0 28
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
|
|
@ -107,6 +107,9 @@ case $1 in
|
|||
artful)
|
||||
stdrepo artful $CMIRROR amd64
|
||||
;;
|
||||
bionic)
|
||||
stdrepo bionic $CMIRROR amd64
|
||||
;;
|
||||
old)
|
||||
$0 warty
|
||||
$0 hoary
|
||||
|
|
@ -137,6 +140,7 @@ case $1 in
|
|||
$0 trusty # until 2019-04
|
||||
$0 xenial # until 2021-04
|
||||
$0 artful # until 2018-07
|
||||
$0 bionic # until 2023-04
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue