Merge branch 'master' of site
This commit is contained in:
commit
cec70a59c4
4 changed files with 13 additions and 3 deletions
|
|
@ -229,7 +229,9 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(176,'CentOS', '7.1', 'centos-7.1', 44),
|
(176,'CentOS', '7.1', 'centos-7.1', 44),
|
||||||
(177,'CentOS', '7.2', 'centos-7.2', 45),
|
(177,'CentOS', '7.2', 'centos-7.2', 45),
|
||||||
(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),
|
||||||
|
(181,'Fedora', '28', 'fedora-28', 27);
|
||||||
|
|
||||||
|
|
||||||
-- Removes any path components and compression extensions from the filename.
|
-- Removes any path components and compression extensions from the filename.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
. ./common.sh
|
. ./common.sh
|
||||||
|
|
||||||
MIRROR=http://ftp.nluug.nl/pub/os/Linux/distr/archlinux
|
MIRROR=http://mirror.i3d.net/pub/archlinux/
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
current)
|
current)
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,9 @@ case "$1" in
|
||||||
27)
|
27)
|
||||||
fedora 27 x86_64 $CMIRROR
|
fedora 27 x86_64 $CMIRROR
|
||||||
;;
|
;;
|
||||||
|
28)
|
||||||
|
fedora 28 x86_64 $CMIRROR
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 1
|
$0 1
|
||||||
$0 2
|
$0 2
|
||||||
|
|
@ -126,11 +129,12 @@ case "$1" in
|
||||||
$0 22
|
$0 22
|
||||||
$0 23
|
$0 23
|
||||||
$0 24
|
$0 24
|
||||||
|
$0 25
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 25
|
|
||||||
$0 26
|
$0 26
|
||||||
$0 27
|
$0 27
|
||||||
|
$0 28
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,9 @@ case $1 in
|
||||||
artful)
|
artful)
|
||||||
stdrepo artful $CMIRROR amd64
|
stdrepo artful $CMIRROR amd64
|
||||||
;;
|
;;
|
||||||
|
bionic)
|
||||||
|
stdrepo bionic $CMIRROR amd64
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 warty
|
$0 warty
|
||||||
$0 hoary
|
$0 hoary
|
||||||
|
|
@ -137,6 +140,7 @@ case $1 in
|
||||||
$0 trusty # until 2019-04
|
$0 trusty # until 2019-04
|
||||||
$0 xenial # until 2021-04
|
$0 xenial # until 2021-04
|
||||||
$0 artful # until 2018-07
|
$0 artful # until 2018-07
|
||||||
|
$0 bionic # until 2023-04
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue