aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
authorGlenn Morris2010-04-13 19:36:48 -0700
committerGlenn Morris2010-04-13 19:36:48 -0700
commitf1b95f0a0d36f1e998599c979f794046093e37c7 (patch)
treecb97f444cc3f39505be57aa128d94f04e14f83bd /admin/notes/bugtracker
parent34d203ef47b9c1064d34b939d6c29ef9e257815d (diff)
downloademacs-f1b95f0a0d36f1e998599c979f794046093e37c7.tar.gz
emacs-f1b95f0a0d36f1e998599c979f794046093e37c7.zip
* admin/notes/bugtracker: Minor updates.
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker23
1 files changed, 16 insertions, 7 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 19a383dff5b..5936eead85a 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -4,7 +4,7 @@ The Emacs Bug Tracker can be found at http://debbugs.gnu.org/
4 4
5* Quick-start guide 5* Quick-start guide
6 6
7This is 95% of all you will ever need. 7This is 95% of all you will ever need to know.
8 8
9** How do I report a bug? 9** How do I report a bug?
10Use M-x report-emacs-bug, or send mail to bug-gnu-emacs@gnu.org. 10Use M-x report-emacs-bug, or send mail to bug-gnu-emacs@gnu.org.
@@ -34,8 +34,12 @@ tags 123 moreinfo|unreproducible|wontfix|patch
34 34
35For a list of all bugs, see http://debbugs.gnu.org/db/pa/lemacs.html 35For a list of all bugs, see http://debbugs.gnu.org/db/pa/lemacs.html
36This is a static page, updated once a day. There is also a dynamic 36This is a static page, updated once a day. There is also a dynamic
37list, generated on request, but since there are many bug reports this 37list, generated on request. This accepts various options, eg to see
38is slow and not recommended. 38the most recent bugs:
39
40http://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100
41
42Or follow the links on the front page http://debbugs.gnu.org .
39 43
40** How do I report a bug in Emacs now? 44** How do I report a bug in Emacs now?
41The same way as you always did. Send mail to bug-gnu-emacs@gnu.org, 45The same way as you always did. Send mail to bug-gnu-emacs@gnu.org,
@@ -92,6 +96,9 @@ mail with the bug report number in. If you do not do this, each reply
92in the subsequent discussion will end up creating a new bug. 96in the subsequent discussion will end up creating a new bug.
93This is annoying. 97This is annoying.
94 98
99(So annoying that a form of message-id tracking has been implemented
100to hopefully stop this happening, but it is still better to use X-Debbugs-CC.)
101
95If a new report contains X-Debbugs-CC in the input, this is 102If a new report contains X-Debbugs-CC in the input, this is
96converted to a real Cc header in the output. (See Bug#1720). 103converted to a real Cc header in the output. (See Bug#1720).
97It is also merged into the Resent-CC header (see below). 104It is also merged into the Resent-CC header (see below).
@@ -191,8 +198,7 @@ Package: emacs
191Version: 23.0.60 198Version: 23.0.60
192Severity: minor 199Severity: minor
193 200
194Optionally, add a sub-package, eg Package: emacs,calendar. 201This can also include tags. Some things (e.g. submitter) don't seem to
195This can include tags. Some things (e.g. submitter) don't seem to
196work here. 202work here.
197 203
198Otherwise, send mail to the control server, control@debbugs.gnu.org. 204Otherwise, send mail to the control server, control@debbugs.gnu.org.
@@ -229,7 +235,7 @@ http://debbugs.gnu.org/...
229 235
230123 # given bug number 236123 # given bug number
231123;mbox=yes # mbox version of given bug 237123;mbox=yes # mbox version of given bug
232package # bugs in given package (don't use "emacs" - too many bugs!) 238package # bugs in given package
233from:submitter@email.address 239from:submitter@email.address
234severity:severity # all bugs of given severity 240severity:severity # all bugs of given severity
235tag:tag # all bugs with given tag 241tag:tag # all bugs with given tag
@@ -281,6 +287,9 @@ to construct the relevant url yourself rather than just typing in a
281search box. The only piece you really need to add is the "users" 287search box. The only piece you really need to add is the "users"
282portion, the rest has the same syntax as normal. 288portion, the rest has the same syntax as normal.
283 289
290**** To browse bugs by usertag:
291http://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users
292
284**** To find all bugs usertagged by a given email address: 293**** To find all bugs usertagged by a given email address:
285 294
286http://debbugs.gnu.org/cgi/pkgreport.cgi?users=bug-gnu-emacs@gnu.org 295http://debbugs.gnu.org/cgi/pkgreport.cgi?users=bug-gnu-emacs@gnu.org
@@ -359,7 +368,7 @@ fixed 123 23.0.60
359notfixed 123 23.0.60 368notfixed 123 23.0.60
360 369
361*** To assign or reassign a bug to a package or list of packages: 370*** To assign or reassign a bug to a package or list of packages:
362reassign 1234 emacs,cc-mode 371reassign 1234 emacs
363 372
364** To remove spam from the tracker, move it to the `spam' pseudo-package: 373** To remove spam from the tracker, move it to the `spam' pseudo-package:
365reassign 123 spam 374reassign 123 spam