Merge lp:~lool/launchpad-work-items-tracker/drop-mm into lp:~linaro-automation/launchpad-work-items-tracker/linaro-config

Proposed by James Tunnicliffe
Status: Merged
Approved by: James Tunnicliffe
Approved revision: 54
Merged at revision: 53
Proposed branch: lp:~lool/launchpad-work-items-tracker/drop-mm
Merge into: lp:~linaro-automation/launchpad-work-items-tracker/linaro-config
Diff against target: 48 lines (+5/-11)
1 file modified
current.cfg (+5/-11)
To merge this branch: bzr merge lp:~lool/launchpad-work-items-tracker/drop-mm
Reviewer Review Type Date Requested Status
James Tunnicliffe (community) Approve
Review via email: mp+118395@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Tunnicliffe (dooferlad) wrote :

Looks fine.

review: Approve
Revision history for this message
Loïc Minier (lool) wrote :

Thanks

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'current.cfg'
2--- current.cfg 2012-08-05 23:50:05 +0000
3+++ current.cfg 2012-08-06 16:52:22 +0000
4@@ -28,7 +28,6 @@
5 'linaro-pm-wg': '',
6 'linaro-toolchain-wg': '',
7 'linaro-graphics-wg': '',
8- 'linaro-multimedia-wg': '',
9 'linaro-android': '',
10 }
11
12@@ -57,23 +56,18 @@
13 projects = {
14 'igloocommunity': 'trunk',
15 }
16-# multimedia
17-class MultimediaProjects:
18- notification_addresses = ['tom.gall@linaro.org']
19- projects = {
20- 'linaro-multimedia-ucm': 'trunk',
21- 'linaro-multimedia-project': 'trunk',
22- 'linaro-multimedia-testcontent': 'trunk',
23- 'libjpeg-turbo': '1.2',
24- }
25 # graphics
26 class GraphicsProjects:
27 notification_addresses = ['jesse.barker@linaro.org']
28 projects = {
29+ 'libjpeg-turbo': '1.2',
30 'linaro-graphics-misc': 'trunk',
31 'linaro-graphics-tests': 'trunk',
32 'linaro-graphics-dashboard': 'trunk',
33 'linaro-mm-sig': 'trunk',
34+ 'linaro-multimedia-ucm': 'trunk',
35+ 'linaro-multimedia-project': 'trunk',
36+ 'linaro-multimedia-testcontent': 'trunk',
37 'unity-gles': 'trunk',
38 'glcompbench': 'trunk',
39 'glmark2': 'trunk',
40@@ -160,7 +154,7 @@
41 extra_projects = {}
42 project_notification_addresses = {}
43
44-for klass in (ToolchainProjects, KernelProjects, MultimediaProjects,
45+for klass in (ToolchainProjects, KernelProjects,
46 GraphicsProjects, PowerManagementProjects, DevPlatformProjects,
47 AndroidProjects, ValidationProjects, OctoProjects,
48 InfrastructureProjects, IglooProjects):

Subscribers

People subscribed via source and target branches

to all changes: