Added and indexed FreeBSD 8.4
This commit is contained in:
parent
a897c572ab
commit
9ba0d311e2
2 changed files with 12 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(80, 'FreeBSD', '9.0', 'freebsd-9.0', 51),
|
||||
(81, 'Ubuntu', '12.10', 'ubuntu-quantal', 16),
|
||||
(82, 'Ubuntu', '13.04', 'ubuntu-raring', 17),
|
||||
(83, 'Debian', '7.0', 'debian-wheezy', 11);
|
||||
(83, 'Debian', '7.0', 'debian-wheezy', 11),
|
||||
(84, 'FreeBSD', '8.4', 'freebsd-8.4', 52);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
|
|
@ -694,6 +694,15 @@ f8_3() {
|
|||
check_pkgdir 79 "$MIR/packages"
|
||||
}
|
||||
|
||||
f8_4() {
|
||||
MIR="http://ftp.dk.freebsd.org/pub/FreeBSD/releases/i386/8.4-RELEASE/"
|
||||
echo "============ $MIR"
|
||||
check_dist 84 "$MIR/base/base." "core-base" "2013-06-07" bq
|
||||
check_dist 84 "$MIR/games/games." "core-games" "2013-06-07" ab
|
||||
check_dist 84 "$MIR/manpages/manpages." "core-manpages" "2013-06-07" ag
|
||||
check_pkgdir 84 "$MIR/packages"
|
||||
}
|
||||
|
||||
f9_0() {
|
||||
MIR="http://ftp.dk.freebsd.org/pub/FreeBSD/releases/i386/9.0-RELEASE/"
|
||||
echo "============ $MIR"
|
||||
|
|
@ -755,6 +764,7 @@ old() {
|
|||
f8_1
|
||||
f8_2
|
||||
f8_3
|
||||
f8_4
|
||||
f9_0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue