Merge lp:~terceiro/lava-scheduler/doc-fix into lp:lava-scheduler

Proposed by Antonio Terceiro
Status: Rejected
Rejected by: Antonio Terceiro
Proposed branch: lp:~terceiro/lava-scheduler/doc-fix
Merge into: lp:lava-scheduler
Diff against target: 21 lines (+3/-1)
1 file modified
doc/usage.rst (+3/-1)
To merge this branch: bzr merge lp:~terceiro/lava-scheduler/doc-fix
Reviewer Review Type Date Requested Status
Linaro Validation Team Pending
Review via email: mp+183051@code.launchpad.net

Description of the change

small doc fix to help with new users and bundle stream creation

To post a comment you must log in.
Revision history for this message
Kim Phillips (kim-phillips) wrote :

is it not possible to fix not requiring the trailing slash in the code itself?

Revision history for this message
Antonio Terceiro (terceiro) wrote :

On Thu, Aug 29, 2013 at 10:56:50PM -0000, Kim Phillips wrote:
> is it not possible to fix not requiring the trailing slash in the code itself?

It is, you are right, I will fix that instead.

Unmerged revisions

256. By Antonio Terceiro

Small documentation fix

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/usage.rst'
2--- doc/usage.rst 2012-10-23 07:12:53 +0000
3+++ doc/usage.rst 2013-08-29 22:39:56 +0000
4@@ -46,7 +46,7 @@
5 To submit jobs using the scheduler, you should first set up the server
6 to which you will be submitting jobs::
7
8- $ lava-tool auth-add https://user@example.com/RPC2/
9+ $ lava-tool auth-add http://user@example.com/RPC2/
10
11 In this example, *user@example.com* should be replaced with your userid
12 and webserver. Using https is *highly* recommended since it will ensure
13@@ -67,6 +67,8 @@
14
15 lava-dashboard-tool make-stream --dashboard-url http://example.com/RPC2/ /anonymous/USERNAME/
16
17+Note that the *trailing slash* in the bundle stream name is mandatory.
18+
19 Next you'll need a job file. You can read about an example job file `here`_
20
21 .. _here: http://lava.readthedocs.org/en/latest/qemu-deploy.html

Subscribers

People subscribed via source and target branches