[ARVADOS] updated: c6ecb94b3d88dc6c5c28c45e9d602a2abd7f07db

git at public.curoverse.com git at public.curoverse.com
Tue Jun 17 16:05:51 EDT 2014


Summary of changes:
 sdk/cli/bin/crunch-job | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c6ecb94b3d88dc6c5c28c45e9d602a2abd7f07db (commit)
      from  7e88a950d4fdbc2790e6164aa7d947b491419f21 (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 c6ecb94b3d88dc6c5c28c45e9d602a2abd7f07db
Author: Brett Smith <brett at curoverse.com>
Date:   Tue Jun 17 16:06:43 2014 -0400

    crunch-job passes ARVADOS envvars to Docker.
    
    No issue #.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 2b8a823..6224a64 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -663,7 +663,7 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
       }
       while (my ($env_key, $env_val) = each %ENV)
       {
-        if ($env_key =~ /^(JOB|TASK)_/) {
+        if ($env_key =~ /^(ARVADOS|JOB|TASK)_/) {
           $command .= "-e \Q$env_key=$env_val\E ";
         }
       }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list