Merge lp:~saviq/unity/phablet.fix-run_on_device into lp:unity/phablet

Proposed by Michał Sawicz
Status: Merged
Approved by: Albert Astals Cid
Approved revision: no longer in the source branch.
Merged at revision: 580
Proposed branch: lp:~saviq/unity/phablet.fix-run_on_device
Merge into: lp:unity/phablet
Diff against target: 70 lines (+33/-4)
3 files modified
debian/changelog (+30/-0)
run (+1/-1)
run_on_device (+2/-3)
To merge this branch: bzr merge lp:~saviq/unity/phablet.fix-run_on_device
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Albert Astals Cid (community) Approve
Review via email: mp+158348@code.launchpad.net

Commit message

use the ./build and ./run scripts on the device

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Albert Astals Cid (aacid) wrote :

Works

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-04-04 22:55:13 +0000
3+++ debian/changelog 2013-04-11 12:55:24 +0000
4@@ -1,3 +1,33 @@
5+qml-phone-shell (1.70) quantal; urgency=low
6+
7+ * CMake fixes
8+ * improve HUD PeakDetector performance
9+ * initial QML coverage measurement
10+ * enable coverage analysis for C/C++
11+ * require out-of-source builds
12+ * fix incorrect linkage in hudclient.cpp
13+ * reduce warnings
14+ * add an optional on-commit test hook
15+ * tests for:
16+ * IndicatorRow
17+ * Tile
18+ * SearchIndicator
19+ * trailing whitespace
20+ * PageHeader
21+ * SearchHistoryModel
22+ * ResponsiveFlowView
23+ * SideStage
24+ * Indicators
25+ * move tests into subdirectories
26+ * increase test setup consistency
27+ * remove some dead code
28+ * register CategoryFilter to QML
29+ * use a static python install path for autopilot
30+ * merge first stages of libunity-api
31+ * drop unneeded moc includes
32+
33+ -- Michał Sawicz <michal.sawicz@canonical.com> Thu, 11 Apr 2013 14:42:22 +0200
34+
35 qml-phone-shell (1.69) quantal; urgency=low
36
37 [ Sergio Schvezov ]
38
39=== modified file 'run'
40--- run 2013-04-05 14:39:17 +0000
41+++ run 2013-04-11 12:55:24 +0000
42@@ -1,4 +1,4 @@
43 #!/bin/sh
44
45 UNITY_CORE_BUILD_DIR=$PWD/../unity_build/build
46-LD_LIBRARY_PATH=$UNITY_CORE_BUILD_DIR/lib ./builddir/qml-phone-shell
47+LD_LIBRARY_PATH=$UNITY_CORE_BUILD_DIR/lib ./builddir/qml-phone-shell $@
48
49=== modified file 'run_on_device'
50--- run_on_device 2013-03-21 21:39:31 +0000
51+++ run_on_device 2013-04-11 12:55:24 +0000
52@@ -69,8 +69,7 @@
53 }
54
55 build() {
56- exec_with_ssh "cd $CODE_DIR/ && PATH=/usr/lib/ccache:$PATH cmake -DCMAKE_BUILD_TYPE=Debug ."
57- exec_with_ssh PATH=/usr/lib/ccache:$PATH "make -j${NUM_JOBS}" --directory=$CODE_DIR/
58+ exec_with_ssh PATH=/usr/lib/ccache:$PATH "cd $CODE_DIR/ && PATH=/usr/lib/ccache:$PATH ./build"
59 }
60
61 run() {
62@@ -88,7 +87,7 @@
63 adb shell "chroot /data/ubuntu /usr/bin/service ubuntu-session restart"
64 fi
65 adb shell pkill $BINARY
66- exec_with_ssh "cd $CODE_DIR/ && ./$BINARY $RUN_OPTIONS"
67+ exec_with_ssh "cd $CODE_DIR/ && ./run $RUN_OPTIONS"
68 if [ $CONTAINS_SHELL -eq 0 ]; then
69 echo "Restoring $SERVICEFILE on device from $SERVICEFILE.backup"
70 adb shell cp $SERVICEFILE.backup $SERVICEFILE

Subscribers

People subscribed via source and target branches