diff options
| author | Glenn Morris | 2019-03-20 13:47:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-03-20 13:47:07 -0700 |
| commit | 1fc6afbdf1ce0f8b23780bd4d2630ed49f365013 (patch) | |
| tree | 515068805cee7b3c5c7fff7e924c2594b2572764 /admin/notes/bugtracker | |
| parent | 99b3d64e54bb896e7b35567ac7022f9d3fb16bbb (diff) | |
| parent | 24b6e6edcfe034f76de475657cb3997821cfd1f0 (diff) | |
| download | emacs-1fc6afbdf1ce0f8b23780bd4d2630ed49f365013.tar.gz emacs-1fc6afbdf1ce0f8b23780bd4d2630ed49f365013.zip | |
Merge from origin/emacs-26
24b6e6e (origin/emacs-26) * etc/AUTHORS: Update.
2f22a17 * ; ChangeLog.3 update
0f523de Improve indexing of the user manual
bd5795e Fix url-copy-file arglist
eaa188a ; * admin/notes/bugtracker: Minor additions and updates.
5ed05fb Fix downloading updates for packages with non-ASCII descriptions
e9f2d1f * etc/NEWS: Remove temporary markers.
24fc133 * doc/misc/cc-mode.texi (Config Basics): in @itemize, @asis -...
0f325d1 Don't clobber 'comint-input-autoexpand' in 'read-shell-command'
bc75589 Document restrictions when setting window margins, fringes or...
cc4cebf More improvements for 'read-buffer's doc string
d026d9a * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for E...
5dbf08b * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)
# Conflicts:
# etc/NEWS
# lisp/url/url-handlers.el
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 f3bc3045542..92ae326ffd5 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -241,21 +241,29 @@ report, and Bcc: the control server (note the commands have no effect | |||
| 241 | if you just send them to the bug-report number). Bcc: is better than Cc: | 241 | if you just send them to the bug-report number). Bcc: is better than Cc: |
| 242 | in case people use Reply-To-All in response. | 242 | in case people use Reply-To-All in response. |
| 243 | 243 | ||
| 244 | For the full documentation of control commands, see | ||
| 245 | https://debbugs.gnu.org/server-control.html | ||
| 246 | |||
| 244 | Some useful control commands: | 247 | Some useful control commands: |
| 245 | 248 | ||
| 249 | *** To close a bug and indicate in what Emacs version it was fixed | ||
| 250 | close 123 VERSION | ||
| 251 | |||
| 252 | where VERSION is XX.YY numerical version number, like 42.1. | ||
| 253 | |||
| 246 | *** To reopen a closed bug: | 254 | *** To reopen a closed bug: |
| 247 | reopen 123 | 255 | reopen 123 |
| 248 | 256 | ||
| 249 | *** Bugs can be tagged in various ways (eg wontfix, patch, etc). | 257 | *** Bugs can be tagged in various ways (eg wontfix, patch, etc). |
| 250 | The available tags are: | 258 | The available tags are: |
| 251 | patch wontfix moreinfo unreproducible fixed notabug | 259 | patch wontfix moreinfo unreproducible fixed notabug security confirmed |
| 252 | See https://debbugs.gnu.org/Developer#tags | 260 | See https://debbugs.gnu.org/Developer#tags |
| 253 | The list of tags can be prefixed with +, - or =, meaning to add (the | 261 | The list of tags can be prefixed with +, - or =, meaning to add (the |
| 254 | default), remove, or reset the tags. E.g.: | 262 | default), remove, or reset the tags. E.g.: |
| 255 | 263 | ||
| 256 | tags 123 + wontfix | 264 | tags 123 + wontfix |
| 257 | 265 | ||
| 258 | ** URL shortcuts | 266 | *** URL shortcuts |
| 259 | 267 | ||
| 260 | https://debbugs.gnu.org/... | 268 | https://debbugs.gnu.org/... |
| 261 | 269 | ||
| @@ -266,7 +274,7 @@ from:submitter@email.address | |||
| 266 | severity:severity # all bugs of given severity | 274 | severity:severity # all bugs of given severity |
| 267 | tag:tag # all bugs with given tag | 275 | tag:tag # all bugs with given tag |
| 268 | 276 | ||
| 269 | ** Usertags | 277 | *** Usertags |
| 270 | 278 | ||
| 271 | See <http://wiki.debian.org/bugs.debian.org/usertags> | 279 | See <http://wiki.debian.org/bugs.debian.org/usertags> |
| 272 | 280 | ||
| @@ -410,21 +418,21 @@ reassign 1234 emacs | |||
| 410 | Note that reassigning clears the list of found versions, even if the | 418 | Note that reassigning clears the list of found versions, even if the |
| 411 | new packages includes the original one. | 419 | new packages includes the original one. |
| 412 | 420 | ||
| 413 | ** To remove spam from the tracker, move it to the 'spam' pseudo-package: | 421 | *** To remove spam from the tracker, move it to the 'spam' pseudo-package: |
| 414 | reassign 123 spam | 422 | reassign 123 spam |
| 415 | 423 | ||
| 416 | (Should not be necessary any more, now that the input is moderated.) | 424 | (Should not be necessary any more, now that the input is moderated.) |
| 417 | 425 | ||
| 418 | ** To change the title of a bug: | 426 | *** To change the title of a bug: |
| 419 | retitle 123 Some New Title | 427 | retitle 123 Some New Title |
| 420 | 428 | ||
| 421 | ** To change the submitter address: | 429 | *** To change the submitter address: |
| 422 | submitter 123 none@example.com | 430 | submitter 123 none@example.com |
| 423 | 431 | ||
| 424 | Note that it does not seem to work to specify "Submitter:" in the | 432 | Note that it does not seem to work to specify "Submitter:" in the |
| 425 | pseudo-header when first reporting a bug. | 433 | pseudo-header when first reporting a bug. |
| 426 | 434 | ||
| 427 | ** How does archiving work? | 435 | *** How does archiving work? |
| 428 | You can still send mail to a bug after it is closed. After 28 days with | 436 | You can still send mail to a bug after it is closed. After 28 days with |
| 429 | no activity, the bug is archived, at which point no more changes can | 437 | no activity, the bug is archived, at which point no more changes can |
| 430 | be made. If you try to send mail to the bug after that (or merge with | 438 | be made. If you try to send mail to the bug after that (or merge with |