From 7b791561aa0e7dfe50469310a4e5cd4777a0443b Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 17 Apr 2021 11:13:22 +0200 Subject: [PATCH] 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. --- sql/schema.sql | 4 +++- util/centos.sh | 12 ++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sql/schema.sql b/sql/schema.sql index 7bd704a..31a5975 100644 --- a/sql/schema.sql +++ b/sql/schema.sql @@ -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. diff --git a/util/centos.sh b/util/centos.sh index a49e82e..c9ca453 100755 --- a/util/centos.sh +++ b/util/centos.sh @@ -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