95505
|
1 NOTES ON THE EMACS BUG TRACKER -*- outline -*-
|
95445
|
2
|
95505
|
3 The Emacs Bug Tracker can be found at http://emacsbugs.donarmstrong.com/
|
95445
|
4
|
96482
|
5 For a list of all bugs, see http://emacsbugs.donarmstrong.com/emacs
|
95445
|
6
|
97973
|
7 ** How do I report a bug in Emacs now?
|
|
8 The same way as you always did. Send mail to bug-gnu-emacs@gnu.org,
|
|
9 or use M-x report-emacs-bug.
|
|
10
|
|
11 The only differences are:
|
|
12
|
|
13 i) Your report will be assigned a number and generate an automatic reply.
|
|
14
|
|
15 ii) Optionally, you can set some database parameters when you first
|
|
16 report a bug (see "Setting bug parameters" below).
|
|
17
|
|
18 iii) If you want to CC: someone, use X-Debbugs-CC: (see below).
|
|
19
|
|
20 Once your report is filed and assigned a number, it is sent out to the
|
|
21 bug mailing list. In some cases, it may be appropriate to just file a
|
|
22 bug, without sending out a copy. To do this, send mail to
|
|
23 quiet@emacsbugs.donarmstrong.com.
|
|
24
|
|
25 ** How do I reply to an existing bug report?
|
|
26 Reply to 123@emacsbugs.donarmstrong.com, replacing 123 with the number
|
98513
|
27 of the bug you are interested in. NB this only sends mail to the
|
|
28 bug-list, it does NOT (?) send a CC to the original bug submitter.
|
|
29 So you need to explicitly CC him/her (and anyone else you like).
|
|
30
|
|
31 (Many people think the submitter SHOULD be automatically subscribed
|
|
32 to subsequent discussion, but this does not seem to be implemented.
|
|
33 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078)
|
|
34
|
|
35 Do NOT send a separate copy to the bug list, since this may generate a
|
|
36 new report. The only time to send mail to the bug list is to create a
|
|
37 new report.
|
95445
|
38
|
96482
|
39 ** When reporting a bug, to send a Cc to another address
|
|
40 (e.g. bug-cc-mode@gnu.org), do not just use a Cc: header.
|
|
41 Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a
|
95486
|
42 mail with the bug report number in.
|
|
43
|
95505
|
44 ** To not get acknowledgement mail from the tracker,
|
98513
|
45 add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus,
|
|
46 you can add an element to gnus-posting-styles to do this automatically, eg:
|
|
47
|
|
48 ("gnu-emacs\\(-pretest\\)?-bug"
|
|
49 ("X-Debbugs-No-Ack" "yes"))
|
|
50
|
|
51 (adjust the regexp according to the name you use for the bug lists)
|
95486
|
52
|
96467
|
53 ** To record a bug in the tracker without sending mail to the bug list.
|
|
54 This can be useful to make a note of something discussed on
|
96468
|
55 emacs-devel that needs fixing. In other words, this can be the
|
|
56 equivalent of adding something to FOR-RELEASE.
|
96467
|
57
|
|
58 To: quiet@emacsbugs.donarmstrong.com
|
|
59 [headers end]
|
|
60 Package: emacs
|
|
61 Version: 23.0.60
|
|
62 Severity: minor
|
|
63
|
|
64 Remember to fix FOO, as discussed on emacs-devel at http://... .
|
|
65
|
96401
|
66 ** Not interested in tracker control messages (tags being set, etc)?
|
|
67 Discard mails matching:
|
|
68
|
|
69 ^X-Emacs-PR-Message: transcript
|
|
70
|
96402
|
71 When you close a bug, you get a message matching:
|
|
72
|
|
73 ^X-Emacs-PR-Message: closed
|
|
74
|
96401
|
75 ** How to avoid multiple copies of mails.
|
|
76 When you reply to a bug, respect the Reply-To address, ie send mail
|
|
77 only to the submitter address and the numbered bug address. Do not
|
|
78 send mail direct to bug-gnu-emacs or emacs-pretest-bug unless you are
|
|
79 reporting a new bug.
|
|
80
|
95505
|
81 ** To close bug #123 (for example), send mail
|
95486
|
82
|
96482
|
83 To: 123-done@emacsbugs.donarmstrong.com
|
95445
|
84
|
|
85 with a brief explanation in the body as to why the bug was closed.
|
|
86
|
96482
|
87 ** Setting bug parameters.
|
|
88 There are two ways to set the parameters of bugs in the database
|
|
89 (tags, severity level, etc). When you report a new bug, you can
|
|
90 provide a "pseudo-header" at the start of the report, eg:
|
95445
|
91
|
96482
|
92 Package: emacs
|
|
93 Version: 23.0.60
|
|
94 Severity: minor
|
95505
|
95
|
97973
|
96 Optionally, add a sub-package, eg Package: emacs,calendar.
|
97782
|
97 This can include tags. Some things (e.g. submitter) don't seem to
|
|
98 work here.
|
|
99
|
96482
|
100 Otherwise, send mail to the control server, control@emacsbugs.donarmstrong.com.
|
|
101 At the start of the message body, supply the desired commands, one per
|
|
102 line:
|
95505
|
103
|
96482
|
104 command bug-number [arguments]
|
|
105 ...
|
|
106 quit|stop|thank|thanks|thankyou|thank you
|
95473
|
107
|
96482
|
108 The control server ignores anything after the last line above. So you
|
|
109 can place control commands at the beginning of a reply to a bug
|
96506
|
110 report, and Bcc: the control server (note the commands have no effect
|
|
111 if you just send them to the bug-report number). Bcc: is better than Cc:
|
|
112 in case people use Reply-to-All in response.
|
95473
|
113
|
96482
|
114 Some useful control commands:
|
|
115
|
|
116 *** To reopen a closed bug:
|
|
117 reopen 123
|
|
118
|
|
119 *** Bugs can be tagged in various ways (eg wontfix, patch, etc).
|
96506
|
120 The available tags are:
|
|
121 patch wontfix moreinfo unreproducible fixed notabug
|
|
122 Note that the list at http://emacsbugs.donarmstrong.com/Developer#tags
|
|
123 is incorrect, at least for Emacs.
|
|
124 The list of tags can be prefixed with +, - or =, meaning to add (the
|
|
125 default), remove, or reset the tags. E.g.:
|
95445
|
126
|
96506
|
127 tags 123 + wontfix
|
95505
|
128
|
96482
|
129 *** To merge bugs:
|
|
130 Eg when bad replies create a bunch of new bugs for the same report.
|
97989
|
131 Bugs must all be in the same state (e.g. same package(s) and severity),
|
|
132 but need not have the same tags (tags are merged). E.g.:
|
95505
|
133
|
96482
|
134 merge 123 124 125 ...
|
96389
|
135
|
97989
|
136 Note that merging does not affect titles. In particular, a "retitle"
|
|
137 of merged bugs only affects individual bugs, not all of them.
|
|
138
|
96482
|
139 *** Forcing a merge:
|
97989
|
140 Like `merge', but bugs need not be in the same state. The packages
|
|
141 must still match though. The first one listed is the master. E.g.:
|
96469
|
142
|
96482
|
143 forcemerge 123 124 125 ...
|
96469
|
144
|
97713
|
145 *** To unmerge bugs:
|
|
146 To disconnect a bug from all bugs it is merged with:
|
|
147
|
|
148 unmerge 123
|
|
149
|
|
150 This command accepts only one bug number.
|
|
151
|
96482
|
152 *** To set severity:
|
|
153 severity 123 critical|grave|serious|important|normal|minor|wishlist
|
96389
|
154
|
|
155 See http://emacsbugs.donarmstrong.com/Developer#severities for the meanings.
|
96447
|
156
|
97931
|
157 *** To set the owner of a bug:
|
96482
|
158 owner 123 A Hacker <none@example.com>
|
96447
|
159
|
|
160 The shorthand `!' means your own address.
|
|
161
|
97931
|
162 *** To remove the owner of a bug:
|
|
163 noowner 123
|
|
164
|
96482
|
165 *** To mark a bug as fixed in a particular version:
|
|
166 fixed 123 23.0.60
|
96447
|
167
|
96506
|
168 *** To remove a "fixed" mark:
|
|
169 notfixed 123 23.0.60
|
|
170
|
96482
|
171 ** To remove spam from the tracker, move it to the `spam' pseudo-package:
|
|
172 reassign 123 spam
|
97753
|
173
|
|
174 ** To change the title of a bug:
|
|
175 retitle 123 Some New Title
|
|
176
|
|
177 ** To change the submitter address:
|
|
178 submitter 123 none@example.com
|
97782
|
179
|
|
180 Note that it does not seem to work to specify "Submitter:" in the
|
|
181 pseudo-header when first reporting a bug.
|