Merge lp:~mzanetti/unity8/fix-run_on_device-s into lp:unity8

Proposed by Michael Zanetti
Status: Merged
Approved by: Gerry Boland
Approved revision: 319
Merged at revision: 320
Proposed branch: lp:~mzanetti/unity8/fix-run_on_device-s
Merge into: lp:unity8
Diff against target: 13 lines (+2/-1)
1 file modified
run_on_device (+2/-1)
To merge this branch: bzr merge lp:~mzanetti/unity8/fix-run_on_device-s
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Gerry Boland (community) Approve
Review via email: mp+185509@code.launchpad.net

Commit message

ssh is now installed per default, but it's set to manual in the ssh.override

To post a comment you must log in.
Revision history for this message
Gerry Boland (gerboland) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'run_on_device'
2--- run_on_device 2013-08-06 13:18:00 +0000
3+++ run_on_device 2013-09-13 14:28:51 +0000
4@@ -65,8 +65,9 @@
5 }
6
7 install_dependencies() {
8+ exec_with_adb rm /etc/init/ssh.override
9+ exec_with_adb service ssh start
10 exec_with_adb apt-get update
11- exec_with_adb apt-get -y install openssh-server
12 exec_with_ssh $SUDO apt-get -y install build-essential rsync bzr ccache gdb ninja-build devscripts equivs
13 }
14

Subscribers

People subscribed via source and target branches