diff options
| author | Glenn Morris | 2012-10-13 12:39:42 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-13 12:39:42 -0700 |
| commit | b166258b8ffe420a17ca10bc09b9b4e41a3b29ff (patch) | |
| tree | 83e371ee8bcccaf034f8d4e8919743df8a14a5a9 /admin/notes/bugtracker | |
| parent | 2e58893d168a90c475d4b5ba738b19113f6494ea (diff) | |
| download | emacs-b166258b8ffe420a17ca10bc09b9b4e41a3b29ff.tar.gz emacs-b166258b8ffe420a17ca10bc09b9b4e41a3b29ff.zip | |
usertags updates
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 1d1c196f073..ee385f4dd75 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -270,32 +270,35 @@ to a bug. There are two differences between normal tags and user tags: | |||
| 270 | 1) Anyone can define any valid usertag they like. In contrast, only a | 270 | 1) Anyone can define any valid usertag they like. In contrast, only a |
| 271 | limited, predefined set of normal tags are available (see above). | 271 | limited, predefined set of normal tags are available (see above). |
| 272 | 272 | ||
| 273 | 2) A usertag is associated with a specific email address. | 273 | 2) A usertag is associated with a specific user. This is normally |
| 274 | 274 | an email address (with an "@" sign and least 4 characters after the "@"), | |
| 275 | You set usertags in the same way as tags, by talking to the control | 275 | but on debbugs.gnu.org, the definition is less strict - anything with |
| 276 | server. One difference is that you can also specify the associated | 276 | 5 or more alphanumeric characters will work. For personal tags, |
| 277 | email address. If you don't explicitly specify an address, then it | 277 | using an email address is still recommended. Please only use the |
| 278 | will use the one from which you send the control message. The address | 278 | "emacs" user, or other short users, for "official" tags. |
| 279 | must have the form of an email address (with an "@" sign and least 4 | 279 | |
| 280 | characters after the "@"). | 280 | You set usertags in the same way as tags, by talking to the control server. |
| 281 | One difference is that you can also specify the associated user. | ||
| 282 | If you don't explicitly specify a user, then it will use the email | ||
| 283 | address from which you send the control message. | ||
| 281 | 284 | ||
| 282 | *** Setting usertags | 285 | *** Setting usertags |
| 283 | 286 | ||
| 284 | a) In a control message: | 287 | a) In a control message: |
| 285 | 288 | ||
| 286 | user bug-gnu-emacs@gnu.org | 289 | user emacs # or email@example.com |
| 287 | usertags 1234 any-tag-you-like | 290 | usertags 1234 any-tag-you-like |
| 288 | 291 | ||
| 289 | This will add a usertag "any-tag-you-like" to bug 1234. The tag will | 292 | This will add a usertag "any-tag-you-like" to bug 1234. The tag will |
| 290 | be associated with the address "bug-gnu-emacs@gnu.org". If you omit | 293 | be associated with the user "emacs". If you omit the first line, |
| 291 | the first line, the tag will be associated with your email address. | 294 | the tag will be associated with your email address. |
| 292 | 295 | ||
| 293 | The syntax of the usertags command is the same as that of tags (eg wrt | 296 | The syntax of the usertags command is the same as that of tags (eg wrt |
| 294 | the optional [=+-] argument). | 297 | the optional [=+-] argument). |
| 295 | 298 | ||
| 296 | b) In an initial submission, in the pseudo-header: | 299 | b) In an initial submission, in the pseudo-header: |
| 297 | 300 | ||
| 298 | User: bug-gnu-emacs@gnu.org | 301 | User: emacs |
| 299 | Usertags: a-new-tag | 302 | Usertags: a-new-tag |
| 300 | 303 | ||
| 301 | Again, the "User" is optional. | 304 | Again, the "User" is optional. |
| @@ -312,7 +315,7 @@ http://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users | |||
| 312 | 315 | ||
| 313 | **** To find all bugs usertagged by a given email address: | 316 | **** To find all bugs usertagged by a given email address: |
| 314 | 317 | ||
| 315 | http://debbugs.gnu.org/cgi/pkgreport.cgi?users=bug-gnu-emacs@gnu.org | 318 | http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs |
| 316 | 319 | ||
| 317 | (Supposedly, the "users" field can be a comma-separated list of more | 320 | (Supposedly, the "users" field can be a comma-separated list of more |
| 318 | than one email address, but it does not seem to work for me.) | 321 | than one email address, but it does not seem to work for me.) |
| @@ -322,7 +325,7 @@ than one email address, but it does not seem to work for me.) | |||
| 322 | This works just like a normal tags search, but with the addition of a | 325 | This works just like a normal tags search, but with the addition of a |
| 323 | "users" field. Eg: | 326 | "users" field. Eg: |
| 324 | 327 | ||
| 325 | http://debbugs.gnu.org/cgi/pkgreport.cgi?users=bug-gnu-emacs@gnu.org;tag=calendar | 328 | http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar |
| 326 | 329 | ||
| 327 | *** To merge bugs: | 330 | *** To merge bugs: |
| 328 | Eg when bad replies create a bunch of new bugs for the same report. | 331 | Eg when bad replies create a bunch of new bugs for the same report. |