Merge lp:~chihchun/phablet-tools/phablet-tools-lp1203652 into lp:phablet-tools

Proposed by Rex Tsai
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 143
Merged at revision: 143
Proposed branch: lp:~chihchun/phablet-tools/phablet-tools-lp1203652
Merge into: lp:phablet-tools
Diff against target: 12 lines (+1/-1)
1 file modified
phabletutils/environment.py (+1/-1)
To merge this branch: bzr merge lp:~chihchun/phablet-tools/phablet-tools-lp1203652
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Sergio Schvezov Approve
Review via email: mp+176143@code.launchpad.net

Commit message

Fixed the image name typo in bootstrap_files. (LP: #1203652)

Description of the change

Revert a typo in 126.2.1. It should be system_img and boot_img.

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
Sergio Schvezov (sergiusens) :
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 'phabletutils/environment.py'
2--- phabletutils/environment.py 2013-07-14 18:46:18 +0000
3+++ phabletutils/environment.py 2013-07-22 08:40:31 +0000
4@@ -260,7 +260,7 @@
5 files['recovery_img'] = None
6 files['system_img'] = settings.device_file_img % (device,)
7 files['boot_img'] = settings.boot_file_img % (device,)
8- bootstrap_files = ['recovery_img', 'boot_img']
9+ bootstrap_files = ['system_img', 'boot_img']
10 recovery_files = None
11 for key in files:
12 if not files[key]:

Subscribers

People subscribed via source and target branches