emacs/admin/notes/bugtracker

118 lines
3.6 KiB
Text
Raw Normal View History

2008-06-03 06:22:40 +00:00
NOTES ON THE EMACS BUG TRACKER -*- outline -*-
2008-05-31 20:03:37 +00:00
2008-06-03 06:22:40 +00:00
The Emacs Bug Tracker can be found at http://emacsbugs.donarmstrong.com/
2008-05-31 20:03:37 +00:00
2008-07-02 03:06:02 +00:00
For a list of all bugs, see http://emacsbugs.donarmstrong.com/emacs
2008-05-31 20:03:37 +00:00
2008-07-02 03:06:02 +00:00
** When reporting a bug, to send a Cc to another address
(e.g. bug-cc-mode@gnu.org), do not just use a Cc: header.
Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a
2008-06-03 03:10:53 +00:00
mail with the bug report number in.
2008-06-03 06:22:40 +00:00
** To not get acknowledgement mail from the tracker,
add an "X-Debbugs-No-Ack:" header (with any value).
2008-06-03 03:10:53 +00:00
2008-07-01 04:10:01 +00:00
** To record a bug in the tracker without sending mail to the bug list.
This can be useful to make a note of something discussed on
2008-07-01 06:56:26 +00:00
emacs-devel that needs fixing. In other words, this can be the
equivalent of adding something to FOR-RELEASE.
2008-07-01 04:10:01 +00:00
To: quiet@emacsbugs.donarmstrong.com
[headers end]
Package: emacs
Version: 23.0.60
Severity: minor
Remember to fix FOO, as discussed on emacs-devel at http://... .
2008-06-28 19:12:50 +00:00
** Not interested in tracker control messages (tags being set, etc)?
Discard mails matching:
^X-Emacs-PR-Message: transcript
2008-06-28 19:30:07 +00:00
When you close a bug, you get a message matching:
^X-Emacs-PR-Message: closed
2008-06-28 19:12:50 +00:00
** How to avoid multiple copies of mails.
When you reply to a bug, respect the Reply-To address, ie send mail
only to the submitter address and the numbered bug address. Do not
send mail direct to bug-gnu-emacs or emacs-pretest-bug unless you are
reporting a new bug.
2008-06-03 06:22:40 +00:00
** To close bug #123 (for example), send mail
2008-06-03 03:10:53 +00:00
2008-07-02 03:06:02 +00:00
To: 123-done@emacsbugs.donarmstrong.com
2008-05-31 20:03:37 +00:00
with a brief explanation in the body as to why the bug was closed.
2008-07-02 03:06:02 +00:00
** Setting bug parameters.
There are two ways to set the parameters of bugs in the database
(tags, severity level, etc). When you report a new bug, you can
provide a "pseudo-header" at the start of the report, eg:
2008-05-31 20:03:37 +00:00
2008-07-02 03:06:02 +00:00
Package: emacs
Version: 23.0.60
Severity: minor
2008-06-03 06:22:40 +00:00
2008-07-02 03:06:02 +00:00
Otherwise, send mail to the control server, control@emacsbugs.donarmstrong.com.
At the start of the message body, supply the desired commands, one per
line:
2008-06-03 06:22:40 +00:00
2008-07-02 03:06:02 +00:00
command bug-number [arguments]
...
quit|stop|thank|thanks|thankyou|thank you
2008-06-03 06:22:40 +00:00
2008-07-02 03:06:02 +00:00
The control server ignores anything after the last line above. So you
can place control commands at the beginning of a reply to a bug
2008-07-04 19:32:56 +00:00
report, and Bcc: the control server (note the commands have no effect
if you just send them to the bug-report number). Bcc: is better than Cc:
in case people use Reply-to-All in response.
2008-06-03 06:22:40 +00:00
2008-07-02 03:06:02 +00:00
Some useful control commands:
2008-06-03 06:22:40 +00:00
2008-07-02 03:06:02 +00:00
*** To reopen a closed bug:
reopen 123
2008-05-31 20:03:37 +00:00
2008-07-02 03:06:02 +00:00
*** Bugs can be tagged in various ways (eg wontfix, patch, etc).
2008-07-04 19:32:56 +00:00
The available tags are:
patch wontfix moreinfo unreproducible fixed notabug
Note that the list at http://emacsbugs.donarmstrong.com/Developer#tags
is incorrect, at least for Emacs.
The list of tags can be prefixed with +, - or =, meaning to add (the
default), remove, or reset the tags. E.g.:
2008-05-31 20:03:37 +00:00
2008-07-04 19:32:56 +00:00
tags 123 + wontfix
2008-06-28 03:50:16 +00:00
2008-07-02 03:06:02 +00:00
*** To merge bugs:
2008-06-28 03:50:16 +00:00
Eg when bad replies create a bunch of new bugs for the same report.
2008-07-02 03:06:02 +00:00
Bugs must all be in the same state, but need not have the same tags. E.g.:
2008-06-28 03:50:16 +00:00
2008-07-02 03:06:02 +00:00
merge 123 124 125 ...
2008-06-28 03:50:16 +00:00
2008-07-02 03:06:02 +00:00
*** Forcing a merge:
2008-07-01 07:09:03 +00:00
Like `merge', but bugs need not be in the same state. The first one
2008-07-02 03:06:02 +00:00
listed is the master. E.g.:
2008-07-01 07:09:03 +00:00
2008-07-02 03:06:02 +00:00
forcemerge 123 124 125 ...
2008-06-28 03:50:16 +00:00
2008-07-02 03:06:02 +00:00
*** To set severity:
severity 123 critical|grave|serious|important|normal|minor|wishlist
2008-06-28 03:50:16 +00:00
See http://emacsbugs.donarmstrong.com/Developer#severities for the meanings.
2008-07-02 03:06:02 +00:00
*** To set the onwer of a bug:
owner 123 A Hacker <none@example.com>
The shorthand `!' means your own address.
2008-07-02 03:06:02 +00:00
*** To mark a bug as fixed in a particular version:
fixed 123 23.0.60
2008-07-04 19:32:56 +00:00
*** To remove a "fixed" mark:
notfixed 123 23.0.60
2008-07-02 03:06:02 +00:00
** To remove spam from the tracker, move it to the `spam' pseudo-package:
reassign 123 spam