[ARVADOS] updated: ad68335f024be3be1a1fa5df41ca4d8592128574

git at public.curoverse.com git at public.curoverse.com
Thu Dec 4 13:49:00 EST 2014


Summary of changes:
 services/api/script/crunch-dispatch.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ad68335f024be3be1a1fa5df41ca4d8592128574 (commit)
      from  53a3b797f401404ed483c2145d0fd233416cd3d4 (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 ad68335f024be3be1a1fa5df41ca4d8592128574
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Dec 4 13:48:57 2014 -0500

    4027: Fixup doubled shellescape in crunch-dispatch.

diff --git a/services/api/script/crunch-dispatch.rb b/services/api/script/crunch-dispatch.rb
index 18c2cb8..5935cf4 100755
--- a/services/api/script/crunch-dispatch.rb
+++ b/services/api/script/crunch-dispatch.rb
@@ -245,7 +245,7 @@ class Dispatcher
   end
 
   def git_cmd(*cmd_a)
-    ["git", "--git-dir=#{@arvados_internal.shellescape}"] + cmd_a
+    ["git", "--git-dir=#{@arvados_internal}"] + cmd_a
   end
 
   def get_authorization(job)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list