aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorGlenn Morris2010-02-03 20:51:49 -0800
committerGlenn Morris2010-02-03 20:51:49 -0800
commit4ed1ae2d0803a8a9ca66efa3e7b20a1e0a5c6d24 (patch)
tree1b343eb33594b02f708aa60d40ee7e2939b9f430 /admin/notes
parent82055bb780cf6b8f0d3c53ca0eac635bf7e18d7e (diff)
downloademacs-4ed1ae2d0803a8a9ca66efa3e7b20a1e0a5c6d24.tar.gz
emacs-4ed1ae2d0803a8a9ca66efa3e7b20a1e0a5c6d24.zip
Explain pkreport sort options.
What to do about moderation mistakes.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/bugtracker20
1 files changed, 20 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index c8c66681e0f..3870113489e 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -403,6 +403,17 @@ http://debbugs.gnu.org/db/ix/full.html
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
413time, 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
@@ -527,6 +538,15 @@ recipient: emacs-bug-tracker AT debbugs\.gnu\.org
527The latter is because that is the address that debbugs actually sends to. 538The latter is because that is the address that debbugs actually sends to.
528An /etc/aliases entry redirects it to the real emacs-bug-tracker address. 539An /etc/aliases entry redirects it to the real emacs-bug-tracker address.
529 540
541** Recovering from moderation mistakes
542
543All discarded messages are stored in /var/lib/mailman/spam.
544If a non-spam message accidentally gets discarded, just do:
545
546cat /var/lib/mailman/spam/not-really-spam.msg | /usr/lib/debbugs/receive
547... check it works ...
548mv /var/lib/mailman/spam/not-really-spam.msg /var/lib/mailman/not-spam/
549
530** Administrivia 550** Administrivia
531 551
532The debbugs-submit list should have the administrivia option off, 552The debbugs-submit list should have the administrivia option off,