[ARVADOS] updated: e60990e8ccc42495fb8ec1afe53bb47b1b604866

git at public.curoverse.com git at public.curoverse.com
Mon Mar 3 11:55:33 EST 2014


Summary of changes:
 .../tutorial-new-pipeline.html.textile.liquid      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  e60990e8ccc42495fb8ec1afe53bb47b1b604866 (commit)
       via  2bf9aeb2508a6f61518bf838390e31e07e9fe0e1 (commit)
      from  d1b3c09b51e11a26ac7e735805b79fa4668bbaff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e60990e8ccc42495fb8ec1afe53bb47b1b604866
Merge: d1b3c09 2bf9aeb
Author: tetron <tetron at interreality.org>
Date:   Mon Mar 3 11:51:57 2014 -0500

    Merge pull request #1 from gitaway/patch-1
    
    Correct parameterized input collection reference


commit 2bf9aeb2508a6f61518bf838390e31e07e9fe0e1
Author: Phil Hodgson <git at philhodgson.net>
Date:   Mon Mar 3 11:40:15 2014 -0500

    Correct parameterized input collection reference
    
    Attempting to follow the tutorial I was blocked because the UUID for the alternate input supplied as a command line parameter was incomplete. This can be easily overlooked because in fact the final filtered output is a zero-length file in either case: it's just that currently it is zero-length only because its input is empty!

diff --git a/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid b/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid
index 6094807..4439641 100644
--- a/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid
@@ -128,7 +128,7 @@ Notice that the pipeline definition explicitly specifies the Keep locator for th
 What if we want to run the pipeline on a different input block?  One option is to define a new pipeline template, but would potentially result in clutter with many pipeline templates defined for one-off jobs.  Instead, you can override values in the input of the component like this:
 
 <notextile>
-<pre><code>$ <span class="userinput">arv pipeline run --template qr1hi-d1hrv-vxzkp38nlde9yyr do_hash::input=33a9f3842b01ea3fdf27cc582f5ea2af</span>
+<pre><code>$ <span class="userinput">arv pipeline run --template qr1hi-d1hrv-vxzkp38nlde9yyr do_hash::input=33a9f3842b01ea3fdf27cc582f5ea2af+242</span>
 2013-12-17 20:31:24 +0000 -- pipeline_instance qr1hi-d1hrv-tlkq20687akys8e
 do_hash qr1hi-8i9sb-rffhuay4jryl2n2 queued 2013-12-17T20:31:24Z
 filter  -                           -

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list