/[ddp]/manuals/trunk/developers-reference/beyond-pkging.dbk
ViewVC logotype

Diff of /manuals/trunk/developers-reference/beyond-pkging.dbk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5795 by he, Sun Jun 1 15:47:07 2008 UTC revision 5796 by lucas, Thu Jan 22 23:30:43 2009 UTC
# Line 94  Note that when sending lots of bugs on t Line 94  Note that when sending lots of bugs on t
94  bug report to <email>maintonly@&bugs-host;</email> so that the bug report  bug report to <email>maintonly@&bugs-host;</email> so that the bug report
95  is not forwarded to the bug distribution mailing list.  is not forwarded to the bug distribution mailing list.
96  </para>  </para>
97    <section id="usertags">
98    <title>Usertags</title>
99    <para>
100    You may wish to use BTS usertags when submitting bugs across a number of
101    packages. Usertags are similar to normal tags such as 'patch' and 'wishlist'
102    but differ in that they are user-defined and occupy a namespace that is
103    unique to a particular user. This allows multiple sets of developers to
104    'usertag' the same bug in different ways without conflicting.
105    </para>
106    <para>
107    To add usertags when filing bugs, specify the <literal>User</literal> and
108    <literal>Usertags</literal> pseudo-headers:
109    </para>
110    <screen>
111    To: submit@bugs.debian.org
112    Subject: <replaceable>&lt;title-of-bug&gt;</replaceable>
113    
114    Package: <replaceable>&lt;pkgname&gt;</replaceable>
115    <replaceable>[ ... ]</replaceable>
116    User: <replaceable>&lt;email-addr&gt;</replaceable>
117    Usertags: <replaceable>&lt;tag-name&gt; [ &lt;tag-name&gt; ... ]</replaceable>
118    
119    <replaceable>&lt;description-of-bug ...&gt;</replaceable>
120    </screen>
121    <para>
122    Note that tags are seperated by spaces and cannot contain underscores. If you
123    are filing bugs for for a particular group or team it is recommended that you
124    set the <literal>User</literal> to an appropriate mailing list after describing
125    your intention there.
126    </para>
127    <para>
128    To view bugs tagged with a specific usertag, visit
129    <literal>http://&bugs-host;/cgi-bin/pkgreport.cgi?users=<replaceable>&lt;email-addr&gt;</replaceable>&amp;tag=<replaceable>&lt;tag-name&gt;</replaceable></literal>.
130    </para>
131    </section>
132  </section>  </section>
133    
134  </section>  </section>

Legend:
Removed from v.5795  
changed lines
  Added in v.5796

  ViewVC Help
Powered by ViewVC 1.1.5