From bb236c1f0e66d43d70b876174638983b7dd1e977 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 1 May 2018 20:30:27 +0200 Subject: [PATCH] Add Ubuntu 18.04 + Fedora 28 --- sql/schema.sql | 4 +++- util/arch.sh | 2 +- util/fedora.sh | 6 +++++- util/ubuntu.sh | 4 ++++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sql/schema.sql b/sql/schema.sql index 2119ad3..0baae38 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -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. diff --git a/util/arch.sh b/util/arch.sh index fee502d..36e1b95 100755 --- a/util/arch.sh +++ b/util/arch.sh @@ -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) diff --git a/util/fedora.sh b/util/fedora.sh index 3ed51e6..02d7667 100755 --- a/util/fedora.sh +++ b/util/fedora.sh @@ -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 diff --git a/util/ubuntu.sh b/util/ubuntu.sh index 1d53fd0..7bf295b 100755 --- a/util/ubuntu.sh +++ b/util/ubuntu.sh @@ -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