[ARVADOS] updated: 1.3.0-1670-g6125e8bc0

Git user git at public.curoverse.com
Tue Oct 1 19:23:58 UTC 2019


Summary of changes:
 tools/arvbox/lib/arvbox/docker/service/composer/run-service   | 2 +-
 tools/arvbox/lib/arvbox/docker/service/workbench2/run-service | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  6125e8bc03e27d073535c2313743fba3c3e6b27d (commit)
      from  7174c5c2d0ad4e450401045070c4726c1004de7e (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 6125e8bc03e27d073535c2313743fba3c3e6b27d
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Oct 1 15:22:58 2019 -0400

    arvbox pin yarn to 1.17.3 no issue #
    
    Work around for "Incorrect integrity when fetching from the cache"
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/tools/arvbox/lib/arvbox/docker/service/composer/run-service b/tools/arvbox/lib/arvbox/docker/service/composer/run-service
index f0733e0c2..4235bcd0c 100755
--- a/tools/arvbox/lib/arvbox/docker/service/composer/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/composer/run-service
@@ -10,7 +10,7 @@ set -ex -o pipefail
 
 cd /usr/src/composer
 
-npm -d install --prefix /usr/local --global yarn
+npm -d install --prefix /usr/local --global yarn at 1.17.3
 
 yarn install
 
diff --git a/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service b/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service
index e9e1ca4f8..85c03399f 100755
--- a/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service
@@ -10,7 +10,7 @@ set -ex -o pipefail
 
 cd /usr/src/workbench2
 
-npm -d install --prefix /usr/local --global yarn
+npm -d install --prefix /usr/local --global yarn at 1.17.3
 
 yarn install
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list