Add Fedora 29

This commit is contained in:
Yorhel 2018-11-01 17:23:40 +01:00
parent 19e07400b9
commit 99628559ed
2 changed files with 7 additions and 1 deletions

View file

@ -235,7 +235,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(182,'CentOS', '7.5', 'centos-7.5', 49),
(183,'CentOS', '6.10', 'centos-6.10', 43),
(184,'FreeBSD', '11.2', 'freebsd-11.2', 63),
(185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28);
(185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28),
(186,'Fedora', '29', 'fedora-29', 28);
-- Removes any path components and compression extensions from the filename.

View file

@ -105,6 +105,10 @@ case "$1" in
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}releases/28/Everything/x86_64/os/"
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}updates/28/Everything/x86_64/"
;;
29)
index rpm --sys fedora-29 --cat everything --mirror "${CMIRROR}releases/29/Everything/x86_64/os/"
index rpm --sys fedora-29 --cat everything --mirror "${CMIRROR}updates/29/Everything/x86_64/"
;;
old)
$0 1
$0 2
@ -136,6 +140,7 @@ case "$1" in
current)
$0 27
$0 28
$0 29
;;
all)
$0 old