[ARVADOS] updated: 1.2.0-80-g0c63f41f7

Git user git at public.curoverse.com
Mon Sep 3 21:08:47 EDT 2018


Summary of changes:
 services/login-sync/arvados-login-sync.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

  discards  b01baf35f494fdde5a8c5ac52107696a9a75e3d5 (commit)
       via  0c63f41f7989cd78432e2e854653269e8377d4d2 (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 (b01baf35f494fdde5a8c5ac52107696a9a75e3d5)
            \
             N -- N -- N (0c63f41f7989cd78432e2e854653269e8377d4d2)

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 0c63f41f7989cd78432e2e854653269e8377d4d2
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Mon Sep 3 15:54:28 2018 -0400

    Make sure to bump the dependency on the arvados gem to the 1.2 series.
    
    No issue #
    
    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 1e8fd07f3..723b51668 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 'cure-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