Add Fedora 30
This commit is contained in:
parent
69cbd77729
commit
d2e7719b3f
2 changed files with 8 additions and 2 deletions
|
|
@ -240,7 +240,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(187,'CentOS', '7.6', 'centos-7.6', 50),
|
(187,'CentOS', '7.6', 'centos-7.6', 50),
|
||||||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
||||||
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
|
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
|
||||||
(190,'Debian', '10.0', 'debian-buster', 14);
|
(190,'Debian', '10.0', 'debian-buster', 14),
|
||||||
|
(191,'Fedora', '30', 'fedora-30', 29);
|
||||||
|
|
||||||
|
|
||||||
-- Removes any path components and compression extensions from the filename.
|
-- Removes any path components and compression extensions from the filename.
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,10 @@ case "$1" in
|
||||||
index rpm --sys fedora-29 --cat everything --mirror "${CMIRROR}releases/29/Everything/x86_64/os/"
|
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/"
|
index rpm --sys fedora-29 --cat everything --mirror "${CMIRROR}updates/29/Everything/x86_64/"
|
||||||
;;
|
;;
|
||||||
|
30)
|
||||||
|
index rpm --sys fedora-30 --cat everything --mirror "${CMIRROR}releases/30/Everything/x86_64/os/"
|
||||||
|
index rpm --sys fedora-30 --cat everything --mirror "${CMIRROR}updates/30/Everything/x86_64/"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 1
|
$0 1
|
||||||
$0 2
|
$0 2
|
||||||
|
|
@ -137,10 +141,11 @@ case "$1" in
|
||||||
$0 25
|
$0 25
|
||||||
$0 26
|
$0 26
|
||||||
$0 27
|
$0 27
|
||||||
|
$0 28
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 28
|
|
||||||
$0 29
|
$0 29
|
||||||
|
$0 30
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue