[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99440: Explain pkreport sort options
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99440: Explain pkreport sort options. |
Date: |
Wed, 03 Feb 2010 20:51:49 -0800 |
User-agent: |
Bazaar (2.0.2) |
------------------------------------------------------------
revno: 99440
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-03 20:51:49 -0800
message:
Explain pkreport sort options.
What to do about moderation mistakes.
modified:
admin/notes/bugtracker
=== modified file 'admin/notes/bugtracker'
--- a/admin/notes/bugtracker 2010-01-29 07:19:22 +0000
+++ b/admin/notes/bugtracker 2010-02-04 04:51:49 +0000
@@ -403,6 +403,17 @@
maintainers (ie, bug-gnu-emacs). These have some changed headers
(Resent-*, Subject, etc).
+** What do the pkgreport.cgi sort options mean?
+
+"normal" = by open/closed status, then severity, then tag, then bug number
+
+"oldview" = as above, but without the tag part
+
+"age" = as normal, but sort in decreasing order of last modification
+time, rather than by increasing bug number
+
+"raw" = ?
+
** ChangeLog issues
*** When you fix a bug, it can be helpful to put the bug number in the
@@ -527,6 +538,15 @@
The latter is because that is the address that debbugs actually sends to.
An /etc/aliases entry redirects it to the real emacs-bug-tracker address.
+** Recovering from moderation mistakes
+
+All discarded messages are stored in /var/lib/mailman/spam.
+If a non-spam message accidentally gets discarded, just do:
+
+cat /var/lib/mailman/spam/not-really-spam.msg | /usr/lib/debbugs/receive
+... check it works ...
+mv /var/lib/mailman/spam/not-really-spam.msg /var/lib/mailman/not-spam/
+
** Administrivia
The debbugs-submit list should have the administrivia option off,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99440: Explain pkreport sort options.,
Glenn Morris <=