~ubuntu-branches/ubuntu/saucy/devscripts/saucy

10.2.1 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
1
.TH GETBUILDLOG 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
2
.SH NAME
3
getbuildlog \- download build logs from Debian auto\-builders
4
.SH SYNOPSIS
5
\fBgetbuildlog\fR \fIpackage\fR
6
[\fIversion\-pattern\fR]
7
[\fIarchitecture\-pattern\fR]
8
.SH DESCRIPTION
9
\fBgetbuildlog\fR downloads build logs of \fIpackage\fR from Debian
10
auto\-builders. It downloads build logs of all versions and for all
11
architectures if \fIversion\-pattern\fR and \fIarchitecture\-pattern\fR are
12
not specified or empty, otherwise only build logs whose versions match
13
\fIversion-pattern\fR and build logs whose architectures match
14
\fIarchitecture-pattern\fR will be downloaded. The version and architecture
15
patterns are interpreted as extended regular expressions as described in
16
\fBgrep\fR(1).
10.3.2 by Adam D. Barratt, Adam D. Barratt, Christoph Berg, Stefano Zacchiroli, Patrick Schoenfeld
[ Adam D. Barratt ]
17
.PP
10.9.5 by James Vega, James Vega, Benjamin Drung, David Prévot
[ James Vega ]
18
If \fIversion-pattern\fR is "last" then only the logs for the most
19
recent version of \fIpackage\fR found on buildd.debian.org will be
10.3.2 by Adam D. Barratt, Adam D. Barratt, Christoph Berg, Stefano Zacchiroli, Patrick Schoenfeld
[ Adam D. Barratt ]
20
downloaded.
21
.PP
22
If \fIversion-pattern\fR is "last-all" then the logs for the most recent
23
version found on each build log index will be downloaded.
10.2.1 by Adam D. Barratt
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
24
.SH OPTIONS
25
.TP
26
\fB\-h\fR, \fB\-\-help\fR
27
Show usage information and examples.
28
.TP
29
\fB\-V\fR, \fB\-\-version\fR
30
Show version and copyright information.
31
.SH EXAMPLES
32
.TP
33
getbuildlog hello 2\\.2\-1 amd64
34
Download amd64 build log for hello version 2.2\-1.
35
.TP
36
getbuildlog glibc "" mips.*
37
Download mips(el) build logs of all glibc versions.
38
.TP
39
getbuildlog wesnoth .*bpo.*
40
Download all build logs of backported wesnoth versions.
41
.SH AUTHOR
42
Written by Frank S. Thomas <fst@debian.org>.