From d0b4400fd11a4af4a17beefd4d6babac7413488e Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 22 Jan 2009 23:30:43 +0000 Subject: [PATCH] Document usertags (#367876) git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@5796 313b444b-1b9f-4f58-a734-7bb04f332e8d --- beyond-pkging.dbk | 35 +++++++++++++++++++++++++++++++++++ debian/changelog | 4 +++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/beyond-pkging.dbk b/beyond-pkging.dbk index 77a9739..6cc5d63 100644 --- a/beyond-pkging.dbk +++ b/beyond-pkging.dbk @@ -94,6 +94,41 @@ Note that when sending lots of bugs on the same subject, you should send the bug report to maintonly@&bugs-host; so that the bug report is not forwarded to the bug distribution mailing list. +
+Usertags + +You may wish to use BTS usertags when submitting bugs across a number of +packages. Usertags are similar to normal tags such as 'patch' and 'wishlist' +but differ in that they are user-defined and occupy a namespace that is +unique to a particular user. This allows multiple sets of developers to +'usertag' the same bug in different ways without conflicting. + + +To add usertags when filing bugs, specify the User and +Usertags pseudo-headers: + + +To: submit@bugs.debian.org +Subject: <title-of-bug> + +Package: <pkgname> +[ ... ] +User: <email-addr> +Usertags: <tag-name> [ <tag-name> ... ] + +<description-of-bug ...> + + +Note that tags are seperated by spaces and cannot contain underscores. If you +are filing bugs for for a particular group or team it is recommended that you +set the User to an appropriate mailing list after describing +your intention there. + + +To view bugs tagged with a specific usertag, visit +http://&bugs-host;/cgi-bin/pkgreport.cgi?users=<email-addr>&tag=<tag-name>. + +
diff --git a/debian/changelog b/debian/changelog index f302343..b8f439e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,8 +31,10 @@ developers-reference (3.4.1) UNRELEASED; urgency=low * Improved README.contrib. Mention command to checkout the SVN version. Thanks to Christine Spang for the patch. Closes: #500371. + * Document usertags. Thanks to Chris Lamb for the patch. + Closes: #367876. - -- Lucas Nussbaum Fri, 23 Jan 2009 00:20:12 +0100 + -- Lucas Nussbaum Fri, 23 Jan 2009 00:25:45 +0100 developers-reference (3.4.0) unstable; urgency=low -- 2.30.2