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
|
|
7
|
96482
|
8 ** When reporting a bug, to send a Cc to another address
|
|
9 (e.g. bug-cc-mode@gnu.org), do not just use a Cc: header.
|
|
10 Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a
|
95486
|
11 mail with the bug report number in.
|
|
12
|
95505
|
13 ** To not get acknowledgement mail from the tracker,
|
|
14 add an "X-Debbugs-No-Ack:" header (with any value).
|
95486
|
15
|
96467
|
16 ** To record a bug in the tracker without sending mail to the bug list.
|
|
17 This can be useful to make a note of something discussed on
|
96468
|
18 emacs-devel that needs fixing. In other words, this can be the
|
|
19 equivalent of adding something to FOR-RELEASE.
|
96467
|
20
|
|
21 To: quiet@emacsbugs.donarmstrong.com
|
|
22 [headers end]
|
|
23 Package: emacs
|
|
24 Version: 23.0.60
|
|
25 Severity: minor
|
|
26
|
|
27 Remember to fix FOO, as discussed on emacs-devel at http://... .
|
|
28
|
96401
|
29 ** Not interested in tracker control messages (tags being set, etc)?
|
|
30 Discard mails matching:
|
|
31
|
|
32 ^X-Emacs-PR-Message: transcript
|
|
33
|
96402
|
34 When you close a bug, you get a message matching:
|
|
35
|
|
36 ^X-Emacs-PR-Message: closed
|
|
37
|
96401
|
38 ** How to avoid multiple copies of mails.
|
|
39 When you reply to a bug, respect the Reply-To address, ie send mail
|
|
40 only to the submitter address and the numbered bug address. Do not
|
|
41 send mail direct to bug-gnu-emacs or emacs-pretest-bug unless you are
|
|
42 reporting a new bug.
|
|
43
|
95505
|
44 ** To close bug #123 (for example), send mail
|
95486
|
45
|
96482
|
46 To: 123-done@emacsbugs.donarmstrong.com
|
95445
|
47
|
|
48 with a brief explanation in the body as to why the bug was closed.
|
|
49
|
96482
|
50 ** Setting bug parameters.
|
|
51 There are two ways to set the parameters of bugs in the database
|
|
52 (tags, severity level, etc). When you report a new bug, you can
|
|
53 provide a "pseudo-header" at the start of the report, eg:
|
95445
|
54
|
96482
|
55 Package: emacs
|
|
56 Version: 23.0.60
|
|
57 Severity: minor
|
95505
|
58
|
96482
|
59 Otherwise, send mail to the control server, control@emacsbugs.donarmstrong.com.
|
|
60 At the start of the message body, supply the desired commands, one per
|
|
61 line:
|
95505
|
62
|
96482
|
63 command bug-number [arguments]
|
|
64 ...
|
|
65 quit|stop|thank|thanks|thankyou|thank you
|
95473
|
66
|
96482
|
67 The control server ignores anything after the last line above. So you
|
|
68 can place control commands at the beginning of a reply to a bug
|
96506
|
69 report, and Bcc: the control server (note the commands have no effect
|
|
70 if you just send them to the bug-report number). Bcc: is better than Cc:
|
|
71 in case people use Reply-to-All in response.
|
95473
|
72
|
96482
|
73 Some useful control commands:
|
|
74
|
|
75 *** To reopen a closed bug:
|
|
76 reopen 123
|
|
77
|
|
78 *** Bugs can be tagged in various ways (eg wontfix, patch, etc).
|
96506
|
79 The available tags are:
|
|
80 patch wontfix moreinfo unreproducible fixed notabug
|
|
81 Note that the list at http://emacsbugs.donarmstrong.com/Developer#tags
|
|
82 is incorrect, at least for Emacs.
|
|
83 The list of tags can be prefixed with +, - or =, meaning to add (the
|
|
84 default), remove, or reset the tags. E.g.:
|
95445
|
85
|
96506
|
86 tags 123 + wontfix
|
95505
|
87
|
96482
|
88 *** To merge bugs:
|
|
89 Eg when bad replies create a bunch of new bugs for the same report.
|
|
90 Bugs must all be in the same state, but need not have the same tags. E.g.:
|
95505
|
91
|
96482
|
92 merge 123 124 125 ...
|
96389
|
93
|
96482
|
94 *** Forcing a merge:
|
96469
|
95 Like `merge', but bugs need not be in the same state. The first one
|
96482
|
96 listed is the master. E.g.:
|
96469
|
97
|
96482
|
98 forcemerge 123 124 125 ...
|
96469
|
99
|
96482
|
100 *** To set severity:
|
|
101 severity 123 critical|grave|serious|important|normal|minor|wishlist
|
96389
|
102
|
|
103 See http://emacsbugs.donarmstrong.com/Developer#severities for the meanings.
|
96447
|
104
|
96482
|
105 *** To set the onwer of a bug:
|
|
106 owner 123 A Hacker <none@example.com>
|
96447
|
107
|
|
108 The shorthand `!' means your own address.
|
|
109
|
96482
|
110 *** To mark a bug as fixed in a particular version:
|
|
111 fixed 123 23.0.60
|
96447
|
112
|
96506
|
113 *** To remove a "fixed" mark:
|
|
114 notfixed 123 23.0.60
|
|
115
|
96482
|
116 ** To remove spam from the tracker, move it to the `spam' pseudo-package:
|
|
117 reassign 123 spam
|