Merge lp:~townsend/unity-jhbuild/unity-jhbuild.lp1078781 into lp:unity-jhbuild

Proposed by Christopher Townsend
Status: Merged
Approved by: Brandon Schaefer
Approved revision: 58
Merged at revision: 58
Proposed branch: lp:~townsend/unity-jhbuild/unity-jhbuild.lp1078781
Merge into: lp:unity-jhbuild
Diff against target: 12 lines (+1/-1)
1 file modified
unity.jhbuildrc (+1/-1)
To merge this branch: bzr merge lp:~townsend/unity-jhbuild/unity-jhbuild.lp1078781
Reviewer Review Type Date Requested Status
Brandon Schaefer (community) Approve
Review via email: mp+134324@code.launchpad.net

Commit message

Remove the reference to unity-2d in the list of modules to build.

Description of the change

Remove the reference to unity-2d in the modules variable since unity-2d support has been removed via commit 57.

To post a comment you must log in.
Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'unity.jhbuildrc'
2--- unity.jhbuildrc 2012-05-24 07:49:29 +0000
3+++ unity.jhbuildrc 2012-11-14 16:23:22 +0000
4@@ -22,7 +22,7 @@
5 _unityhome = os.path.expanduser('~/unity')
6
7 moduleset = os.path.join('file://%s' % _unityhome, 'unity.modules')
8-modules = [ 'compiz', 'unity', 'unity-2d', 'unity-lens-files', 'unity-lens-applications', 'unity-lens-music' ]
9+modules = [ 'compiz', 'unity', 'unity-lens-files', 'unity-lens-applications', 'unity-lens-music' ]
10
11 # what directory should the source be checked out to?
12 checkoutroot = os.path.join(_unityhome, 'source')

Subscribers

People subscribed via source and target branches