Stop syncing Fedora 24; Add FreeBSD 11.1 and Ubuntu 17.10
This commit is contained in:
parent
cb2d970d3a
commit
2388aaefcc
5 changed files with 17 additions and 3 deletions
|
|
@ -179,7 +179,9 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(125,'Fedora', '25', 'fedora-25', 24),
|
(125,'Fedora', '25', 'fedora-25', 24),
|
||||||
(126,'Ubuntu', '17.04', 'ubuntu-zesty', 25),
|
(126,'Ubuntu', '17.04', 'ubuntu-zesty', 25),
|
||||||
(127,'Debian', '9.0', 'debian-stretch', 13),
|
(127,'Debian', '9.0', 'debian-stretch', 13),
|
||||||
(128,'Fedora', '26', 'fedora-26', 25);
|
(128,'Fedora', '26', 'fedora-26', 25),
|
||||||
|
(129,'FreeBSD', '11.1', 'freebsd-11.1', 61),
|
||||||
|
(130,'Ubuntu', '17.10', 'ubuntu-artful', 26);
|
||||||
|
|
||||||
|
|
||||||
-- Removes any path components and compression extensions from the filename.
|
-- Removes any path components and compression extensions from the filename.
|
||||||
|
|
|
||||||
|
|
@ -122,9 +122,9 @@ case "$1" in
|
||||||
$0 21
|
$0 21
|
||||||
$0 22
|
$0 22
|
||||||
$0 23
|
$0 23
|
||||||
|
$0 24
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 24
|
|
||||||
$0 25
|
$0 25
|
||||||
$0 26
|
$0 26
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
|
|
@ -564,6 +564,12 @@ case $1 in
|
||||||
index_core freebsd-11.0 "${MIR}base.txz" core-base 2016-10-10
|
index_core freebsd-11.0 "${MIR}base.txz" core-base 2016-10-10
|
||||||
index freebsd2 --sys freebsd-11.0 --mirror "$PKG"
|
index freebsd2 --sys freebsd-11.0 --mirror "$PKG"
|
||||||
;;
|
;;
|
||||||
|
11.1)
|
||||||
|
MIR="${CMIRROR}amd64/11.1-RELEASE/"
|
||||||
|
PKG="${PMIRROR}FreeBSD:11:amd64/release_1/"
|
||||||
|
index_core freebsd-11.1 "${MIR}base.txz" core-base 2017-07-26
|
||||||
|
index freebsd2 --sys freebsd-11.1 --mirror "$PKG"
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 1.0
|
$0 1.0
|
||||||
$0 2.0.5
|
$0 2.0.5
|
||||||
|
|
@ -626,5 +632,6 @@ case $1 in
|
||||||
$0 10.2
|
$0 10.2
|
||||||
$0 10.3
|
$0 10.3
|
||||||
$0 11.0
|
$0 11.0
|
||||||
|
$0 11.1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,9 @@ case $1 in
|
||||||
zesty)
|
zesty)
|
||||||
stdrepo zesty $CMIRROR amd64
|
stdrepo zesty $CMIRROR amd64
|
||||||
;;
|
;;
|
||||||
|
artful)
|
||||||
|
stdrepo artful $CMIRROR amd64
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 warty
|
$0 warty
|
||||||
$0 hoary
|
$0 hoary
|
||||||
|
|
@ -133,6 +136,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 zesty # until 2018-01
|
$0 zesty # until 2018-01
|
||||||
|
$0 artful # until 2018-07
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
|
|
@ -269,7 +269,8 @@ sub about {
|
||||||
included, which is generally a snapshot of the ports directory around the
|
included, which is generally a snapshot of the ports directory around the
|
||||||
time of the release. The release dates indicated for many packages were
|
time of the release. The release dates indicated for many packages were
|
||||||
guessed from the file modification dates in the tarball, and may be
|
guessed from the file modification dates in the tarball, and may be
|
||||||
inaccurate.</dd>
|
inaccurate. The i368 arch was indexed for FreeBSD 11.0 and older, the
|
||||||
|
amd64 arch starting with 11.1.</dd>
|
||||||
<dt>Ubuntu</dt><dd>
|
<dt>Ubuntu</dt><dd>
|
||||||
Historical releases were fetched from <a
|
Historical releases were fetched from <a
|
||||||
href="http://old-releases.ubuntu.com/ubuntu/">http://old-releases.ubuntu.com/ubuntu/</a>,
|
href="http://old-releases.ubuntu.com/ubuntu/">http://old-releases.ubuntu.com/ubuntu/</a>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue