summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-22 20:18:01 +0200
committerYorhel <git@yorhel.nl>2019-10-22 20:18:01 +0200
commit6fe905f7c9f603d919bfca42097472035174b642 (patch)
tree2b2b30eee522f71dbe9c3ae89027b9809294b12b
parentea0a7a4b715add2a08f0989d05b3f26bd0d29d97 (diff)
Add CentOS 7.7
-rw-r--r--sql/schema.sql3
-rwxr-xr-xutil/centos.sh5
2 files changed, 6 insertions, 2 deletions
diff --git a/sql/schema.sql b/sql/schema.sql
index 1f33a4b..82bd9d4 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -243,7 +243,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(190,'Debian', '10.0', 'debian-buster', 14),
(191,'Fedora', '30', 'fedora-30', 29),
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
- (193,'Ubuntu', '19.10', 'ubuntu-eoan', 30);
+ (193,'Ubuntu', '19.10', 'ubuntu-eoan', 30),
+ (194,'CentOS', '7.7', 'centos-7.7', 51);
-- Removes any path components and compression extensions from the filename.
diff --git a/util/centos.sh b/util/centos.sh
index ee879d2..8364d28 100755
--- a/util/centos.sh
+++ b/util/centos.sh
@@ -186,6 +186,9 @@ case "$1" in
7.6)
centc 7.6 7.6.1810 $CMIRROR
;;
+ 7.7)
+ centc 7.7 7.7.1908 $CMIRROR
+ ;;
old)
$0 2.1
$0 3.1
@@ -238,7 +241,7 @@ case "$1" in
;;
current)
$0 6.10 # till 2020-11-30
- $0 7.6 # till 2024-06-30
+ $0 7.7 # till 2024-06-30
;;
all)
$0 old