Unix and Linux Discussions Tagged with logs |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
10,320 |
Solaris |
|
|
|
3 |
2,249 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,237 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,955 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,788 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,330 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,387 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
817 |
UNIX for Beginners Questions & Answers |
|
|
|
15 |
1,641 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,637 |
AIX |
|
|
|
10 |
1,810 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,291 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
1,587 |
Red Hat |
|
|
|
0 |
2,213 |
Solaris |
|
|
|
1 |
5,607 |
Solaris |
|
|
|
2 |
1,657 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,517 |
Red Hat |
|
|
|
8 |
5,289 |
Shell Programming and Scripting |
|
|
|
3 |
7,957 |
Linux |
|
|
|
1 |
10,702 |
What is on Your Mind? |
|
|
|
2 |
3,863 |
Solaris |
|
|
|
17 |
11,752 |
Shell Programming and Scripting |
|
|
|
1 |
2,480 |
Solaris |
|
|
|
1 |
10,594 |
Linux |
|
|
|
3 |
8,438 |
Shell Programming and Scripting |
|
|
|
5 |
1,421 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
4,459 |
Shell Programming and Scripting |
|
|
|
4 |
3,006 |
Shell Programming and Scripting |
|
|
|
4 |
31,751 |
HP-UX |
|
|
|
2 |
5,930 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
14,127 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,689 |
UNIX and Linux RSS News |
|
|
|
3 |
1,736 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
8,179 |
Shell Programming and Scripting |
|
|
|
10 |
25,660 |
Shell Programming and Scripting |
|
|
|
6 |
3,201 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
5,496 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,905 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
18,892 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
3,622 |
Solaris |
GETBUILDLOG(1) General Commands Manual GETBUILDLOG(1)
NAME
getbuildlog - download build logs from Debian auto-builders
SYNOPSIS
getbuildlog package [version-pattern] [architecture-pattern]
DESCRIPTION
getbuildlog downloads build logs of package from Debian auto-builders. It downloads build logs of all versions and for all architectures if
version-pattern and architecture-pattern are not specified or empty, otherwise only build logs whose versions match version-pattern and
build logs whose architectures match architecture-pattern will be downloaded. The version and architecture patterns are interpreted as
extended regular expressions as described in grep(1).
If version-pattern is "last" then only the logs for the most recent version of package found on buildd.debian.org will be downloaded.
If version-pattern is "last-all" then the logs for the most recent version found on each build log index will be downloaded.
OPTIONS
-h, --help
Show usage information and examples.
-V, --version
Show version and copyright information.
EXAMPLES
getbuildlog hello 2.2-1 amd64
Download amd64 build log for hello version 2.2-1.
getbuildlog glibc "" mips.*
Download mips(el) build logs of all glibc versions.
getbuildlog wesnoth .*bpo.*
Download all build logs of backported wesnoth versions.
AUTHOR
Written by Frank S. Thomas <fst@debian.org>.
DEBIAN Debian Utilities GETBUILDLOG(1)