diff options
| author | Joakim Verona | 2011-06-16 00:22:07 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-06-16 00:22:07 +0200 |
| commit | a7513ade3bc0fe79430d5541d88c9dcda0932bec (patch) | |
| tree | 4383951ba698a11e9f8933a9d8c72e00aa872a10 /admin/notes/bugtracker | |
| parent | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (diff) | |
| parent | 4bba86e6210a74326e843a8fdc8409127105e1fe (diff) | |
| download | emacs-a7513ade3bc0fe79430d5541d88c9dcda0932bec.tar.gz emacs-a7513ade3bc0fe79430d5541d88c9dcda0932bec.zip | |
merge from upstream
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 7c6c0ff4272..04721e4cec3 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -63,13 +63,16 @@ quiet@debbugs.gnu.org. | |||
| 63 | ** How do I reply to an existing bug report? | 63 | ** How do I reply to an existing bug report? |
| 64 | Reply to 123@debbugs.gnu.org, replacing 123 with the number | 64 | Reply to 123@debbugs.gnu.org, replacing 123 with the number |
| 65 | of the bug you are interested in. NB this only sends mail to the | 65 | of the bug you are interested in. NB this only sends mail to the |
| 66 | bug-list, it does NOT (?) send a CC to the original bug submitter. | 66 | bug-list, it does NOT send a CC to the original bug submitter. |
| 67 | So you need to explicitly CC him/her (and anyone else you like). | 67 | So you need to explicitly CC him/her (and anyone else you like). |
| 68 | (This works the same way as all the Emacs mailing lists. We generally | ||
| 69 | don't assume anyone who posts to a list is subscribed to it, so we | ||
| 70 | cc everyone on replies.) | ||
| 68 | 71 | ||
| 69 | (Many people think the submitter SHOULD be automatically subscribed | 72 | (Many people think the submitter SHOULD be automatically subscribed |
| 70 | to subsequent discussion, but this does not seem to be implemented. | 73 | to subsequent discussion, but this does not seem to be implemented. |
| 71 | See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078) | 74 | See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078 |
| 72 | See also http://debbugs.gnu.org/5439 | 75 | See also http://debbugs.gnu.org/5439 ) |
| 73 | 76 | ||
| 74 | Do NOT send a separate copy to the bug list address, since this may | 77 | Do NOT send a separate copy to the bug list address, since this may |
| 75 | generate a new report. The only time to send mail to the bug list | 78 | generate a new report. The only time to send mail to the bug list |
| @@ -85,9 +88,9 @@ The "owner@debbugs.gnu.org" entry is there because it appears in the | |||
| 85 | "Resent-To" header. For a long time Rmail erroneously included such | 88 | "Resent-To" header. For a long time Rmail erroneously included such |
| 86 | headers in replies. If you correspond with an Rmail user on a bug, | 89 | headers in replies. If you correspond with an Rmail user on a bug, |
| 87 | these addresses may end up in the Cc. Mailing to them does nothing | 90 | these addresses may end up in the Cc. Mailing to them does nothing |
| 88 | but create duplicates and errors. (It is possible you might want to | 91 | but create duplicates and errors. (It is possible, but unlikely, that |
| 89 | have a dialog with the owner address, outside of normal bug | 92 | you might want to have a dialog with the owner address, outside of |
| 90 | reporting.) | 93 | normal bug reporting.) |
| 91 | 94 | ||
| 92 | ** When reporting a bug, to send a Cc to another address | 95 | ** When reporting a bug, to send a Cc to another address |
| 93 | (e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header. | 96 | (e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header. |
| @@ -395,9 +398,14 @@ automatically sets a found version (if none is explicitly specified). | |||
| 395 | *** To assign or reassign a bug to a package or list of packages: | 398 | *** To assign or reassign a bug to a package or list of packages: |
| 396 | reassign 1234 emacs | 399 | reassign 1234 emacs |
| 397 | 400 | ||
| 401 | Note that reassigning clears the list of found versions, even if the | ||
| 402 | new packages includes the original one. | ||
| 403 | |||
| 398 | ** To remove spam from the tracker, move it to the `spam' pseudo-package: | 404 | ** To remove spam from the tracker, move it to the `spam' pseudo-package: |
| 399 | reassign 123 spam | 405 | reassign 123 spam |
| 400 | 406 | ||
| 407 | (Should not be necessary any more, now that the input is moderated.) | ||
| 408 | |||
| 401 | ** To change the title of a bug: | 409 | ** To change the title of a bug: |
| 402 | retitle 123 Some New Title | 410 | retitle 123 Some New Title |
| 403 | 411 | ||
| @@ -484,7 +492,7 @@ Here "{id}" is a literal string, a placeholder that will be replaced | |||
| 484 | by the bug number you specify after `--fixes debbugs:' in the bzr | 492 | by the bug number you specify after `--fixes debbugs:' in the bzr |
| 485 | command line (123 in the example above). | 493 | command line (123 in the example above). |
| 486 | 494 | ||
| 487 | In the bazaar.conf file, this setting should go into the [DEFAULTS] | 495 | In the bazaar.conf file, this setting should go into the [DEFAULT] |
| 488 | section. | 496 | section. |
| 489 | 497 | ||
| 490 | In the locations.conf file, it should go into the branch-specific | 498 | In the locations.conf file, it should go into the branch-specific |