Add CentOS 7.9 & 8.3
Just lazy maintenance. I need to figure out what to do with CentOS now that they've switched to a different release model.
This commit is contained in:
parent
92bc63bbde
commit
7b791561aa
2 changed files with 13 additions and 3 deletions
|
|
@ -255,7 +255,9 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(202,'Fedora', '32', 'fedora-32', 31),
|
||||
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65),
|
||||
(204,'Ubuntu', '20.10', 'ubuntu-groovy', 32),
|
||||
(205,'Fedora', '33', 'fedora-33', 32);
|
||||
(205,'Fedora', '33', 'fedora-33', 32),
|
||||
(206,'CentOS', '7.9', 'centos-7.9', 53),
|
||||
(207,'CentOS', '8.3', 'centos-8.3', 63);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -204,6 +204,9 @@ case "$1" in
|
|||
7.8)
|
||||
centc 7.8 7.8.2003 $CMIRROR
|
||||
;;
|
||||
7.9)
|
||||
centc 7.9 7.9.2009 $CMIRROR
|
||||
;;
|
||||
8.0)
|
||||
centd 8.0 8.0.1905 $CMIRROR
|
||||
;;
|
||||
|
|
@ -213,6 +216,9 @@ case "$1" in
|
|||
8.2)
|
||||
centd 8.2 8.2.2004 $CMIRROR
|
||||
;;
|
||||
8.3)
|
||||
centd 8.3 8.3.2011 $CMIRROR
|
||||
;;
|
||||
old)
|
||||
$0 2.1
|
||||
$0 3.1
|
||||
|
|
@ -264,13 +270,15 @@ case "$1" in
|
|||
$0 7.5
|
||||
$0 7.6
|
||||
$0 7.7
|
||||
$0 7.8
|
||||
$0 8.0
|
||||
$0 8.1
|
||||
$0 8.2
|
||||
;;
|
||||
current)
|
||||
$0 6.10 # till 2020-11-30
|
||||
$0 7.8 # till 2024-06-30
|
||||
$0 8.2 # till 2029-05-31
|
||||
$0 7.9 # till 2024-06-30
|
||||
$0 8.3 # till 2029-05-31
|
||||
;;
|
||||
all)
|
||||
$0 old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue