diff options
| author | Arash Esbati | 2023-07-18 23:07:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-07-19 15:03:32 +0300 |
| commit | 815185344713aafb314c6c413ba9f146a7ff017f (patch) | |
| tree | b799f65fa88355f51c6cb9d715a6da2a074961aa /admin/notes/bugtracker | |
| parent | f063f79a4933f21dc72c6a24b60f98197543d3de (diff) | |
| download | emacs-815185344713aafb314c6c413ba9f146a7ff017f.tar.gz emacs-815185344713aafb314c6c413ba9f146a7ff017f.zip | |
; * admin/notes/bugtracker: Use 'e.g.' throughout the document.
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index deb06f552cc..d1edad17177 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -39,7 +39,7 @@ tags 123 moreinfo|unreproducible|wontfix|patch|notabug | |||
| 39 | 39 | ||
| 40 | For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html | 40 | For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html |
| 41 | This is a static page, updated once a day. There is also a dynamic | 41 | This is a static page, updated once a day. There is also a dynamic |
| 42 | list, generated on request. This accepts various options, eg to see | 42 | list, generated on request. This accepts various options, e.g. to see |
| 43 | the most recent bugs: | 43 | the most recent bugs: |
| 44 | 44 | ||
| 45 | https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 | 45 | https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 |
| @@ -138,7 +138,8 @@ The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases. | |||
| 138 | 138 | ||
| 139 | ** To not get acknowledgment mail from the tracker, | 139 | ** To not get acknowledgment mail from the tracker, |
| 140 | add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus, | 140 | add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus, |
| 141 | you can add an element to gnus-posting-styles to do this automatically, eg: | 141 | you can add an element to gnus-posting-styles to do this automatically, |
| 142 | e.g.: | ||
| 142 | 143 | ||
| 143 | ("gnu-emacs\\(-pretest\\)?-bug" | 144 | ("gnu-emacs\\(-pretest\\)?-bug" |
| 144 | ("X-Debbugs-No-Ack" "yes")) | 145 | ("X-Debbugs-No-Ack" "yes")) |
| @@ -222,7 +223,7 @@ Mail-Followup-To: 123@debbugs.gnu.org, person-who-closed | |||
| 222 | ** Setting bug parameters. | 223 | ** Setting bug parameters. |
| 223 | There are two ways to set the parameters of bugs in the database | 224 | There are two ways to set the parameters of bugs in the database |
| 224 | (tags, severity level, etc). When you report a new bug, you can | 225 | (tags, severity level, etc). When you report a new bug, you can |
| 225 | provide a "pseudo-header" at the start of the report, eg: | 226 | provide a "pseudo-header" at the start of the report, e.g.: |
| 226 | 227 | ||
| 227 | Package: emacs | 228 | Package: emacs |
| 228 | Version: 23.0.60 | 229 | Version: 23.0.60 |
| @@ -258,7 +259,7 @@ where VERSION is XX.YY numerical version number, like 42.1. | |||
| 258 | *** To reopen a closed bug: | 259 | *** To reopen a closed bug: |
| 259 | reopen 123 | 260 | reopen 123 |
| 260 | 261 | ||
| 261 | *** Bugs can be tagged in various ways (eg wontfix, patch, etc). | 262 | *** Bugs can be tagged in various ways (e.g. wontfix, patch, etc). |
| 262 | The available tags are: | 263 | The available tags are: |
| 263 | patch wontfix moreinfo unreproducible fixed notabug help security confirmed easy | 264 | patch wontfix moreinfo unreproducible fixed notabug help security confirmed easy |
| 264 | See https://debbugs.gnu.org/Developer#tags | 265 | See https://debbugs.gnu.org/Developer#tags |
| @@ -310,7 +311,7 @@ This will add a usertag "any-tag-you-like" to bug#1234. The tag will | |||
| 310 | be associated with the user "emacs". If you omit the first line, | 311 | be associated with the user "emacs". If you omit the first line, |
| 311 | the tag will be associated with your email address. | 312 | the tag will be associated with your email address. |
| 312 | 313 | ||
| 313 | The syntax of the usertags command is the same as that of tags (eg wrt | 314 | The syntax of the usertags command is the same as that of tags (e.g. wrt |
| 314 | the optional [=+-] argument). | 315 | the optional [=+-] argument). |
| 315 | 316 | ||
| 316 | b) In an initial submission, in the pseudo-header: | 317 | b) In an initial submission, in the pseudo-header: |
| @@ -340,12 +341,12 @@ than one email address, but it does not seem to work for me.) | |||
| 340 | **** To find bugs tagged with a specific usertag: | 341 | **** To find bugs tagged with a specific usertag: |
| 341 | 342 | ||
| 342 | This works just like a normal tags search, but with the addition of a | 343 | This works just like a normal tags search, but with the addition of a |
| 343 | "users" field. Eg: | 344 | "users" field. E.g.: |
| 344 | 345 | ||
| 345 | https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar | 346 | https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar |
| 346 | 347 | ||
| 347 | *** To merge bugs: | 348 | *** To merge bugs: |
| 348 | Eg when bad replies create a bunch of new bugs for the same report. | 349 | E.g. when bad replies create a bunch of new bugs for the same report. |
| 349 | Bugs must all be in the same state (e.g. same package(s) and severity | 350 | Bugs must all be in the same state (e.g. same package(s) and severity |
| 350 | -- see 'reassign' and 'severity' below), but need not have the same | 351 | -- see 'reassign' and 'severity' below), but need not have the same |
| 351 | tags (tags are merged). E.g.: | 352 | tags (tags are merged). E.g.: |
| @@ -557,7 +558,7 @@ debbugs-submit. Approved mail is passed on to the tracker. | |||
| 557 | tracker, since mail from whitelisted senders goes straight through.) | 558 | tracker, since mail from whitelisted senders goes straight through.) |
| 558 | 559 | ||
| 559 | NOTE: An alternative to this would be to use listhelper AT nongnu.org | 560 | NOTE: An alternative to this would be to use listhelper AT nongnu.org |
| 560 | as a moderator address. Eg the emacs-bug-tracker list uses this. | 561 | as a moderator address. E.g. the emacs-bug-tracker list uses this. |
| 561 | It does basic spam processing on the moderator requests and | 562 | It does basic spam processing on the moderator requests and |
| 562 | automatically rejects the obviously bogus ones. Someone still has to | 563 | automatically rejects the obviously bogus ones. Someone still has to |
| 563 | accept the good ones though. The advantage of this would not be having | 564 | accept the good ones though. The advantage of this would not be having |