changeset 106845:eb0820fd350a

Some more pointless updates.
author Glenn Morris <rgm@gnu.org>
date Thu, 14 Jan 2010 19:51:48 -0800
parents a4e8916048d4
children f243845df25f
files admin/notes/bugtracker
diffstat 1 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/admin/notes/bugtracker	Thu Jan 14 19:49:47 2010 -0800
+++ b/admin/notes/bugtracker	Thu Jan 14 19:51:48 2010 -0800
@@ -88,9 +88,8 @@
 
 The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases.
 
-They also have:
+A new report also has:
 
-Reply-To: bug submitter, 123@debbugs.gnu.org
 Mail-Followup-To: bug submitter, 123@debbugs.gnu.org
 
 ** To not get acknowledgement mail from the tracker,
@@ -174,13 +173,23 @@
 *** Bugs can be tagged in various ways (eg wontfix, patch, etc).
 The available tags are:
 patch wontfix moreinfo unreproducible fixed notabug
-Note that the list at http://debbugs.gnu.org/Developer#tags
-is incorrect, at least for Emacs.
+See http://debbugs.gnu.org/Developer#tags
 The list of tags can be prefixed with +, - or =, meaning to add (the
 default), remove, or reset the tags. E.g.:
 
 tags 123 + wontfix
 
+** URL shortcuts
+
+http://debbugs.gnu.org/...
+
+123             # given bug number
+123;mbox=yes    # mbox version of given bug
+package         # bugs in given package    (don't use "emacs" - too many bugs!)
+from:submitter@email.address
+severity:severity      # all bugs of given severity
+tag:tag                # all bugs with given tag
+
 ** Usertags
 
 See <http://wiki.debian.org/bugs.debian.org/usertags>
@@ -335,19 +344,10 @@
 
 It's a function of the number of displayed bugs.  You can speed things
 up by only looking at the newest 100 bugs:
-
 http://debbugs.gnu.org/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...)
-
-** 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.
+Or use the static index:
+http://debbugs.gnu.org/db/ix/full.html
 
 ** ChangeLog issues