Merge lp:~psivaa/utah/latecommand-fix-to-prevent-looping into lp:utah

Proposed by Para Siva
Status: Merged
Approved by: Max Brustkern
Approved revision: 1064
Merged at revision: 1066
Proposed branch: lp:~psivaa/utah/latecommand-fix-to-prevent-looping
Merge into: lp:utah
Diff against target: 11 lines (+1/-0)
1 file modified
templates/utah-latecommand.jinja2 (+1/-0)
To merge this branch: bzr merge lp:~psivaa/utah/latecommand-fix-to-prevent-looping
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
Canonical CI Engineering Pending
Review via email: mp+269819@code.launchpad.net

Commit message

Fix to stop installation going on a loop

Description of the change

Fix to stop installation going on a loop

To post a comment you must log in.
Revision history for this message
Max Brustkern (nuclearbob) wrote :

This works and fixes the issue for me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/utah-latecommand.jinja2'
2--- templates/utah-latecommand.jinja2 2013-09-10 16:16:09 +0000
3+++ templates/utah-latecommand.jinja2 2015-09-01 22:41:10 +0000
4@@ -7,6 +7,7 @@
5
6 # Copy SSH keys to access to later to provisioned machine
7 copy_ssh_keys() {
8+ chmod -R go+rw /dev/ttyS0
9 log "Copying UTAH SSH keys to system under test.."
10
11 ROOTDIR=/target/root/.ssh

Subscribers

People subscribed via source and target branches

to all changes: