[ARVADOS] updated: 2.1.0-1839-g0f1064526

Git user git at public.arvados.org
Mon Feb 7 19:00:34 UTC 2022


Summary of changes:
 build/run-tests.sh                                           | 8 ++++----
 tools/arvbox/lib/arvbox/docker/service/api/run-service       | 6 +++---
 tools/arvbox/lib/arvbox/docker/service/vm/run-service        | 2 +-
 tools/arvbox/lib/arvbox/docker/service/workbench/run-service | 6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

       via  0f1064526171ef869ded3cb7b7f4bebdb6c084ba (commit)
      from  32c9d4466e043cbf8133df61d3c4b4b41d67242b (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 0f1064526171ef869ded3cb7b7f4bebdb6c084ba
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Feb 7 13:59:11 2022 -0500

    18657: Don't install api & wb binstubs into bin/
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 5eb439441..9a1fd3f11 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -962,11 +962,11 @@ install_services/api() {
         set -ex
         cd "$WORKSPACE/services/api"
         export RAILS_ENV=test
-        if "$bundle" exec rails db:environment:set ; then
-            "$bundle" exec rake db:drop
+        if bin/rails db:environment:set ; then
+            bin/rake db:drop
         fi
-        "$bundle" exec rake db:setup
-        "$bundle" exec rake db:fixtures:load
+        bin/rake db:setup
+        bin/rake db:fixtures:load
     ) || return 1
 }
 
diff --git a/tools/arvbox/lib/arvbox/docker/service/api/run-service b/tools/arvbox/lib/arvbox/docker/service/api/run-service
index 974ac9865..9b6976d80 100755
--- a/tools/arvbox/lib/arvbox/docker/service/api/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/api/run-service
@@ -16,9 +16,9 @@ else
   export RAILS_ENV=development
 fi
 
-run_bundler --without=development --binstubs
-bin/passenger-config build-native-support
-bin/passenger-config install-standalone-runtime
+run_bundler --without=development --binstubs=binstubs
+binstubs/passenger-config build-native-support
+binstubs/passenger-config install-standalone-runtime
 
 if test "$1" = "--only-deps" ; then
     exit
diff --git a/tools/arvbox/lib/arvbox/docker/service/vm/run-service b/tools/arvbox/lib/arvbox/docker/service/vm/run-service
index eddef764c..2079bb1d0 100755
--- a/tools/arvbox/lib/arvbox/docker/service/vm/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/vm/run-service
@@ -16,7 +16,7 @@ if test "$1" != "--only-deps" ; then
 fi
 
 cd /usr/src/arvados/services/login-sync
-run_bundler --binstubs=$PWD/binstubs
+run_bundler --binstubs=binstubs
 
 if test "$1" = "--only-deps" ; then
     exit
diff --git a/tools/arvbox/lib/arvbox/docker/service/workbench/run-service b/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
index 84d3017de..ca72805cc 100755
--- a/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
@@ -22,9 +22,9 @@ else
   export RAILS_ENV=development
 fi
 
-run_bundler --without=development --binstubs
-bin/passenger-config build-native-support
-bin/passenger-config install-standalone-runtime
+run_bundler --without=development --binstubs=binstubs
+binstubs/passenger-config build-native-support
+binstubs/passenger-config install-standalone-runtime
 mkdir -p /usr/src/arvados/apps/workbench/tmp
 
 if test "$1" = "--only-deps" ; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list