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
=== modified file 'lib/cdimage/germinate.py'
--- lib/cdimage/germinate.py 2018-05-29 03:36:12 +0000
+++ lib/cdimage/germinate.py 2018-10-18 15:15:25 +0000
@@ -78,7 +78,7 @@
78 else:78 else:
79 sources.insert(0, bzrpattern % "ubuntu-core-dev")79 sources.insert(0, bzrpattern % "ubuntu-core-dev")
80 elif project == "ubuntustudio":80 elif project == "ubuntustudio":
81 sources.insert(0, bzrpattern % "ubuntustudio-dev")81 sources.insert(0, gitpattern % "ubuntustudio-dev")
82 elif project == "mythbuntu":82 elif project == "mythbuntu":
83 sources.insert(0, bzrpattern % "mythbuntu-dev")83 sources.insert(0, bzrpattern % "mythbuntu-dev")
84 elif project == "xubuntu":84 elif project == "xubuntu":
8585
=== modified file 'lib/cdimage/tests/test_germinate.py'
--- lib/cdimage/tests/test_germinate.py 2018-07-24 06:40:20 +0000
+++ lib/cdimage/tests/test_germinate.py 2018-10-18 15:15:25 +0000
@@ -87,8 +87,6 @@
87 ("kubuntu-active", "natty", ["ubuntu-core-dev"]),87 ("kubuntu-active", "natty", ["ubuntu-core-dev"]),
88 ("kubuntu-active", "oneiric", ["kubuntu-dev"]),88 ("kubuntu-active", "oneiric", ["kubuntu-dev"]),
89 ("kubuntu-plasma5", "utopic", ["kubuntu-dev"]),89 ("kubuntu-plasma5", "utopic", ["kubuntu-dev"]),
90 ("ubuntustudio", "raring",
91 ["ubuntustudio-dev"]),
92 ("mythbuntu", "raring", ["mythbuntu-dev"]),90 ("mythbuntu", "raring", ["mythbuntu-dev"]),
93 ("xubuntu", "hardy", ["ubuntu-core-dev"]),91 ("xubuntu", "hardy", ["ubuntu-core-dev"]),
94 ("ubuntu-gnome", "raring",92 ("ubuntu-gnome", "raring",
@@ -115,6 +113,8 @@
115 ("xubuntu", "intrepid", ["xubuntu-dev", "ubuntu-core-dev"]),113 ("xubuntu", "intrepid", ["xubuntu-dev", "ubuntu-core-dev"]),
116 ("ubuntukylin", "utopic",114 ("ubuntukylin", "utopic",
117 ["ubuntukylin-members", "ubuntu-core-dev"]),115 ["ubuntukylin-members", "ubuntu-core-dev"]),
116 ("ubuntustudio", "raring",
117 ["ubuntustudio-dev", "ubuntu-core-dev"]),
118 ):118 ):
119 self.config["DIST"] = series119 self.config["DIST"] = series
120 sources = [120 sources = [

Subscribers

People subscribed via source and target branches