Add CentOS 7.5 + Fix Fedora 28 updates repo
This commit is contained in:
parent
7aa89145ca
commit
7bb4397f9b
3 changed files with 10 additions and 4 deletions
|
|
@ -231,7 +231,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(178,'CentOS', '7.3', 'centos-7.3', 46),
|
(178,'CentOS', '7.3', 'centos-7.3', 46),
|
||||||
(179,'CentOS', '7.4', 'centos-7.4', 47),
|
(179,'CentOS', '7.4', 'centos-7.4', 47),
|
||||||
(180,'Ubuntu', '18.04', 'ubuntu-bionic', 27),
|
(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.
|
-- Removes any path components and compression extensions from the filename.
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,10 @@ case "$1" in
|
||||||
centc 7.3 7.3.1611
|
centc 7.3 7.3.1611
|
||||||
;;
|
;;
|
||||||
7.4)
|
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)
|
old)
|
||||||
$0 2.1
|
$0 2.1
|
||||||
|
|
@ -222,10 +225,11 @@ case "$1" in
|
||||||
$0 7.1
|
$0 7.1
|
||||||
$0 7.2
|
$0 7.2
|
||||||
$0 7.3
|
$0 7.3
|
||||||
|
$0 7.4
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 6.9 # till 2020-11-30
|
$0 6.9 # till 2020-11-30
|
||||||
$0 7.4 # till 2024-06-30
|
$0 7.5 # till 2024-06-30
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,8 @@ case "$1" in
|
||||||
fedora 27 x86_64 $CMIRROR
|
fedora 27 x86_64 $CMIRROR
|
||||||
;;
|
;;
|
||||||
28)
|
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)
|
old)
|
||||||
$0 1
|
$0 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue