Merge lp:~ari-tczew/ubuntu-sponsoring/updates into lp:~ubuntu-dev/ubuntu-sponsoring/trunk

Proposed by Artur Rona
Status: Merged
Merged at revision: 116
Proposed branch: lp:~ari-tczew/ubuntu-sponsoring/updates
Merge into: lp:~ubuntu-dev/ubuntu-sponsoring/trunk
Diff against target: 26 lines (+5/-4)
1 file modified
sponsors-page.py (+5/-4)
To merge this branch: bzr merge lp:~ari-tczew/ubuntu-sponsoring/updates
Reviewer Review Type Date Requested Status
Benjamin Drung Approve
Review via email: mp+50205@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Benjamin Drung (bdrung) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sponsors-page.py'
2--- sponsors-page.py 2011-02-14 23:04:45 +0000
3+++ sponsors-page.py 2011-02-17 18:53:13 +0000
4@@ -229,8 +229,7 @@
5 return None
6
7 def get_bugs(lp, distribution, verbose=False):
8- teams = { "main": "ubuntu-main-sponsors",
9- "general": "ubuntu-sponsors",
10+ teams = { "general": "ubuntu-sponsors",
11 "security": "ubuntu-security-sponsors" }
12 active_releases = [a for a in distribution.series if a.active] + \
13 [distribution]
14@@ -278,8 +277,10 @@
15 return tasks
16
17 def get_branches(lp, distribution, verbose=False):
18- teams = [ "ubuntu-branches", "ubuntu-main-sponsors", "ubuntu-sponsors",
19- "ubuntu-dev", "ubuntu-core-dev",
20+ teams = [ "ubuntu-branches",
21+ "ubuntu-sponsors",
22+ "ubuntu-dev",
23+ "ubuntu-core-dev",
24 ]
25 ubuntu = lp.distributions['ubuntu']
26 tasks = set()

Subscribers

People subscribed via source and target branches