comparison admin/notes/bugtracker @ 107271:af8dcc16162f

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 04 Feb 2010 22:04:56 +0000
parents 2343eacdeb7d
children 883859fd8369
comparison
equal deleted inserted replaced
107270:444ecbd20d25 107271:af8dcc16162f
401 401
402 "maintainer mbox" = messages as sent out from the tracker to the 402 "maintainer mbox" = messages as sent out from the tracker to the
403 maintainers (ie, bug-gnu-emacs). These have some changed headers 403 maintainers (ie, bug-gnu-emacs). These have some changed headers
404 (Resent-*, Subject, etc). 404 (Resent-*, Subject, etc).
405 405
406 ** What do the pkgreport.cgi sort options mean?
407
408 "normal" = by open/closed status, then severity, then tag, then bug number
409
410 "oldview" = as above, but without the tag part
411
412 "age" = as normal, but sort in decreasing order of last modification
413 time, rather than by increasing bug number
414
415 "raw" = ?
416
406 ** ChangeLog issues 417 ** ChangeLog issues
407 418
408 *** When you fix a bug, it can be helpful to put the bug number in the 419 *** When you fix a bug, it can be helpful to put the bug number in the
409 ChangeLog entry, for example: 420 ChangeLog entry, for example:
410 421
525 recipient: emacs-bug-tracker AT debbugs\.gnu\.org 536 recipient: emacs-bug-tracker AT debbugs\.gnu\.org
526 537
527 The latter is because that is the address that debbugs actually sends to. 538 The latter is because that is the address that debbugs actually sends to.
528 An /etc/aliases entry redirects it to the real emacs-bug-tracker address. 539 An /etc/aliases entry redirects it to the real emacs-bug-tracker address.
529 540
541 ** Recovering from moderation mistakes
542
543 All discarded messages are stored in /var/lib/mailman/spam.
544 If a non-spam message accidentally gets discarded, just do:
545
546 cat /var/lib/mailman/spam/not-really-spam.msg | /usr/lib/debbugs/receive
547 ... check it works ...
548 mv /var/lib/mailman/spam/not-really-spam.msg /var/lib/mailman/not-spam/
549
530 ** Administrivia 550 ** Administrivia
531 551
532 The debbugs-submit list should have the administrivia option off, 552 The debbugs-submit list should have the administrivia option off,
533 else it can by mistake filter out requests to subscribe to bugs. 553 else it can by mistake filter out requests to subscribe to bugs.
534 But, this feature doesn't work anyway (see bug#5439). 554 But, this feature doesn't work anyway (see bug#5439).