Add FreeBSD 10.1
This commit is contained in:
parent
1106b0c08d
commit
c04e6b3b6a
2 changed files with 12 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(92, 'Ubuntu', '15.10', 'ubuntu-wily', 22),
|
||||
(93, 'Ubuntu', '16.04', 'ubuntu-xenial', 23),
|
||||
(94, 'FreeBSD', '9.3', 'freebsd-9.3', 55),
|
||||
(95, 'FreeBSD', '10.0', 'freebsd-10.0', 56);
|
||||
(95, 'FreeBSD', '10.0', 'freebsd-10.0', 56),
|
||||
(96, 'FreeBSD', '10.1', 'freebsd-10.1', 57);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -834,6 +834,15 @@ f10_0() {
|
|||
check_pkgdir3 95 "$PKG"
|
||||
}
|
||||
|
||||
f10_1() {
|
||||
MIR="http://ftp.dk.freebsd.org/pub/FreeBSD/releases/i386/10.1-RELEASE/"
|
||||
PKG="http://pkg.freebsd.org/freebsd:10:x86:32/release_1/"
|
||||
echo "============ $MIR"
|
||||
check_dist 96 "$MIR/base.txz" "core-base" "2014-11-14"
|
||||
check_dist 96 "$MIR/games.txz" "core-games" "2014-11-14"
|
||||
check_pkgdir3 96 "$PKG"
|
||||
}
|
||||
|
||||
|
||||
old() {
|
||||
f1_0
|
||||
|
|
@ -893,6 +902,7 @@ old() {
|
|||
f9_2
|
||||
f9_3
|
||||
f10_0
|
||||
f10_1
|
||||
}
|
||||
|
||||
"$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue