[ARVADOS] updated: 33f848525d46357fbe7669bc9ea09f2f4379f425

git at public.curoverse.com git at public.curoverse.com
Tue Aug 12 10:09:48 EDT 2014


Summary of changes:
 sdk/cli/bin/arv-run-pipeline-instance | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  33f848525d46357fbe7669bc9ea09f2f4379f425 (commit)
      from  ed1580a38c1aae0910cef83605622a41d927fba3 (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 33f848525d46357fbe7669bc9ea09f2f4379f425
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Aug 12 10:09:41 2014 -0400

    3572: Set state to RunningOnServer if --submit given. closes #3572

diff --git a/sdk/cli/bin/arv-run-pipeline-instance b/sdk/cli/bin/arv-run-pipeline-instance
index 265d634..e37f2a9 100755
--- a/sdk/cli/bin/arv-run-pipeline-instance
+++ b/sdk/cli/bin/arv-run-pipeline-instance
@@ -475,7 +475,7 @@ class WhRunPipelineInstance
                  }
                },
                pipeline_template_uuid: @template[:uuid],
-               state: ($options[:submit] ? 'New' : 'RunningOnClient'))
+               state: ($options[:submit] ? 'RunningOnServer' : 'RunningOnClient'))
     end
     self
   end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list