Merge ~brian-murray/ubuntu-archive-tools:ignore-sru-bot into ubuntu-archive-tools:main

Proposed by Brian Murray
Status: Merged
Merged at revision: c96dc0b31b68b06edc2c17417ae147e63789a43e
Proposed branch: ~brian-murray/ubuntu-archive-tools:ignore-sru-bot
Merge into: ubuntu-archive-tools:main
Diff against target: 18 lines (+4/-3)
1 file modified
sru-report (+4/-3)
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Ɓukasz Zemczak Pending
Ubuntu Package Archive Administrators Pending
Review via email: mp+413316@code.launchpad.net

Description of the change

Don't turn bugs that have been commented on by the ubuntu sru bot yellow in the pending sru report.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Needs Fixing
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/sru-report b/sru-report
2index 21fbe60..fb43630 100755
3--- a/sru-report
4+++ b/sru-report
5@@ -688,9 +688,10 @@ def lpinit():
6 ubuntu_sru = lp.people['ubuntu-sru']
7 for participant in ubuntu_sru.participants:
8 ignored_commenters.append(participant)
9- ignored_commenters.append(lp.people['janitor'])
10- ignored_commenters.append(
11- lp.people['bug-watch-updater'])
12+ bots = [lp.people['janitor'],
13+ lp.people['bug-watch-updater'],
14+ lp.people['ubuntu-sru-bot']]
15+ ignored_commenters.extend(bots)
16
17
18 def get_queue_count(search_status, release, search_pocket):

Subscribers

People subscribed via source and target branches