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
1=== modified file 'checkbox-touch/README.rst'
2--- checkbox-touch/README.rst 2016-05-16 10:56:06 +0000
3+++ checkbox-touch/README.rst 2016-05-19 04:15:10 +0000
4@@ -22,8 +22,7 @@
5 .. code-block:: bash
6
7 $ ./get-libs
8- $ ./build-me --provider \
9- ../providers/plainbox-provider-ubuntu-touch/ --install
10+ $ ./build-me --install
11
12 To start testing on the device!
13
14@@ -86,7 +85,7 @@
15 -------------------------------
16 During execution of `./build-me` script, `settings.json` file is generated.
17 It contains values that Checkbox-Touch will use as its default ones.
18-Altough not required, you may edit this file to suit your needs.
19+Although not required, you may edit this file to suit your needs.
20
21 Further assistance
22 ------------------
23
24=== modified file 'checkbox-touch/build-me'
25--- checkbox-touch/build-me 2016-05-18 08:38:44 +0000
26+++ checkbox-touch/build-me 2016-05-19 04:15:10 +0000
27@@ -378,7 +378,7 @@
28 path=path)])
29 except subprocess.CalledProcessError as exc:
30 print(exc.output.decode('utf-8'))
31- sys.exit('Error ecountered while installing click package. %s' % exc)
32+ sys.exit('Error encountered while installing click package. %s' % exc)
33
34
35 if __name__ == "__main__":

Subscribers

People subscribed via source and target branches