Add Fedora 27
This commit is contained in:
parent
aedb1795c1
commit
6120b2fa5a
2 changed files with 8 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue