Add Fedora 34
This commit is contained in:
parent
61965f23f6
commit
1572f6cedf
2 changed files with 7 additions and 1 deletions
|
|
@ -260,7 +260,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(207,'CentOS', '8.3', 'centos-8.3', 63),
|
||||
(208,'FreeBSD', '12.2', 'freebsd-12.2', 72),
|
||||
(209,'FreeBSD', '13.0', 'freebsd-13.0', 80),
|
||||
(210,'Ubuntu', '21.04', 'ubuntu-hirsute', 33);
|
||||
(210,'Ubuntu', '21.04', 'ubuntu-hirsute', 33),
|
||||
(211,'Fedora', '34', 'fedora-34', 33);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -125,6 +125,10 @@ case "$1" in
|
|||
index rpm --sys fedora-33 --cat everything --mirror "${CMIRROR}releases/33/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-33 --cat everything --mirror "${CMIRROR}updates/33/Everything/x86_64/"
|
||||
;;
|
||||
34)
|
||||
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}releases/34/Everything/x86_64/os/"
|
||||
index rpm --sys fedora-34 --cat everything --mirror "${CMIRROR}updates/34/Everything/x86_64/"
|
||||
;;
|
||||
old)
|
||||
$0 1
|
||||
$0 2
|
||||
|
|
@ -161,6 +165,7 @@ case "$1" in
|
|||
current)
|
||||
$0 32
|
||||
$0 33
|
||||
$0 34
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue