Mir

Merge lp:~vanvugt/mir/fix-1287600-trunk-0.1.6 into lp:~mir-team/mir/trunk-0.1.6

Proposed by Daniel van Vugt
Status: Merged
Approved by: kevin gunn
Approved revision: no longer in the source branch.
Merged at revision: 1443
Proposed branch: lp:~vanvugt/mir/fix-1287600-trunk-0.1.6
Merge into: lp:~mir-team/mir/trunk-0.1.6
Diff against target: 21 lines (+3/-1)
2 files modified
cross-compile-chroot.sh (+1/-1)
debian/changelog (+2/-0)
To merge this branch: bzr merge lp:~vanvugt/mir/fix-1287600-trunk-0.1.6
Reviewer Review Type Date Requested Status
kevin gunn (community) Approve
Review via email: mp+209191@code.launchpad.net

Commit message

Don't pass a parameter to bash's popd command. It doesn't expect one and will
return an error from cross-compile-chroot.sh. (LP: #1287600)

To post a comment you must log in.
Revision history for this message
kevin gunn (kgunn72) wrote :

this was reviewed and approved on lp:mir/devel
approving/merging as a cherry pick here

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'cross-compile-chroot.sh'
--- cross-compile-chroot.sh 2014-02-18 02:12:21 +0000
+++ cross-compile-chroot.sh 2014-03-04 08:43:46 +0000
@@ -80,4 +80,4 @@
8080
81 make -j${NUM_JOBS}81 make -j${NUM_JOBS}
8282
83popd ${BUILD_DIR} > /dev/null 83popd > /dev/null
8484
=== modified file 'debian/changelog'
--- debian/changelog 2014-03-04 07:52:12 +0000
+++ debian/changelog 2014-03-04 08:43:46 +0000
@@ -59,6 +59,8 @@
59 . Ubuntu trusty update "glm 0.9.5.1-1" broke Mir builds. Work around the59 . Ubuntu trusty update "glm 0.9.5.1-1" broke Mir builds. Work around the
60 change. (LP: #1285955)60 change. (LP: #1285955)
61 . Screencast feature by compositing to offscreen buffer (LP: #1207312)61 . Screencast feature by compositing to offscreen buffer (LP: #1207312)
62 . Don't pass a parameter to bash's popd command. It doesn't expect one
63 and will return an error from cross-compile-chroot.sh. (LP: #1287600)
6264
63 -- Kevin Gunn <kevin.gunn@canonical.com> Thu, 27 Feb 2014 19:37:47 -060065 -- Kevin Gunn <kevin.gunn@canonical.com> Thu, 27 Feb 2014 19:37:47 -0600
6466

Subscribers

People subscribed via source and target branches