~ubuntu-branches/ubuntu/warty/sbuild/warty

« back to all changes in this revision

Viewing changes to avg-pkg-build-time.1

  • Committer: Bazaar Package Importer
  • Author(s): Rick Younie
  • Date: 2002-03-03 21:51:51 UTC
  • Revision ID: james.westby@ubuntu.com-20020303215151-50oderv821xp634e
Tags: 0.4
made /etc/sbuild.conf a conffile - thanks Gergely Nagy.
(Closes: #136374)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"
 
2
.\" avg-pkg-build-time.1 - the *roff document processor source for the avg-pkg-build-time manual
 
3
.\"
 
4
.\" This file is part of Debian GNU/Linux's prepackaged version of wanna-build.
 
5
.\" Copyright (C) 1998 James Troup <james@nocrew.org>.
 
6
.\"
 
7
.\" This program is free software; you can redistribute it and/or modify
 
8
.\" it under the terms of the GNU General Public License as published by
 
9
.\" the Free Software Foundation; either version 2 of the License , or
 
10
.\" (at your option) any later version.
 
11
.\"
 
12
.\" This program is distributed in the hope that it will be useful,
 
13
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
.\" GNU General Public License for more details.
 
16
.\"
 
17
.\" You should have received a copy of the GNU General Public License
 
18
.\" along with this program; see the file COPYING.  If not, write to
 
19
.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
20
.\"
 
21
.TH avg-pkg-build-time 1 .\" "Command Manual" 1998-11-17 "November 17, 1998"
 
22
.SH NAME
 
23
avg-pkg-build-time \- display or alter database of package build times/space
 
24
.SH SYNOPSIS
 
25
.B avg-pkg-build-time
 
26
.B avg-pkg-build-space
 
27
[\-s/\-\-space] [\-a/\-\-add <package name> <time>] [\-\-delete <package name>] [\-\-dump] [\-t/\-\-top]
 
28
.SH VERSION
 
29
This man page documents avg-pkg-build from 1999-05-04.
 
30
.SH DESCRIPTION
 
31
\fBavg-pkg-build-time\fR displays or alters data from a database of
 
32
package build times or space, usually updated by sbuild.
 
33
.PP
 
34
If no option is given \fBavg-pkg-build-time\fR will display the entire
 
35
contents of the database.
 
36
.PP
 
37
The database files are only used if they already exist.  See
 
38
README.Debian for more information.
 
39
.PP
 
40
.SS OPTIONS
 
41
.TP
 
42
.IR \-a , "--add <package name> <time>"
 
43
Add an entry for a package. <time> is in the format HH:MM:SS, where
 
44
hours and minutes are optional.
 
45
.TP
 
46
.IR "--delete <package name>"
 
47
Remove the data for a package from the database.
 
48
.TP
 
49
.IR "--dump"
 
50
Output the contents of the database in unprocessed form.
 
51
.TP
 
52
.IR \-s , "--space"
 
53
Display space instead of time.
 
54
.TP
 
55
.IR \-t , "--top"
 
56
Sort the output by build time; longest build first.
 
57
.SH ENVIRONMENT VARIABLES
 
58
The following environment variables are used by \fBavg-pkg-build-time\fR:
 
59
.IP "HOME"
 
60
The home directory of the user.
 
61
.SH FILES
 
62
\fBavg-pkg-build-time\fR reads the sbuild configuration files
 
63
(/etc/sbuild.conf and ~/.sbuildrc (if it exists)) to discover the
 
64
location of the database.
 
65
.SH DIAGNOSTICS
 
66
None.
 
67
.SH AUTHOR
 
68
.nf
 
69
Roman Hodek
 
70
Roman.Hodek@informatik.uni-erlangen.de
 
71
.fi
 
72
.SH "SEE ALSO"
 
73
.SP
 
74
.BR sbuild ( 1 )