Merge lp:~cypressyew/checkbox/cbt-typo-readme into lp:checkbox

Proposed by Po-Hsu Lin
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 4360
Merged at revision: 4362
Proposed branch: lp:~cypressyew/checkbox/cbt-typo-readme
Merge into: lp:checkbox
Diff against target: 35 lines (+3/-4)
2 files modified
checkbox-touch/README.rst (+2/-3)
checkbox-touch/build-me (+1/-1)
To merge this branch: bzr merge lp:~cypressyew/checkbox/cbt-typo-readme
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Maciej Kisielewski Pending
Review via email: mp+295142@code.launchpad.net

Description of the change

Update readme, remove the --provider part as we're using ubuntu-touch provider by default.

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

Thanks for keeping it up-to-date, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'checkbox-touch/README.rst'
--- checkbox-touch/README.rst 2016-05-16 10:56:06 +0000
+++ checkbox-touch/README.rst 2016-05-19 04:15:10 +0000
@@ -22,8 +22,7 @@
22.. code-block:: bash22.. code-block:: bash
2323
24 $ ./get-libs24 $ ./get-libs
25 $ ./build-me --provider \25 $ ./build-me --install
26 ../providers/plainbox-provider-ubuntu-touch/ --install
2726
28To start testing on the device!27To start testing on the device!
2928
@@ -86,7 +85,7 @@
86-------------------------------85-------------------------------
87During execution of `./build-me` script, `settings.json` file is generated.86During execution of `./build-me` script, `settings.json` file is generated.
88It contains values that Checkbox-Touch will use as its default ones.87It contains values that Checkbox-Touch will use as its default ones.
89Altough not required, you may edit this file to suit your needs.88Although not required, you may edit this file to suit your needs.
9089
91Further assistance90Further assistance
92------------------91------------------
9392
=== modified file 'checkbox-touch/build-me'
--- checkbox-touch/build-me 2016-05-18 08:38:44 +0000
+++ checkbox-touch/build-me 2016-05-19 04:15:10 +0000
@@ -378,7 +378,7 @@
378 path=path)])378 path=path)])
379 except subprocess.CalledProcessError as exc:379 except subprocess.CalledProcessError as exc:
380 print(exc.output.decode('utf-8'))380 print(exc.output.decode('utf-8'))
381 sys.exit('Error ecountered while installing click package. %s' % exc)381 sys.exit('Error encountered while installing click package. %s' % exc)
382382
383383
384if __name__ == "__main__":384if __name__ == "__main__":

Subscribers

People subscribed via source and target branches