diff options
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 04721e4cec3..3c24212ea10 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -632,3 +632,22 @@ 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. | ||
| 643 | |||
| 644 | ** Backups | ||
| 645 | |||
| 646 | The FSF sysadmins handle multi-generational backups of the filesystem | ||
| 647 | on debbugs.gnu.org. But if you really want to have your own backup of | ||
| 648 | the bug database, you can use rsync (this requires login access to | ||
| 649 | debbugs.gnu.org): | ||
| 650 | |||
| 651 | rsync -azvv -e ssh USER@debbugs.gnu.org:/var/lib/debbugs/ DEST | ||
| 652 | |||
| 653 | Note that this occupies well over 1G of disk space. | ||