summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-11-16 12:15:54 +0100
committerYorhel <git@yorhel.nl>2017-11-16 12:15:54 +0100
commit6120b2fa5a96d5eb0e2bca0fab96fcf4a1c84a6f (patch)
tree4ca1c7d9492f8cb3f85a637ab78179f50f70ea1f
parentaedb1795c128ecb0cdd5322422dd9a0990593ebf (diff)
Add Fedora 27
-rw-r--r--sql/schema.sql3
-rwxr-xr-xutil/fedora.sh8
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