1GETBUILDLOG(1) General Commands Manual GETBUILDLOG(1)
2
3
4
6 getbuildlog - download build logs from Debian auto-builders
7
9 getbuildlog package [version-pattern] [architecture-pattern]
10
12 getbuildlog downloads build logs of package from Debian auto-builders.
13 It downloads build logs of all versions and for all architectures if
14 version-pattern and architecture-pattern are not specified or empty,
15 otherwise only build logs whose versions match version-pattern and
16 build logs whose architectures match architecture-pattern will be down‐
17 loaded. The version and architecture patterns are interpreted as
18 extended regular expressions as described in grep(1).
19
20 If version-pattern is "last" then only the logs for the most recent
21 version of package found on buildd.debian.org will be downloaded.
22
23 If version-pattern is "last-all" then the logs for the most recent ver‐
24 sion found on each build log index will be downloaded.
25
27 -h, --help
28 Show usage information and examples.
29
30 -V, --version
31 Show version and copyright information.
32
34 getbuildlog hello 2\.2-1 amd64
35 Download amd64 build log for hello version 2.2-1.
36
37 getbuildlog glibc "" mips.*
38 Download mips(el) build logs of all glibc versions.
39
40 getbuildlog wesnoth .*bpo.*
41 Download all build logs of backported wesnoth versions.
42
44 Written by Frank S. Thomas <fst@debian.org>.
45
46
47
48DEBIAN Debian Utilities GETBUILDLOG(1)