Added and indexed Debian woody, sarge and etch
This commit is contained in:
parent
1e97e055db
commit
862f42dce5
3 changed files with 21 additions and 3 deletions
|
|
@ -76,7 +76,10 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(20, 'Debian', '1.3', 'debian-bo', 2),
|
||||
(21, 'Debian', '2.0', 'debian-hamm', 3),
|
||||
(22, 'Debian', '2.1', 'debian-slink', 4),
|
||||
(23, 'Debian', '2.2', 'debian-potato', 5);
|
||||
(23, 'Debian', '2.2', 'debian-potato', 5),
|
||||
(24, 'Debian', '3.0', 'debian-woody', 6),
|
||||
(25, 'Debian', '3.1', 'debian-sarge', 7),
|
||||
(26, 'Debian', '4.0', 'debian-etch', 8);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
15
util/deb.sh
15
util/deb.sh
|
|
@ -299,6 +299,18 @@ debian_potato() {
|
|||
syncrepo 23 "http://archive.debian.org/debian/" "potato" "main contrib non-free"
|
||||
}
|
||||
|
||||
debian_woody() {
|
||||
syncrepo 24 "http://archive.debian.org/debian/" "woody" "main contrib non-free"
|
||||
}
|
||||
|
||||
debian_sarge() {
|
||||
syncrepo 25 "http://archive.debian.org/debian/" "sarge" "main contrib non-free"
|
||||
}
|
||||
|
||||
debian_etch() {
|
||||
syncrepo 26 "http://archive.debian.org/debian/" "etch" "main contrib non-free"
|
||||
}
|
||||
|
||||
debian_old() {
|
||||
debian_buzz
|
||||
debian_rex
|
||||
|
|
@ -306,6 +318,9 @@ debian_old() {
|
|||
debian_hamm
|
||||
debian_slink
|
||||
debian_potato
|
||||
debian_woody
|
||||
debian_sarge
|
||||
debian_etch
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@ sub home {
|
|||
# Relevant query: SELECT count(distinct hash), count(distinct name), count(*), count(distinct package) FROM man;
|
||||
# It's far too slow to run that on every pageview. :-(
|
||||
p style => 'float: none'; lit <<' _';
|
||||
Indexing <b>519,202</b> versions of <b>127,527</b> manual pages found in
|
||||
<b>1,663,033</b> files of <b>176,474</b> packages.
|
||||
Indexing <b>561,179</b> versions of <b>131,879</b> manual pages found in
|
||||
<b>1,854,105</b> files of <b>196,356</b> packages.
|
||||
<br /><br />
|
||||
Manned.org aims to index all manual pages from a variety of systems, both
|
||||
old and new, and provides a convenient interface for looking up and viewing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue