Merge lp:~mabac/launchpad-work-items-tracker/linaro-config-without-ubuntu into lp:~linaro-automation/launchpad-work-items-tracker/linaro-config

Proposed by Mattias Backman
Status: Merged
Merged at revision: 38
Proposed branch: lp:~mabac/launchpad-work-items-tracker/linaro-config-without-ubuntu
Merge into: lp:~linaro-automation/launchpad-work-items-tracker/linaro-config
Diff against target: 26 lines (+7/-2)
1 file modified
11.12.cfg (+7/-2)
To merge this branch: bzr merge lp:~mabac/launchpad-work-items-tracker/linaro-config-without-ubuntu
Reviewer Review Type Date Requested Status
Guilherme Salgado (community) Approve
Review via email: mp+85619@code.launchpad.net

Description of the change

Hi,

This branch removes tracking of Oneiric since that pulls in >200 blueprints. The config supports tracking a project instead of an Ubuntu release and that's probably what we want to do.

I've moved 'linaro' from the extra_projects to make it the main project (there has to be one if we don't track a release).

Thanks,

Mattias

To post a comment you must log in.
Revision history for this message
Guilherme Salgado (salgado) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '11.12.cfg'
2--- 11.12.cfg 2011-12-14 07:08:29 +0000
3+++ 11.12.cfg 2011-12-14 09:39:25 +0000
4@@ -61,7 +61,6 @@
5 ####################################
6 extra_projects = {
7 # project # series to look at, None for all series
8- 'linaro': 'trunk',
9 # multimedia
10 'linaro-multimedia-speex': 'trunk',
11 'linaro-multimedia-ucm': 'trunk',
12@@ -140,7 +139,13 @@
13 extra_projects.update(infra_projects)
14
15 # Ubuntu release to track
16-release = 'oneiric'
17+# Linaro probably should not need to track an Ubuntu release /mabac
18+#release = 'oneiric'
19+
20+# Linaro project to track
21+project = 'linaro'
22+project_series = 'trunk'
23+
24
25 # Mapping from project to TR regex.
26 # Group in regex is to pull out the "area" that the TR is in

Subscribers

People subscribed via source and target branches

to all changes: