Usertagging

Differences between revisions 5 and 6
Revision 5 as of 2009-09-15 19:54:10
Size: 3835
Editor: eth3
Comment: Add reportbug example
Revision 6 as of 2009-10-20 12:56:37
Size: 3981
Editor: pool-98-110-175-141
Comment: add trivial submittodebian example, reorder examples in order of ease, move notes up, rename 'gory details' section to 'Using usertags'
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
== Gory details about usertags == == Using usertags ==

 * '''When submitting a bug, using the 'submittodebian' script:''' You're done! submittodebian adds tags for you.

{{{
submittodebian
}}}

 * '''When submitting a bug, using the 'reportbug' script:'''

{{{
reportbug --bts debian -P 'User: ubuntu-devel@lists.ubuntu.com' -P 'Usertags: origin-ubuntu karmic ubuntu-patch' -T patch
}}}
Line 37: Line 49:

 * '''When submitting a bug, using the 'reportbug' script:'''

{{{
reportbug --bts debian -P 'User: ubuntu-devel@lists.ubuntu.com' -P 'Usertags: origin-ubuntu karmic' -T patch
}}}
Line 56: Line 62:
== Links to summary pages ==
 * All bugs tagged by ubuntu-devel@lists.ubuntu.com: http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=ubuntu-devel@lists.ubuntu.com
 * Bugs tagged origin-ubuntu: http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=origin-ubuntu;users=ubuntu-devel@lists.ubuntu.com
 * Bugs tagged ubuntu-patch: http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ubuntu-patch;users=ubuntu-devel@lists.ubuntu.com
 * Example page with lots of bugs: http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=qa-doublebuild;users=debian-qa@lists.debian.org
Line 69: Line 69:
== Links to summary pages ==
 * All bugs tagged by ubuntu-devel@lists.ubuntu.com: http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=ubuntu-devel@lists.ubuntu.com
 * Bugs tagged origin-ubuntu: http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=origin-ubuntu;users=ubuntu-devel@lists.ubuntu.com
 * Bugs tagged ubuntu-patch: http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ubuntu-patch;users=ubuntu-devel@lists.ubuntu.com
 * Example page with lots of bugs: http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=qa-doublebuild;users=debian-qa@lists.debian.org

Using BTS usertags for bugs submitted by Ubuntu developers

When submitting bugs to Debian, it is recommended to use BTS usertags. This has several advantages:

  • It allows to keep track of them.
  • It will help showing Debian that Ubuntu contributes to Debian.
  • It might help showing Debian that some Debian developers are not being helpful (ignoring patches for a long time).
  • The fact that bugs are visibly tracked could make Debian developers integrate patches faster.

Usertags you should use

All those usertags must be used with the ubuntu-devel@lists.ubuntu.com user. (the user is just used to store the tags, so it's safe to use that address)

  • origin-ubuntu: means that the bug was reported by an Ubuntu developer or contributor, wearing his Ubuntu hat (if he has several hats). This includes bug including or not including patches. This tag should be added to all bugs we talk about in this page.

  • ubuntu-patch: means that the bug includes a patch to fix the issue provided by an Ubuntu developer or contributor.

  • hardy: means that the bug was reported during the hardy release cycle.

  • intrepid: means that the bug was reported during the intrepid release cycle.

  • jaunty: means that the bug was reported during the jaunty release cycle.

  • karmic: means that the bug was reported during the karmic release cycle.

Later (after several release cycles), this will allow to answer questions such as:

  • what are the bugs reported during the hardy release cycle that are still open, now that we are in the intrepid release cycle?
  • how does the number of bugs reported by Ubuntu developers evolves?

Examples:

  • A bug including a patch, submitted during the karmic release cycle, should have the following usertags: origin-ubuntu ubuntu-patch karmic

  • A bug NOT including a patch, submitted during the karmic release cycle, should have the following usertags: origin-ubuntu karmic

Using usertags

  • When submitting a bug, using the 'submittodebian' script: You're done! submittodebian adds tags for you.

submittodebian
  • When submitting a bug, using the 'reportbug' script:

reportbug --bts debian -P 'User: ubuntu-devel@lists.ubuntu.com' -P 'Usertags: origin-ubuntu karmic ubuntu-patch' -T patch
  • When submitting a bug by mail, one can add pseudo-headers to add usertags. For example, those pseudo-headers add the usertags "origin-ubuntu" and "karmic" for the user "ubuntu-devel@lists.ubuntu.com":

Package: lsof
Severity: important
Version: 4.78.dfsg.1-2
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu karmic
  • For an existing bug, using the 'bts' script:

bts user ubuntu-devel@lists.ubuntu.com . usertag 123456 + origin-ubuntu karmic

user ubuntu-devel@lists.ubuntu.com
usertag 123456 + origin-ubuntu karmic

Notes

  • If you are submitting a bug with a patch, you can tag the bug 'patch' (that's not a usertag, that's a 'normal' tag), using the following pseudo-header:

Tags: patch
  • If you are submitting bugs by mail, don't forget to report the bug against the version of the package in Debian, not the version of the package in Ubuntu.


CategoryDebian

Debian/Usertagging (last edited 2013-07-09 10:48:13 by racb)