File: apt-spy.8

package info (click to toggle)
apt-spy 2.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,896 kB
  • ctags: 460
  • sloc: sh: 8,406; ansic: 1,129; makefile: 53
file content (83 lines) | stat: -rw-r--r-- 2,654 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH APT-SPY 8 "September 25, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
apt-spy \- program to generate a /etc/apt/sources.list file
.SH SYNOPSIS
.BR apt-spy " [" -a
.IR string "]"
.RB [ -d
.IR dist ]
.RB [ -e
.IR # ]
.RB [ -f
.IR file ]
.RB [ -l
.IR file ]
.RB [ -s
.IR file ]
.RB [ -h ]
.RB [ -w ]
.SH DESCRIPTION
This manual page documents briefly the
.B apt-spy
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics, 
.\" respectively.
\fBapt-spy\fP is a program that downloads from the Debian ftpsite 
(ftp://ftp.us.debian.org/debian/README.mirrors.html)
a list of current Debian mirrors, parses that list and tests each site
for latency and bandwidth.  It then chooses the top three sites and writes an
/etc/apt/sources.list based on this.
.BR
.SH OPTIONS
.TP
.BI -a " string" ",  --manual-add = " string 
.RI "manually append " string " to end of sources.list"
.TP
.BI -d " dist " ", --distribution = " dist 
.RI "Use " dist " STABLE, TESTING or UNSTABLE (default is STABLE)"
.TP
.BI -e " # " ", --early-finish = " #
.RI "Finish after " # " of benchmarked sites are done"
.TP
.BI -f " file " ", --use-file = " file 
.RI "Use " file " as server list instead of debian.org"
.TP
.BI "-l " file ",  --save-list =" file 
List to save instead of /etc/apt/sources.list
.TP
.BI "-s " file ",  --save-top =" file 
.RI "Save TOP scorers to " file
.TP
.BR "-w "
.RI "Turn on spinning status wheel (increases network load if running over a
network session).  This is a new default.  The old default was to have the wheel
on unless the -w switch was specified
.TP
.RB -h ", " --help
Print usage information
.SH SEE ALSO
.BR sources.list (5),
.BR apt (8).
.SH AUTHOR
This manual page was written by Stephen Stafford <stephen@clothcat.demon.co.uk>,
for the Debian GNU/Linux system (but may be used by others).