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>. One
27 or more package names 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 au‐
42 toremovals.
43
44 --experimental, -e
45 Print pseudo-excuses for manual migration from experimental to
46 unstable.
47
48 --debug
49 Print debugging output to stderr (including url(s) fetched).
50
52 The two configuration files /etc/devscripts.conf and ~/.devscripts are
53 sourced in that order to set configuration variables. Command line op‐
54 tions can be used to override configuration file settings. Environment
55 variable settings are ignored for this purpose. The currently recog‐
56 nised variable is:
57
58 GREP_EXCUSES_MAINTAINER
59 The default maintainer, email or package to grep for if none is
60 specified on the command line.
61
62 GREP_EXCUSES_AUTOPKGTESTS
63 Boolean: whether to show autopkgtest failures in other packages.
64 See --autopkgtests.
65
67 devscripts.conf(5)
68
70 Joey Hess <joeyh@debian.org>; modifications by Julian Gilbey <jdg@de‐
71 bian.org>.
72
73
74
75DEBIAN Debian Utilities GREP-EXCUSES(1)