diff options
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 3d6df03d5e7..6d0fe50ae53 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | NOTES ON THE EMACS BUG TRACKER -*- outline -*- | 1 | NOTES ON THE EMACS BUG TRACKER -*- outline -*- |
| 2 | 2 | ||
| 3 | The Emacs Bug Tracker can be found at http://debbugs.gnu.org/ | 3 | The Emacs Bug Tracker can be found at https://debbugs.gnu.org/ |
| 4 | 4 | ||
| 5 | * Quick-start guide | 5 | * Quick-start guide |
| 6 | 6 | ||
| @@ -33,14 +33,14 @@ tags 123 moreinfo|unreproducible|wontfix|patch | |||
| 33 | 33 | ||
| 34 | * More detailed information | 34 | * More detailed information |
| 35 | 35 | ||
| 36 | For a list of all bugs, see http://debbugs.gnu.org/db/pa/lemacs.html | 36 | For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html |
| 37 | This is a static page, updated once a day. There is also a dynamic | 37 | This is a static page, updated once a day. There is also a dynamic |
| 38 | list, generated on request. This accepts various options, eg to see | 38 | list, generated on request. This accepts various options, eg to see |
| 39 | the most recent bugs: | 39 | the most recent bugs: |
| 40 | 40 | ||
| 41 | http://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 | 41 | https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 |
| 42 | 42 | ||
| 43 | Or follow the links on the front page http://debbugs.gnu.org . | 43 | Or follow the links on the front page https://debbugs.gnu.org . |
| 44 | 44 | ||
| 45 | ** How do I report a bug in Emacs now? | 45 | ** How do I report a bug in Emacs now? |
| 46 | The same way as you always did. Send mail to bug-gnu-emacs@gnu.org, | 46 | The same way as you always did. Send mail to bug-gnu-emacs@gnu.org, |
| @@ -73,7 +73,7 @@ cc everyone on replies.) | |||
| 73 | (Many people think the submitter SHOULD be automatically subscribed | 73 | (Many people think the submitter SHOULD be automatically subscribed |
| 74 | to subsequent discussion, but this does not seem to be implemented. | 74 | to subsequent discussion, but this does not seem to be implemented. |
| 75 | See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078 | 75 | See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078 |
| 76 | See also http://debbugs.gnu.org/5439 ) | 76 | See also https://debbugs.gnu.org/5439 ) |
| 77 | 77 | ||
| 78 | Do NOT send a separate copy to the bug list address, since this may | 78 | Do NOT send a separate copy to the bug list address, since this may |
| 79 | generate a new report. The only time to send mail to the bug list | 79 | generate a new report. The only time to send mail to the bug list |
| @@ -246,7 +246,7 @@ reopen 123 | |||
| 246 | *** Bugs can be tagged in various ways (eg wontfix, patch, etc). | 246 | *** Bugs can be tagged in various ways (eg wontfix, patch, etc). |
| 247 | The available tags are: | 247 | The available tags are: |
| 248 | patch wontfix moreinfo unreproducible fixed notabug | 248 | patch wontfix moreinfo unreproducible fixed notabug |
| 249 | See http://debbugs.gnu.org/Developer#tags | 249 | See https://debbugs.gnu.org/Developer#tags |
| 250 | The list of tags can be prefixed with +, - or =, meaning to add (the | 250 | The list of tags can be prefixed with +, - or =, meaning to add (the |
| 251 | default), remove, or reset the tags. E.g.: | 251 | default), remove, or reset the tags. E.g.: |
| 252 | 252 | ||
| @@ -254,7 +254,7 @@ tags 123 + wontfix | |||
| 254 | 254 | ||
| 255 | ** URL shortcuts | 255 | ** URL shortcuts |
| 256 | 256 | ||
| 257 | http://debbugs.gnu.org/... | 257 | https://debbugs.gnu.org/... |
| 258 | 258 | ||
| 259 | 123 # given bug number | 259 | 123 # given bug number |
| 260 | 123;mbox=yes # mbox version of given bug | 260 | 123;mbox=yes # mbox version of given bug |
| @@ -314,11 +314,11 @@ search box. The only piece you really need to add is the "users" | |||
| 314 | portion, the rest has the same syntax as normal. | 314 | portion, the rest has the same syntax as normal. |
| 315 | 315 | ||
| 316 | **** To browse bugs by usertag: | 316 | **** To browse bugs by usertag: |
| 317 | http://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users | 317 | https://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users |
| 318 | 318 | ||
| 319 | **** To find all bugs usertagged by a given email address: | 319 | **** To find all bugs usertagged by a given email address: |
| 320 | 320 | ||
| 321 | http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs | 321 | https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs |
| 322 | 322 | ||
| 323 | (Supposedly, the "users" field can be a comma-separated list of more | 323 | (Supposedly, the "users" field can be a comma-separated list of more |
| 324 | than one email address, but it does not seem to work for me.) | 324 | than one email address, but it does not seem to work for me.) |
| @@ -328,7 +328,7 @@ than one email address, but it does not seem to work for me.) | |||
| 328 | This works just like a normal tags search, but with the addition of a | 328 | This works just like a normal tags search, but with the addition of a |
| 329 | "users" field. Eg: | 329 | "users" field. Eg: |
| 330 | 330 | ||
| 331 | http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar | 331 | https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar |
| 332 | 332 | ||
| 333 | *** To merge bugs: | 333 | *** To merge bugs: |
| 334 | Eg when bad replies create a bunch of new bugs for the same report. | 334 | Eg when bad replies create a bunch of new bugs for the same report. |
| @@ -377,7 +377,7 @@ You must unmerge, clone, then re-merge. | |||
| 377 | *** To set severity: | 377 | *** To set severity: |
| 378 | severity 123 critical|grave|serious|important|normal|minor|wishlist | 378 | severity 123 critical|grave|serious|important|normal|minor|wishlist |
| 379 | 379 | ||
| 380 | See http://debbugs.gnu.org/Developer#severities for the meanings. | 380 | See https://debbugs.gnu.org/Developer#severities for the meanings. |
| 381 | 381 | ||
| 382 | *** To set the owner of a bug: | 382 | *** To set the owner of a bug: |
| 383 | owner 123 A Hacker <none@example.com> | 383 | owner 123 A Hacker <none@example.com> |
| @@ -435,10 +435,10 @@ The bug will be re-archived after the next 28 day period of no activity. | |||
| 435 | 435 | ||
| 436 | It's a function of the number of displayed bugs. You can speed things | 436 | It's a function of the number of displayed bugs. You can speed things |
| 437 | up by only looking at the newest 100 bugs: | 437 | up by only looking at the newest 100 bugs: |
| 438 | http://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs | 438 | https://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs |
| 439 | 439 | ||
| 440 | Or use the static index: | 440 | Or use the static index: |
| 441 | http://debbugs.gnu.org/db/ix/full.html | 441 | https://debbugs.gnu.org/db/ix/full.html |
| 442 | 442 | ||
| 443 | ** What are those "mbox folder" links on the bug report pages? | 443 | ** What are those "mbox folder" links on the bug report pages? |
| 444 | 444 | ||
| @@ -484,7 +484,7 @@ the bug web-pages. | |||
| 484 | 484 | ||
| 485 | *** Debian stuff | 485 | *** Debian stuff |
| 486 | 486 | ||
| 487 | http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html | 487 | https://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html |
| 488 | 488 | ||
| 489 | ** Gnus-specific voodoo | 489 | ** Gnus-specific voodoo |
| 490 | 490 | ||
| @@ -493,7 +493,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html | |||
| 493 | *** If the above is not available: | 493 | *** If the above is not available: |
| 494 | (add-hook 'gnus-article-mode-hook | 494 | (add-hook 'gnus-article-mode-hook |
| 495 | (lambda () | 495 | (lambda () |
| 496 | (setq bug-reference-url-format "http://debbugs.gnu.org/%s") | 496 | (setq bug-reference-url-format "https://debbugs.gnu.org/%s") |
| 497 | (bug-reference-mode 1))) | 497 | (bug-reference-mode 1))) |
| 498 | 498 | ||
| 499 | and you can click on the bug number in the subject header. | 499 | and you can click on the bug number in the subject header. |
| @@ -507,8 +507,8 @@ reference, you don't need to read these as a user of the system. | |||
| 507 | Getting mail from the Emacs bug list into the tracker requires the | 507 | Getting mail from the Emacs bug list into the tracker requires the |
| 508 | assistance of sysadmin at gnu.org. The test tracker set-up was, I | 508 | assistance of sysadmin at gnu.org. The test tracker set-up was, I |
| 509 | think, [gnu.org #359140]: | 509 | think, [gnu.org #359140]: |
| 510 | http://lists.gnu.org/archive/html/savannah-hackers/2008-03/msg00074.html | 510 | https://lists.gnu.org/archive/html/savannah-hackers/2008-03/msg00074.html |
| 511 | http://lists.gnu.org/archive/html/savannah-hackers/2008-04/msg00034.html | 511 | https://lists.gnu.org/archive/html/savannah-hackers/2008-04/msg00034.html |
| 512 | 512 | ||
| 513 | ** The debbugs.gnu.org setup was handled in [gnu.org #510605]. | 513 | ** The debbugs.gnu.org setup was handled in [gnu.org #510605]. |
| 514 | There are two pieces (replace AT with @ in the following): | 514 | There are two pieces (replace AT with @ in the following): |
| @@ -548,7 +548,7 @@ It does basic spam processing on the moderator requests and | |||
| 548 | automatically rejects the obviously bogus ones. Someone still has to | 548 | automatically rejects the obviously bogus ones. Someone still has to |
| 549 | accept the good ones though. The advantage of this would not be having | 549 | accept the good ones though. The advantage of this would not be having |
| 550 | to run and tune our own spam filter. See | 550 | to run and tune our own spam filter. See |
| 551 | http://savannah.nongnu.org/projects/listhelper | 551 | https://savannah.nongnu.org/projects/listhelper |
| 552 | 552 | ||
| 553 | An "X-Debbugs-Envelope-To" header is used to keep track of where the | 553 | An "X-Debbugs-Envelope-To" header is used to keep track of where the |
| 554 | mail was actually bound for: | 554 | mail was actually bound for: |