[ARVADOS] updated: 1.2.0-80-gef664b6f9

Git user git at public.curoverse.com
Mon Sep 3 22:19:37 EDT 2018


Summary of changes:

  discards  d09f40562593fd308b8a7f5b39dbfb37ad24db41 (commit)
  discards  7f0b75c7064aeacc3e2675e27a537a91a41235f7 (commit)
       via  ef664b6f94418aa8d11848a4c938602f227bbe99 (commit)
       via  b84947c1681c49ef1c1e9c29d1d19825c8868500 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (d09f40562593fd308b8a7f5b39dbfb37ad24db41)
            \
             N -- N -- N (ef664b6f94418aa8d11848a4c938602f227bbe99)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 ef664b6f94418aa8d11848a4c938602f227bbe99
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Mon Sep 3 15:53:27 2018 -0400

    Change dependency from google-api-client to cure-google-api-client so
    that we can use ruby 2.3.7
    
    refs #14153
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 6d77c682b..723b51668 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
   s.add_runtime_dependency 'arvados', '~> 1.2.0', '>= 1.2.0'
   # Our google-api-client dependency used to be < 0.9, but that could be
   # satisfied by the buggy 0.9.pre*.  https://dev.arvados.org/issues/9213
-  s.add_runtime_dependency 'google-api-client', '~> 0.6', '>= 0.6.3', '<0.8.9'
+  s.add_runtime_dependency 'cure-google-api-client', '~> 0.6', '>= 0.6.3', '<0.8.9'
   s.add_runtime_dependency 'activesupport', '>= 3.2.13', '< 5'
   s.add_runtime_dependency 'json', '>= 1.7.7', '<3'
   s.add_runtime_dependency 'optimist', '~> 3.0'
diff --git a/sdk/ruby/arvados.gemspec b/sdk/ruby/arvados.gemspec
index e39c42631..609af6e23 100644
--- a/sdk/ruby/arvados.gemspec
+++ b/sdk/ruby/arvados.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
   s.add_dependency('andand', '~> 1.3', '>= 1.3.3')
   # Our google-api-client dependency used to be < 0.9, but that could be
   # satisfied by the buggy 0.9.pre*.  https://dev.arvados.org/issues/9213
-  s.add_dependency('google-api-client', '>= 0.7', '< 0.8.9')
+  s.add_dependency('cure-google-api-client', '>= 0.7', '< 0.8.9')
   # work around undeclared dependency on i18n in some activesupport 3.x.x:
   s.add_dependency('i18n', '~> 0')
   s.add_dependency('json', '>= 1.7.7', '<3')

commit b84947c1681c49ef1c1e9c29d1d19825c8868500
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Mon Sep 3 22:15:56 2018 -0400

    Make sure to bump the dependency on the arvados gems to the 1.2 series.
    
    refs #14032
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 038b48661..6d77c682b 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
   s.executables << "arv-crunch-job"
   s.executables << "arv-tag"
   s.required_ruby_version = '>= 2.1.0'
-  s.add_runtime_dependency 'arvados', '~> 1.1.0', '>= 1.1.4'
+  s.add_runtime_dependency 'arvados', '~> 1.2.0', '>= 1.2.0'
   # Our google-api-client dependency used to be < 0.9, but that could be
   # satisfied by the buggy 0.9.pre*.  https://dev.arvados.org/issues/9213
   s.add_runtime_dependency 'google-api-client', '~> 0.6', '>= 0.6.3', '<0.8.9'
diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index 515a7832d..f2c573598 100644
--- a/services/login-sync/arvados-login-sync.gemspec
+++ b/services/login-sync/arvados-login-sync.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
   s.files       = ["bin/arvados-login-sync", "agpl-3.0.txt"]
   s.executables << "arvados-login-sync"
   s.required_ruby_version = '>= 2.1.0'
-  s.add_runtime_dependency 'arvados', '~> 1.1.0', '>= 1.1.4'
+  s.add_runtime_dependency 'arvados', '~> 1.2.0', '>= 1.2.0'
   s.homepage    =
     'https://arvados.org'
 end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list