TaskTemplate

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2007-06-26 16:54:57
Size: 790
Editor: c-24-21-231-115
Comment: first draft
Revision 6 as of 2007-06-26 18:01:59
Size: 1736
Editor: c-24-21-231-115
Comment: added how to find 50 bugs without a package
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Here we have a sampling of bugs to work on for Hug Day. After you have triaged or fixed a bug put your name in the last column and set the row background to a green color using <rowstyle="background-color: lightgreen;"> in the first cell of the column. This will let people know that the bug in that row has been worked on. Here we have a sampling of bugs to work on for Hug Day. After you have triaged or fixed a bug put your name in the last column and set the row background to a green color by adding '''lightgreen;''' in the first cell of the column after "background-color:". This will let people know that the bug in that row has been worked on.
Line 8: Line 8:
|| <rowstyle="background-color: lightgreen;"> [http://launchpad.net/bugs/95631 95631] || postfix released (was. dist-upgrade failure (edgy->feisty) - SystemError from cache.commit(): installArchives() failed) ||ScottK || ||<rowstyle="background-color: "> [http://launchpad.net/bugs/95631 95631] || postfix released (was. dist-upgrade failure (edgy->feisty) - SystemError from cache.commit(): installArchives() failed) ||ScottK ||

== 50 bugs without a package ==
These bugs were just reported against Ubuntu which means they are less likely to get attention. There are about #### [https://launchpad.net/ubuntu/+bugs?field.searchtext=&orderby=-datecreated&search=Search&field.status%3Alist=New&field.importance%3Alist=Undecided&field.assignee=&field.owner=&field.omit_dupes=on&field.has_patch=&field.has_no_package=on bugs] in this state.
## query used
## ./bugnumbers -l https://launchpad.net/ubuntu/+bugs?field.searchtext=&orderby=-datecreated&search=Search&field.status%3Alist=New&field.importance%3Alist=Undecided&field.assignee=&field.owner=&field.omit_dupes=on&field.has_patch=&field.has_no_package=on -m 120000
## 120000 is an arbitrary number depending on how many bugs we currently have
## magic wiki formatting done by:
## perl -pe 's/^(\d+)[^\(]*\([^\)]+\)\s*-\s*(.*)/\|\|<rowstyle="background-color: "> \[http:\/\/launchpad.net\/bugs\/$1 $1\] \|\| $2 \|\| \|\|/'

Here we have a sampling of bugs to work on for Hug Day. After you have triaged or fixed a bug put your name in the last column and set the row background to a green color by adding lightgreen; in the first cell of the column after "background-color:". This will let people know that the bug in that row has been worked on.

10 postfix bugs that are "New"

Bug

Subject

Hugger

[http://launchpad.net/bugs/95631 95631]

postfix released (was. dist-upgrade failure (edgy->feisty) - SystemError from cache.commit(): installArchives() failed)

ScottK

50 bugs without a package

These bugs were just reported against Ubuntu which means they are less likely to get attention. There are about #### [https://launchpad.net/ubuntu/+bugs?field.searchtext=&orderby=-datecreated&search=Search&field.status%3Alist=New&field.importance%3Alist=Undecided&field.assignee=&field.owner=&field.omit_dupes=on&field.has_patch=&field.has_no_package=on bugs] in this state.

UbuntuBugDay/TaskTemplate (last edited 2010-06-29 12:52:52 by pc-231-206-161-190)