ToolsAndLinks

Differences between revisions 1 and 18 (spanning 17 versions)
Revision 1 as of 2005-11-02 20:14:20
Size: 1029
Editor: 209
Comment:
Revision 18 as of 2006-05-08 20:14:01
Size: 2301
Editor: ottawa-hs-64-26-167-206
Comment: Add kernel-bugs and updated Ubugtu.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Bugs/ToolsAndLinksDraft
== Links ==
Line 2: Line 4:
=== Bug bot === ||<-2 > '''Bug trackers''' ||
|| Debian's Bug tracker || http://bugs.debian.org ||
|| Package information in Debian || http://packages.debian.org ||
|| Direct use of those || http://bugs.debian.org/<package> or http://packages.debian.org/<package> ||
|| Direct use of those ''(source packages)''|| http://bugs.debian.org/src:<package> or http://packages.debian.org/src:<package> ||
|| GNOME's Bug tracker || http://bugzilla.gnome.org ||
Line 4: Line 11:
In {{{#ubuntu-bugs}}} and {{{#ubuntu-desktop}}} we have a but bot, who behaves like this: || '''Additional information''' ||
|| http://bugzilla.gnome.org/good-bugs.html ||
|| http://bugzilla.gnome.org/bug-HOWTO.html ||
|| http://live.gnome.org/Bugsquad_2fTriageGuide ||

== Mailing lists ==

Almost all activity in Malone is relayed to a mailing list, [http://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs ubuntu-bugs]. You should subscribe to this list if you want to be notified about new bugs and what people are doing to existing ones.

However, it gets ''a lot'' of mail. If you just want to read about new bugs that were filed, you want the following [:Procmail] script. You should have the `INBOX` variable declared to point to the appropriate mailbox {{{
# Only keep ubuntu-bugs mail that announces newly reported bugs.
:0
* ^TO_ubuntu-bugs@lists\.ubuntu\.com
* ^X-Launchpad-Bug:
{
  :0 B
  * ^Public bug reported:
  $INBOX
  :0
  /dev/null
}
}}}

Other mailing lists you might be interested in are:
 * [http://lists.ubuntu.com/mailman/listinfo/desktop-bugs desktop-bugs]
 * [http://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs kernel-bugs]
 * [http://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs kubuntu-bugs]
 * [http://lists.ubuntu.com/mailman/listinfo/universe-bugs universe-bugs]

== Bug bot ==

In {{{#ubuntu-bugs}}} and {{{#ubuntu-desktop}}} we have a bug bot, which behaves like this:
Line 6: Line 44:
<dholbach> ubuntu bug 15700
<Ubugtu> Ubuntu Bugzilla bug #15700: esound causes desktop session to hang Product: Ubuntu, Component: esound, Severity: normal, Assigned to: martin.pitt@ubuntu.com, Status: ASSIGNED http://bugzilla.ubuntu.com/show_bug.cgi?id=15700
<dholbach> malone bug 1356
<Ubugtu> Malone bug #1356: On person merge, remove one wiki name Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Stuart Bishop, Status: Fixed http://launchpad.net/malone/bugs/1356
16:12 < sfllaw> ubuntu bug 15700
16:12 < Ubugtu> Ubuntu bug 15700 in esound "esound causes desktop session to hang" [Normal,Needinfo] http://bugzilla.ubuntu.com/show_bug.cgi?id=15700
16:12 < sfllaw> malone bug 1356
16:12 < Ubugtu> Malone bug 1356 in launchpad "On person merge, remove one wiki name" [Normal,Fix released] http://launchpad.net/bugs/1356
Line 14: Line 52:
=== Links ===
Line 16: Line 53:
|| Debian's Bug tracker || http://bugs.debian.org ||
|| Package information in Debian || http://packages.debian.org ||
|| Direct use of those || http://bugs.debian.org/<package> or http://packages.debian.org/<package> or http://bugs.debian.org/src:<package> or http://packages.debian.org/src:<package> ||
|| GNOME's Bug tracker || http://bugs.gnome.org ||

----
Back to HelpingWithBugs

Bug trackers

Debian's Bug tracker

http://bugs.debian.org

Package information in Debian

http://packages.debian.org

Direct use of those

http://bugs.debian.org/<package> or http://packages.debian.org/<package>

Direct use of those (source packages)

http://bugs.debian.org/src:<package> or http://packages.debian.org/src:<package>

GNOME's Bug tracker

http://bugzilla.gnome.org

Mailing lists

Almost all activity in Malone is relayed to a mailing list, [http://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs ubuntu-bugs]. You should subscribe to this list if you want to be notified about new bugs and what people are doing to existing ones.

However, it gets a lot of mail. If you just want to read about new bugs that were filed, you want the following [:Procmail] script. You should have the INBOX variable declared to point to the appropriate mailbox

# Only keep ubuntu-bugs mail that announces newly reported bugs.
:0
* ^TO_ubuntu-bugs@lists\.ubuntu\.com
* ^X-Launchpad-Bug:
{
  :0 B
  * ^Public bug reported:
  $INBOX
  :0
  /dev/null
}

Other mailing lists you might be interested in are:

Bug bot

In #ubuntu-bugs and #ubuntu-desktop we have a bug bot, which behaves like this:

16:12 < sfllaw> ubuntu bug 15700
16:12 < Ubugtu> Ubuntu bug 15700 in esound "esound causes desktop session to hang" [Normal,Needinfo] http://bugzilla.ubuntu.com/show_bug.cgi?id=15700
16:12 < sfllaw> malone bug 1356
16:12 < Ubugtu> Malone bug 1356 in launchpad "On person merge, remove one wiki name" [Normal,Fix released] http://launchpad.net/bugs/1356

This makes discussing bugs easier.


Back to HelpingWithBugs

Bugs/ToolsAndLinks (last edited 2008-08-06 16:16:54 by localhost)