Merge lp:~sergiusens/phablet-tools/writable_delete into lp:phablet-tools

Proposed by Sergio Schvezov
Status: Merged
Approved by: Loïc Minier
Approved revision: 184
Merged at revision: 184
Proposed branch: lp:~sergiusens/phablet-tools/writable_delete
Merge into: lp:phablet-tools
Diff against target: 12 lines (+2/-1)
1 file modified
phabletutils/projects.py (+2/-1)
To merge this branch: bzr merge lp:~sergiusens/phablet-tools/writable_delete
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Loïc Minier Approve
Review via email: mp+184870@code.launchpad.net

Commit message

Delete new writable flash when flashing ubuntu-system (touch_ro).

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) wrote :

LGTM

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/projects.py'
2--- phabletutils/projects.py 2013-09-06 05:33:58 +0000
3+++ phabletutils/projects.py 2013-09-10 20:29:44 +0000
4@@ -48,7 +48,8 @@
5 def wipe_device(adb):
6 log.info('Clearing /data and /cache')
7 adb.shell('mount /data')
8- adb.shell('rm -Rf /cache/* /data/* /data/.developer_mode')
9+ adb.shell('rm -Rf /cache/* /data/* /data/.developer_mode '
10+ '/data/.writable_image')
11 adb.shell('mkdir /cache/recovery')
12 adb.shell('mkdir /data/media')
13

Subscribers

People subscribed via source and target branches