From 6120b2fa5a96d5eb0e2bca0fab96fcf4a1c84a6f Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 16 Nov 2017 12:15:54 +0100 Subject: [PATCH] Add Fedora 27 --- sql/schema.sql | 3 ++- util/fedora.sh | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sql/schema.sql b/sql/schema.sql index 9286d93..d9d8faf 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -181,7 +181,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES (127,'Debian', '9.0', 'debian-stretch', 13), (128,'Fedora', '26', 'fedora-26', 25), (129,'FreeBSD', '11.1', 'freebsd-11.1', 61), - (130,'Ubuntu', '17.10', 'ubuntu-artful', 26); + (130,'Ubuntu', '17.10', 'ubuntu-artful', 26), + (131,'Fedora', '27', 'fedora-27', 26); -- Removes any path components and compression extensions from the filename. diff --git a/util/fedora.sh b/util/fedora.sh index 96d712f..3ed51e6 100755 --- a/util/fedora.sh +++ b/util/fedora.sh @@ -87,10 +87,10 @@ case "$1" in fedora 22 x86_64 ;; 23) - fedora 23 x86_64 $CMIRROR + fedora 23 x86_64 ;; 24) - fedora 24 x86_64 $CMIRROR + fedora 24 x86_64 ;; 25) fedora 25 x86_64 $CMIRROR @@ -98,6 +98,9 @@ case "$1" in 26) fedora 26 x86_64 $CMIRROR ;; + 27) + fedora 27 x86_64 $CMIRROR + ;; old) $0 1 $0 2 @@ -127,6 +130,7 @@ case "$1" in current) $0 25 $0 26 + $0 27 ;; all) $0 old