aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
authorGlenn Morris2010-01-14 19:51:48 -0800
committerGlenn Morris2010-01-14 19:51:48 -0800
commit52b76c5ff472b4b56cb5a19c745553c4dce7e16f (patch)
treeb06c1fd851009046ebce2192c40c9264c87e3b78 /admin/notes/bugtracker
parentc30667d47d7c469b2156d560d216b81f6deebea6 (diff)
downloademacs-52b76c5ff472b4b56cb5a19c745553c4dce7e16f.tar.gz
emacs-52b76c5ff472b4b56cb5a19c745553c4dce7e16f.zip
Some more pointless updates.
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker30
1 files changed, 15 insertions, 15 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 1686c5bcae7..e253cb6d1b4 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -88,9 +88,8 @@ Resent-CC: maintainer email address, plus any X-Debbugs-CC: entries
88 88
89The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases. 89The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases.
90 90
91They also have: 91A new report also has:
92 92
93Reply-To: bug submitter, 123@debbugs.gnu.org
94Mail-Followup-To: bug submitter, 123@debbugs.gnu.org 93Mail-Followup-To: bug submitter, 123@debbugs.gnu.org
95 94
96** To not get acknowledgement mail from the tracker, 95** To not get acknowledgement mail from the tracker,
@@ -174,13 +173,23 @@ reopen 123
174*** Bugs can be tagged in various ways (eg wontfix, patch, etc). 173*** Bugs can be tagged in various ways (eg wontfix, patch, etc).
175The available tags are: 174The available tags are:
176patch wontfix moreinfo unreproducible fixed notabug 175patch wontfix moreinfo unreproducible fixed notabug
177Note that the list at http://debbugs.gnu.org/Developer#tags 176See http://debbugs.gnu.org/Developer#tags
178is incorrect, at least for Emacs.
179The list of tags can be prefixed with +, - or =, meaning to add (the 177The list of tags can be prefixed with +, - or =, meaning to add (the
180default), remove, or reset the tags. E.g.: 178default), remove, or reset the tags. E.g.:
181 179
182tags 123 + wontfix 180tags 123 + wontfix
183 181
182** URL shortcuts
183
184http://debbugs.gnu.org/...
185
186123 # given bug number
187123;mbox=yes # mbox version of given bug
188package # bugs in given package (don't use "emacs" - too many bugs!)
189from:submitter@email.address
190severity:severity # all bugs of given severity
191tag:tag # all bugs with given tag
192
184** Usertags 193** Usertags
185 194
186See <http://wiki.debian.org/bugs.debian.org/usertags> 195See <http://wiki.debian.org/bugs.debian.org/usertags>
@@ -335,19 +344,10 @@ The bug will be re-archived after the next 28 day period of no activity.
335 344
336It's a function of the number of displayed bugs. You can speed things 345It's a function of the number of displayed bugs. You can speed things
337up by only looking at the newest 100 bugs: 346up by only looking at the newest 100 bugs:
338
339http://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs 347http://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs
340 348
341The above page is accessible from the "Options" section at the end of 349Or use the static index:
342the "main list of bugs" page. Select bugs "in package" = emacs; 350http://debbugs.gnu.org/db/ix/full.html
343"newest bugs" = 100. (I have no idea how you get to that Options
344section without having to go through the bug list page first...)
345
346** Mails to the bug tracker disappear
347
348Apparently it has some kind of spam filter that sometimes silently
349discards valid mails. Adding a subject (pointless in control messages)
350may help.
351 351
352** ChangeLog issues 352** ChangeLog issues
353 353