Add CentOS 7.5 + Fix Fedora 28 updates repo

This commit is contained in:
Yorhel 2018-06-02 07:34:54 +02:00
parent 7aa89145ca
commit 7bb4397f9b
3 changed files with 10 additions and 4 deletions

View file

@ -231,7 +231,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(178,'CentOS', '7.3', 'centos-7.3', 46),
(179,'CentOS', '7.4', 'centos-7.4', 47),
(180,'Ubuntu', '18.04', 'ubuntu-bionic', 27),
(181,'Fedora', '28', 'fedora-28', 27);
(181,'Fedora', '28', 'fedora-28', 27),
(182,'CentOS', '7.5', 'centos-7.5', 48);
-- Removes any path components and compression extensions from the filename.

View file

@ -175,7 +175,10 @@ case "$1" in
centc 7.3 7.3.1611
;;
7.4)
centc 7.4 7.4.1708 $CMIRROR
centc 7.4 7.4.1708
;;
7.5)
centc 7.5 7.5.1804 $CMIRROR
;;
old)
$0 2.1
@ -222,10 +225,11 @@ case "$1" in
$0 7.1
$0 7.2
$0 7.3
$0 7.4
;;
current)
$0 6.9 # till 2020-11-30
$0 7.4 # till 2024-06-30
$0 7.5 # till 2024-06-30
;;
all)
$0 old

View file

@ -102,7 +102,8 @@ case "$1" in
fedora 27 x86_64 $CMIRROR
;;
28)
fedora 28 x86_64 $CMIRROR
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}releases/28/Everything/x86_64/os/"
index rpm --sys fedora-28 --cat everything --mirror "${CMIRROR}updates/28/Everything/x86_64/"
;;
old)
$0 1