[ARVADOS] updated: dac7b05f1c32143069d20378a895171e978033cc

git at public.curoverse.com git at public.curoverse.com
Mon Aug 25 11:30:49 EDT 2014


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

       via  dac7b05f1c32143069d20378a895171e978033cc (commit)
      from  952db4ab31879dc464068b0e18a4fb0a29dde91c (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 dac7b05f1c32143069d20378a895171e978033cc
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon Aug 25 11:29:53 2014 -0400

    Do not blow up in crunch-dispatch: fix syntax error. Ouch.
    
    no issue #

diff --git a/services/api/script/crunch-dispatch.rb b/services/api/script/crunch-dispatch.rb
index bfb0dc1..33f5369 100755
--- a/services/api/script/crunch-dispatch.rb
+++ b/services/api/script/crunch-dispatch.rb
@@ -51,7 +51,7 @@ class Dispatcher
   def refresh_todo
     @todo = []
     if $options[:jobs]
-      @todo = Job.queue.select(&:repository) end
+      @todo = Job.queue.select(&:repository)
     end
     @todo_pipelines = []
     if $options[:pipelines]

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list