Merge lp:~rosco2/ubuntu-cdimage/ubuntustudio-seeds-git into lp:ubuntu-cdimage

Proposed by Steve Langasek
Status: Merged
Merged at revision: 1750
Proposed branch: lp:~rosco2/ubuntu-cdimage/ubuntustudio-seeds-git
Merge into: lp:ubuntu-cdimage
Diff against target: 34 lines (+3/-3)
2 files modified
lib/cdimage/germinate.py (+1/-1)
lib/cdimage/tests/test_germinate.py (+2/-2)
To merge this branch: bzr merge lp:~rosco2/ubuntu-cdimage/ubuntustudio-seeds-git
Reviewer Review Type Date Requested Status
Ubuntu CD Image Team Pending
Review via email: mp+357095@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/cdimage/germinate.py'
2--- lib/cdimage/germinate.py 2018-05-29 03:36:12 +0000
3+++ lib/cdimage/germinate.py 2018-10-18 15:15:25 +0000
4@@ -78,7 +78,7 @@
5 else:
6 sources.insert(0, bzrpattern % "ubuntu-core-dev")
7 elif project == "ubuntustudio":
8- sources.insert(0, bzrpattern % "ubuntustudio-dev")
9+ sources.insert(0, gitpattern % "ubuntustudio-dev")
10 elif project == "mythbuntu":
11 sources.insert(0, bzrpattern % "mythbuntu-dev")
12 elif project == "xubuntu":
13
14=== modified file 'lib/cdimage/tests/test_germinate.py'
15--- lib/cdimage/tests/test_germinate.py 2018-07-24 06:40:20 +0000
16+++ lib/cdimage/tests/test_germinate.py 2018-10-18 15:15:25 +0000
17@@ -87,8 +87,6 @@
18 ("kubuntu-active", "natty", ["ubuntu-core-dev"]),
19 ("kubuntu-active", "oneiric", ["kubuntu-dev"]),
20 ("kubuntu-plasma5", "utopic", ["kubuntu-dev"]),
21- ("ubuntustudio", "raring",
22- ["ubuntustudio-dev"]),
23 ("mythbuntu", "raring", ["mythbuntu-dev"]),
24 ("xubuntu", "hardy", ["ubuntu-core-dev"]),
25 ("ubuntu-gnome", "raring",
26@@ -115,6 +113,8 @@
27 ("xubuntu", "intrepid", ["xubuntu-dev", "ubuntu-core-dev"]),
28 ("ubuntukylin", "utopic",
29 ["ubuntukylin-members", "ubuntu-core-dev"]),
30+ ("ubuntustudio", "raring",
31+ ["ubuntustudio-dev", "ubuntu-core-dev"]),
32 ):
33 self.config["DIST"] = series
34 sources = [

Subscribers

People subscribed via source and target branches