diff options
| author | Joakim Verona | 2011-07-15 04:39:29 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-15 04:39:29 +0200 |
| commit | 4f616a2e7ed1db28da98df90266e9751a8ae9ee1 (patch) | |
| tree | 74a9dcbe13e945e712ae04a4a94c2202ca720591 /admin/notes/bugtracker | |
| parent | ff2be00005c3aeda6e11d7ed264ce86f02b60958 (diff) | |
| parent | ec2bc542a4d0127425625e8cb458684bd825675a (diff) | |
| download | emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.tar.gz emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.zip | |
merge from upstream
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 04721e4cec3..dd1ea46ceb2 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -632,3 +632,11 @@ mytest my.email.address | |||
| 632 | 632 | ||
| 633 | Then if you do all your testing with 'Package: mytest', the resulting | 633 | Then if you do all your testing with 'Package: mytest', the resulting |
| 634 | mails should only go to your email address. | 634 | mails should only go to your email address. |
| 635 | |||
| 636 | ** Adding new tags | ||
| 637 | |||
| 638 | Add them to @gTags in /etc/debbugs/config. | ||
| 639 | I think you also have to add them to 'tags' and 'tags_single_letter' | ||
| 640 | in /usr/share/perl5/Debbugs/Config.pm. | ||
| 641 | And update /var/www/Developer.html with a description of what the tag means. | ||
| 642 | And the "valid tags" list in /var/www/index.html. | ||