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-09-04 02:34:54 +00:00
|
|
|
** How do I report a bug in Emacs now?
|
|
|
|
The same way as you always did. Send mail to bug-gnu-emacs@gnu.org,
|
|
|
|
or use M-x report-emacs-bug.
|
|
|
|
|
|
|
|
The only differences are:
|
|
|
|
|
|
|
|
i) Your report will be assigned a number and generate an automatic reply.
|
|
|
|
|
|
|
|
ii) Optionally, you can set some database parameters when you first
|
|
|
|
report a bug (see "Setting bug parameters" below).
|
|
|
|
|
2008-10-08 07:57:47 +00:00
|
|
|
iii) If you want to CC: someone, use X-Debbugs-CC: (this is important;
|
|
|
|
see below).
|
2008-09-04 02:34:54 +00:00
|
|
|
|
|
|
|
Once your report is filed and assigned a number, it is sent out to the
|
|
|
|
bug mailing list. In some cases, it may be appropriate to just file a
|
|
|
|
bug, without sending out a copy. To do this, send mail to
|
|
|
|
quiet@emacsbugs.donarmstrong.com.
|
|
|
|
|
|
|
|
** How do I reply to an existing bug report?
|
|
|
|
Reply to 123@emacsbugs.donarmstrong.com, replacing 123 with the number
|
2008-10-04 18:47:50 +00:00
|
|
|
of the bug you are interested in. NB this only sends mail to the
|
|
|
|
bug-list, it does NOT (?) send a CC to the original bug submitter.
|
|
|
|
So you need to explicitly CC him/her (and anyone else you like).
|
|
|
|
|
|
|
|
(Many people think the submitter SHOULD be automatically subscribed
|
|
|
|
to subsequent discussion, but this does not seem to be implemented.
|
|
|
|
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078)
|
|
|
|
|
|
|
|
Do NOT send a separate copy to the bug list, since this may generate a
|
|
|
|
new report. The only time to send mail to the bug list is to create a
|
|
|
|
new report.
|
2008-05-31 20:03:37 +00:00
|
|
|
|
2009-01-28 02:54:46 +00:00
|
|
|
Gnus users can add the following to message-dont-reply-to-names;
|
|
|
|
similarly with Rmail and rmail-dont-reply-to-names:
|
|
|
|
|
|
|
|
"\\(emacs-pretest-bug\\|bug-gnu-emacs\\)@gnu\\.org\\|\
|
|
|
|
\\(\\(submit\\|control\\|owner\\)@emacsbugs\\.\\|bug-submit-list@\\)\
|
|
|
|
donarmstrong\\.com"
|
|
|
|
|
|
|
|
The "bug-submit-list@donarmstrong.com" and
|
|
|
|
"owner@emacsbugs.donarmstrong.com" entries are there because they can
|
|
|
|
appear in the "Resent-To" and "Resent-CC" headers, respectively. For a
|
|
|
|
long time Rmail erroneously included these headers in replies. If you
|
|
|
|
correspond with an Rmail user on a bug, these addresses may end up in
|
|
|
|
the Cc. Mailing to them does nothing but create duplicates and errors.
|
|
|
|
(It is possible you might want to have a dialog with the owner
|
|
|
|
address, outside of normal bug reporting.)
|
2008-12-03 08:21:08 +00:00
|
|
|
|
2008-07-02 03:06:02 +00:00
|
|
|
** When reporting a bug, to send a Cc to another address
|
2008-10-08 07:57:47 +00:00
|
|
|
(e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header.
|
2008-07-02 03:06:02 +00:00
|
|
|
Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a
|
2008-10-08 07:57:47 +00:00
|
|
|
mail with the bug report number in. If you do not do this, each reply
|
|
|
|
in the subsequent discussion will end up creating a new bug. This is
|
|
|
|
annoying.
|
2008-06-03 03:10:53 +00:00
|
|
|
|
2008-06-03 06:22:40 +00:00
|
|
|
** To not get acknowledgement mail from the tracker,
|
2008-10-04 18:47:50 +00:00
|
|
|
add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus,
|
|
|
|
you can add an element to gnus-posting-styles to do this automatically, eg:
|
|
|
|
|
|
|
|
("gnu-emacs\\(-pretest\\)?-bug"
|
|
|
|
("X-Debbugs-No-Ack" "yes"))
|
|
|
|
|
|
|
|
(adjust the regexp according to the name you use for the bug lists)
|
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-09-04 02:34:54 +00:00
|
|
|
Optionally, add a sub-package, eg Package: emacs,calendar.
|
2008-08-28 03:09:19 +00:00
|
|
|
This can include tags. Some things (e.g. submitter) don't seem to
|
|
|
|
work here.
|
|
|
|
|
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-09-05 03:58:10 +00:00
|
|
|
Bugs must all be in the same state (e.g. same package(s) and severity),
|
|
|
|
but need not have the same tags (tags are merged). 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-09-05 03:58:10 +00:00
|
|
|
Note that merging does not affect titles. In particular, a "retitle"
|
|
|
|
of merged bugs only affects individual bugs, not all of them.
|
|
|
|
|
2008-07-02 03:06:02 +00:00
|
|
|
*** Forcing a merge:
|
2008-09-05 03:58:10 +00:00
|
|
|
Like `merge', but bugs need not be in the same state. The packages
|
|
|
|
must still match though. The first one 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-12-03 08:21:08 +00:00
|
|
|
Note: you cannot merge with an archived bug - you must unarchive it first.
|
|
|
|
|
2008-08-26 02:54:26 +00:00
|
|
|
*** To unmerge bugs:
|
|
|
|
To disconnect a bug from all bugs it is merged with:
|
|
|
|
|
|
|
|
unmerge 123
|
|
|
|
|
|
|
|
This command accepts only one bug number.
|
|
|
|
|
2008-10-04 20:38:22 +00:00
|
|
|
*** To clone bugs:
|
|
|
|
Useful when one report refers to more than one bug.
|
|
|
|
|
|
|
|
clone 123 -1 [-2 ...]
|
|
|
|
retitle -1 second bug
|
|
|
|
retitle -2 third bug
|
|
|
|
|
|
|
|
The negative numbers provide a way to refer to the cloned bugs (which
|
|
|
|
will be assigned proper numbers).
|
|
|
|
|
2009-02-03 04:04:40 +00:00
|
|
|
NB you cannot clone a merged bug. You'd think that trying to do so
|
|
|
|
would just give you an unmerged copy of the specified bug number, but no:
|
|
|
|
|
|
|
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474742
|
|
|
|
|
|
|
|
You must unmerge, clone, then re-merge.
|
|
|
|
|
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-01 02:56:08 +00:00
|
|
|
|
2008-09-01 21:14:41 +00:00
|
|
|
*** To set the owner of a bug:
|
2008-07-02 03:06:02 +00:00
|
|
|
owner 123 A Hacker <none@example.com>
|
2008-07-01 02:56:08 +00:00
|
|
|
|
|
|
|
The shorthand `!' means your own address.
|
|
|
|
|
2008-09-01 21:14:41 +00:00
|
|
|
*** To remove the owner of a bug:
|
|
|
|
noowner 123
|
|
|
|
|
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-01 02:56:08 +00:00
|
|
|
|
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
|
2008-08-27 02:37:15 +00:00
|
|
|
|
|
|
|
** To change the title of a bug:
|
|
|
|
retitle 123 Some New Title
|
|
|
|
|
|
|
|
** To change the submitter address:
|
|
|
|
submitter 123 none@example.com
|
2008-08-28 03:09:19 +00:00
|
|
|
|
|
|
|
Note that it does not seem to work to specify "Submitter:" in the
|
|
|
|
pseudo-header when first reporting a bug.
|
2009-01-08 04:09:43 +00:00
|
|
|
|
|
|
|
** How does archiving work?
|
|
|
|
You can still send mail to a bug after it is closed. After 28 days with
|
|
|
|
no activity, the bug is archived, at which point no more changes can
|
|
|
|
be made. If you try to send mail to the bug after that (or merge with
|
|
|
|
it), it will be rejected. To make any changes, you must unarchive it first:
|
|
|
|
|
|
|
|
unarchive 123
|
|
|
|
|
|
|
|
The bug will be re-archived after the next 28 day period of no activity.
|
2009-01-21 03:50:32 +00:00
|
|
|
|
|
|
|
** The web-page with the list of bugs is slow to load
|
|
|
|
|
|
|
|
It's a function of the number of displayed bugs. You can speed things
|
|
|
|
up by only looking at the newest 100 bugs:
|
|
|
|
|
|
|
|
http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?newest=100;package=emacs
|
|
|
|
|
|
|
|
The above page is accessible from the "Options" section at the end of
|
|
|
|
the "main list of bugs" page. Select bugs "in package" = emacs;
|
|
|
|
"newest bugs" = 100. (I have no idea how you get to that Options
|
|
|
|
section without having to go through the bug list page first...)
|
2009-01-28 02:54:46 +00:00
|
|
|
|
|
|
|
** Mails to the bug tracker disappear
|
|
|
|
|
|
|
|
Apparently it has some kind of spam filter that sometimes silently
|
|
|
|
discards valid mails. Adding a subject (pointless in control messages)
|
|
|
|
may help.
|
2009-02-12 03:27:01 +00:00
|
|
|
|
|
|
|
** Gnus-specific voodoo
|
|
|
|
|
|
|
|
*** Put point on a bug-number and try: M-x gnus-read-ephemeral-emacs-bug-group
|
|
|
|
|
|
|
|
*** If the above is not available:
|
|
|
|
(add-hook 'gnus-article-mode-hook
|
|
|
|
(lambda ()
|
|
|
|
(setq bug-reference-url-format
|
|
|
|
"http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s")
|
|
|
|
(bug-reference-mode 1)))
|
|
|
|
|
|
|
|
and you can click on the bug number in the subject header.
|