TaskTemplate

Differences between revisions 12 and 18 (spanning 6 versions)
Revision 12 as of 2007-06-26 19:39:32
Size: 3907
Editor: c-24-21-231-115
Comment:
Revision 18 as of 2007-07-03 23:53:30
Size: 3705
Editor: 65-102-54-112
Comment:
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 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 ||
||<rowstyle="background-color: "> [http://launchpad.net/bugs/95631 95631] || postfix released (was. dist-upgrade failure (edgy->feisty) - SystemError from cache.commit(): installArchives() failed) ||ScottK ||
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:" and before ";". This will let people know that the bug in that row has been worked on.
Line 11: Line 6:
These bugs may just need to be rejected as they have been marked "Needs Info" but nobody may be watching them. There are about #### [https://launchpad.net/ubuntu/+bugs?field.searchtext=&orderby=-date_last_updated&search=Search&field.status%3Alist=Incomplete&assignee_option=none&field.assignee=&field.bug_reporter=&field.bug_contact=&field.component-empty-marker=1&field.status_upstream-empty-marker=1&field.omit_dupes.used=&field.omit_dupes=on&field.has_patch.used=&field.tag=&field.has_cve.used=&field.has_no_package.used=&start=2175 unowned bugs]. These bugs may just need to be rejected as they have been marked "Incomplete" but nobody may be watching them. There are about #### [https://launchpad.net/ubuntu/+bugs?field.searchtext=&orderby=-date_last_updated&search=Search&field.status%3Alist=Incomplete&assignee_option=none&field.assignee=&field.bug_reporter=&field.bug_contact=&field.component-empty-marker=1&field.status_upstream-empty-marker=1&field.omit_dupes.used=&field.omit_dupes=on&field.has_patch.used=&field.tag=&field.has_cve.used=&field.has_no_package.used=&start=2175 unowned bugs].
Line 15: Line 10:
 * Ask the reporter if it is still an issue, assign it to yourself and mark it "Needs Info" '''or'''  * Ask the reporter if it is still an issue, assign it to yourself and mark it "Incomplete" '''or'''
Line 20: Line 15:
|| Bug || Subject || Hugger || || Bug || Subject || Triager ||
Line 22: Line 17:
## ./bugnumbers -l "https://launchpad.net/ubuntu/+bugs?field.searchtext=&orderby=-date_last_updated&search=Search&field.status%3Alist=Incomplete&assignee_option=none&field.assignee=&field.bug_reporter=&field.bug_contact=&field.component-empty-marker=1&field.status_upstream-empty-marker=1&field.omit_dupes.used=&field.omit_dupes=on&field.has_patch.used=&field.tag=&field.has_cve.used=&field.has_no_package.used=&start=2175" ## ./bugnumbers -l "https://launchpad.net/ubuntu/+bugs?field.searchtext=&orderby=-date_last_updated&search=Search&field.status%3Alist=Incomplete&assignee_option=none&field.assignee=&field.bug_reporter=&field.bug_contact=&field.component-empty-marker=1&field.status_upstream-empty-marker=1&field.omit_dupes.used=&field.omit_dupes=on&field.has_patch.used=&field.tag=&field.has_cve.used=&field.has_no_package.used=&start=2175" > bugs-wo-owner.txt
Line 24: Line 19:
## head -n 25 bugs-wo-owner.txt | perl -pe 's/^(\d+)[^\(]*\([^\)]+\)\s*-\s*(.*)/\|\|<rowstyle="background-color: "> \[http:\/\/launchpad.net\/bugs\/$1 $1\] \|\| $2 \|\| \|\|/' ## head -n 25 bugs-wo-owner.txt | perl -pe 's/^(\d+)[^\(]*\([^\)]+\)\s*-\s*(.*)/\|\|<rowstyle="background-color: ;"> \[http:\/\/launchpad.net\/bugs\/$1 $1\] \|\| $2 \|\| \|\|/'
Line 30: Line 25:
 * Assign it to a package, ask a question, mark it "Needs Info" and assign it to yourself '''or'''  * Assign it to a package, ask a question, mark it "Incomplete" and assign it to yourself '''or'''
Line 34: Line 29:
|| Bug || Subject || Hugger || || Bug || Subject || Triager ||
Line 36: Line 31:
## ./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 ## ./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 > bugs-wo-package.txt"
Line 39: Line 34:
## perl -pe 's/^(\d+)[^\(]*\([^\)]+\)\s*-\s*(.*)/\|\|<rowstyle="background-color: "> \[http:\/\/launchpad.net\/bugs\/$1 $1\] \|\| $2 \|\| \|\|/' | head -n 50 ## head -n 50 bugs-wo-package.txt | 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:" and before ";". This will let people know that the bug in that row has been worked on.

50 bugs in status "Incomplete" without an owner

These bugs may just need to be rejected as they have been marked "Incomplete" but nobody may be watching them. There are about #### [https://launchpad.net/ubuntu/+bugs?field.searchtext=&orderby=-date_last_updated&search=Search&field.status%3Alist=Incomplete&assignee_option=none&field.assignee=&field.bug_reporter=&field.bug_contact=&field.component-empty-marker=1&field.status_upstream-empty-marker=1&field.omit_dupes.used=&field.omit_dupes=on&field.has_patch.used=&field.tag=&field.has_cve.used=&field.has_no_package.used=&start=2175 unowned bugs].

To mark it off the list you should:

  • Ask the reporter if it is still an issue, assign it to yourself and mark it "Incomplete" or

  • Set it "Confirmed" and set an importance (if you are not a QA member ask someone for help) or

  • Search for duplicates (and mark if found) or

  • Reject it due to no response

Bug

Subject

Triager

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. To mark it off the list you should:

  • Assign it to a package and mark it "Confirmed" or

  • Assign it to a package, ask a question, mark it "Incomplete" and assign it to yourself or

  • Search for duplicates (and mark if found) or

  • Reject it for a good reason

Bug

Subject

Triager

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