[ARVADOS] updated: 7011a3022e1378fcd3897b42f841726459d2fa13

git at public.curoverse.com git at public.curoverse.com
Thu Oct 22 15:08:20 EDT 2015


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

       via  7011a3022e1378fcd3897b42f841726459d2fa13 (commit)
      from  38d8d205385181811235502dbad7c6e27fcea2a7 (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 7011a3022e1378fcd3897b42f841726459d2fa13
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Oct 22 15:08:15 2015 -0400

    7582: fix typo --user=$try_user to $try_user_arg

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 8167eda..4e50b41 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -467,7 +467,7 @@ fi
     }
     srun(["srun", "--nodelist=" . $node[0]],
          ["/bin/sh", "-ec",
-          "a=`$docker_bin run --rm --user=$try_user $docker_hash id --user` && " .
+          "a=`$docker_bin run --rm $try_user_arg $docker_hash id --user` && " .
           " test \$a -ne 0"],
          {fork => 1});
     if ($? == 0) {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list