[Merge] lp:~morphis/goget-ubuntu-touch/add-turbo-bootstrap-support into lp:goget-ubuntu-touch

Bin Li bin.li at canonical.com
Thu Jun 2 04:38:38 UTC 2016


And I read the code, I found the u-d-f will download the tarballs first, then fastboot.format /cache, and reboot into recovery, then call bitPusher to push these tarballs, and before push it will rm previous tarball like below. After that u-d-f push the tarballs into recovery.

adb.Shell("rm -rf /cache/recovery/*.xz /cache/recovery/*.xz.asc")

So for simple I think we just change above line. Is it ok? Thanks!

adb.Shell("rm -rf /cache/*")
-- 
https://code.launchpad.net/~morphis/goget-ubuntu-touch/add-turbo-bootstrap-support/+merge/291583
Your team Ubuntu Phablet Team is requested to review the proposed merge of lp:~morphis/goget-ubuntu-touch/add-turbo-bootstrap-support into lp:goget-ubuntu-touch.



More information about the Ubuntu-reviews mailing list