1GREP-EXCUSES(1) General Commands Manual GREP-EXCUSES(1)
2
3
4
6 grep-excuses - search the testing excuses files for a specific main‐
7 tainer
8
10 grep-excuses [options] [maintainer|package]
11
13 grep-excuses downloads the autoremovals and update_excuses.html files
14 and greps them for the specified maintainer or package name. The wget
15 package is required for this script. If no name is given on the com‐
16 mand line, first the environment variable DEBFULLNAME is used if it is
17 defined, and failing that, the configuration variable described below
18 is used.
19
21 --no-conf, --noconf
22 Do not read any configuration files. This can only be used as
23 the first option given on the command-line.
24
25 --wipnity, -w
26 Get information from <https://qa.debian.org/excuses.php>. A
27 package name must be given when using this option.
28
29 --help Show a brief usage message.
30
31 --version
32 Show version and copyright information.
33
34 --autopkgtests
35 Investigate and show autopkgtest (ci.debian.net) failures in
36 your packages but apparently caused by new versions of other
37 packages trying to migrate. (--no-autopkgtests can be used to
38 override GREP_EXCUSES_AUTOPKGTESTS.)
39
40 --no-autoremovals
41 Investigate and show only testing propagation excuses, not
42 autoremovals.
43
44 --debug
45 Print debugging output to stderr (including url(s) fetched).
46
48 The two configuration files /etc/devscripts.conf and ~/.devscripts are
49 sourced in that order to set configuration variables. Command line
50 options can be used to override configuration file settings. Environ‐
51 ment variable settings are ignored for this purpose. The currently
52 recognised variable is:
53
54 GREP_EXCUSES_MAINTAINER
55 The default maintainer, email or package to grep for if none is
56 specified on the command line.
57
58 GREP_EXCUSES_AUTOPKGTESTS
59 Boolean: whether to show autopkgtest failures in other packages.
60 See --autopkgtests.
61
63 devscripts.conf(5)
64
66 Joey Hess <joeyh@debian.org>; modifications by Julian Gilbey
67 <jdg@debian.org>.
68
69
70
71DEBIAN Debian Utilities GREP-EXCUSES(1)