Merge lp:~sergiusens/snapcraft/1481499 into lp:~snappy-dev/snapcraft/core

Proposed by Sergio Schvezov
Status: Merged
Approved by: Leo Arias
Approved revision: 188
Merged at revision: 189
Proposed branch: lp:~sergiusens/snapcraft/1481499
Merge into: lp:~snappy-dev/snapcraft/core
Prerequisite: lp:~sergiusens/snapcraft/1497108
Diff against target: 11 lines (+1/-0)
1 file modified
snapcraft/cmds.py (+1/-0)
To merge this branch: bzr merge lp:~sergiusens/snapcraft/1481499
Reviewer Review Type Date Requested Status
Leo Arias (community) Approve
Review via email: mp+271859@code.launchpad.net

Commit message

Notify user why the password is being requested

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) wrote :

thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'snapcraft/cmds.py'
2--- snapcraft/cmds.py 2015-09-21 18:58:25 +0000
3+++ snapcraft/cmds.py 2015-09-21 18:58:25 +0000
4@@ -164,6 +164,7 @@
5 qemu_img = os.path.join(qemudir, "15.04.img")
6 if not os.path.exists(qemu_img):
7 os.makedirs(qemudir, exist_ok=True)
8+ logger.info('Setting up virtual snappy environment, root access required')
9 common.run([
10 'sudo', 'ubuntu-device-flash', 'core', '15.04', '--developer-mode',
11 '--enable-ssh', '-o', os.path.relpath(qemu_img, qemudir)],

Subscribers

People subscribed via source and target branches