aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/bugtracker12
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index b86a05a447e..862e8880e13 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -209,3 +209,15 @@ it), it will be rejected. To make any changes, you must unarchive it first:
209unarchive 123 209unarchive 123
210 210
211The bug will be re-archived after the next 28 day period of no activity. 211The bug will be re-archived after the next 28 day period of no activity.
212
213** The web-page with the list of bugs is slow to load
214
215It's a function of the number of displayed bugs. You can speed things
216up by only looking at the newest 100 bugs:
217
218http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?newest=100;package=emacs
219
220The above page is accessible from the "Options" section at the end of
221the "main list of bugs" page. Select bugs "in package" = emacs;
222"newest bugs" = 100. (I have no idea how you get to that Options
223section without having to go through the bug list page first...)