[ARVADOS] updated: ea5a4de11a0f379c6fa78be288bc403da53995a1

git at public.curoverse.com git at public.curoverse.com
Fri Feb 5 04:52:48 EST 2016


Summary of changes:
 services/api/Gemfile      | 2 +-
 services/api/Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  ea5a4de11a0f379c6fa78be288bc403da53995a1 (commit)
      from  fd5a11b21af83870c4122afdf94844dd4cf63cc6 (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 ea5a4de11a0f379c6fa78be288bc403da53995a1
Author: Brett Smith <brett at curoverse.com>
Date:   Fri Feb 5 04:52:43 2016 -0500

    7868: Update API server's arvados-cli version.
    
    Curoverse clusters are deployed by setting CRUNCH_JOB_BIN,
    effectively excluding it from the bundle, but this is not true for
    clusters deployed following the install guide.  Out of the box,
    they'll use the version of crunch-job that's actually in the
    arvados-cli gem in the bundle.
    
    crunch-dispatch has functionality in it that requires a newer
    arvados-cli, so update accordingly.  This is not exactly the version
    produced by #7868, but it's pretty close.
    
    I think there's a strong case that we should update this version
    whenever we make a substantial change to crunch-job.  But since I'm
    pushing this without discussion or review, I'm doing the smallest
    thing possible.
    
    Refs #7868.

diff --git a/services/api/Gemfile b/services/api/Gemfile
index 3b43309..48998aa 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -74,7 +74,7 @@ gem 'faye-websocket'
 gem 'themes_for_rails'
 
 gem 'arvados', '>= 0.1.20150615153458'
-gem 'arvados-cli', '>= 0.1.20151023185755'
+gem 'arvados-cli', '>= 0.1.20151207150126'
 
 # pg_power lets us use partial indexes in schema.rb in Rails 3
 gem 'pg_power'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index b505b19..ac6be5a 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -41,7 +41,7 @@ GEM
       google-api-client (~> 0.6.3, >= 0.6.3)
       json (~> 1.7, >= 1.7.7)
       jwt (>= 0.1.5, < 1.0.0)
-    arvados-cli (0.1.20151023190001)
+    arvados-cli (0.1.20151207150126)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
       arvados (~> 0.1, >= 0.1.20150128223554)
@@ -228,7 +228,7 @@ DEPENDENCIES
   acts_as_api
   andand
   arvados (>= 0.1.20150615153458)
-  arvados-cli (>= 0.1.20151023185755)
+  arvados-cli (>= 0.1.20151207150126)
   coffee-rails (~> 3.2.0)
   database_cleaner
   factory_girl_rails

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list