Merge lp:~bzoltan/qtcreator-plugin-ubuntu/use_pkcon_to_install_click_packages into lp:qtcreator-plugin-ubuntu

Proposed by Zoltan Balogh
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 27
Merged at revision: 27
Proposed branch: lp:~bzoltan/qtcreator-plugin-ubuntu/use_pkcon_to_install_click_packages
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 10 lines (+1/-1)
1 file modified
share/qtcreator/ubuntu/scripts/qtc_project_click_createanddeploy (+1/-1)
To merge this branch: bzr merge lp:~bzoltan/qtcreator-plugin-ubuntu/use_pkcon_to_install_click_packages
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
PS Jenkins bot continuous-integration Approve
Juhapekka Piiroinen Pending
Review via email: mp+184719@code.launchpad.net

Commit message

use pkcon to install click packages (LP: #1223014)

Description of the change

use pkcon to install click packages (LP: #1223014)

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
Timo Jyrinki (timo-jyrinki) wrote :

Tested with Qt Creator to deploy a simple example via click -> build & deploy. Worked fine, and I saw my debug output in the log (to ensure the new command was filed). 'untitled2' app was then in the app list and launched.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'share/qtcreator/ubuntu/scripts/qtc_project_click_createanddeploy'
2--- share/qtcreator/ubuntu/scripts/qtc_project_click_createanddeploy 2013-08-08 07:26:20 +0000
3+++ share/qtcreator/ubuntu/scripts/qtc_project_click_createanddeploy 2013-09-10 04:37:04 +0000
4@@ -81,5 +81,5 @@
5 for FILE in $FILES;
6 do
7 echo "Installing $FILE to device.."
8- adb_shell click install --force-missing-framework ${TARGET_DEVICE_HOME}/${FILE}
9+ adb shell sudo -H -u phablet pkcon install-local ${TARGET_DEVICE_HOME}/${FILE}
10 done

Subscribers

People subscribed via source and target branches

to all changes: