[ARVADOS] updated: 091e05c87ba96de3da3de731015b03beaa105cfa

Git user git at public.curoverse.com
Tue Sep 12 12:10:20 EDT 2017


Summary of changes:
 tools/arvbox/lib/arvbox/docker/service/workbench/run-service | 1 +
 1 file changed, 1 insertion(+)

       via  091e05c87ba96de3da3de731015b03beaa105cfa (commit)
      from  194df852b504214879c005a0b730ab1e00395160 (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 091e05c87ba96de3da3de731015b03beaa105cfa
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Sep 12 12:06:53 2017 -0400

    Fix arvbox-demo (2nd try) refs #12234
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/tools/arvbox/lib/arvbox/docker/service/workbench/run-service b/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
index d0e855f..7b9703f 100755
--- a/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
@@ -13,6 +13,7 @@ export RAILS_ENV=development
 
 run_bundler --without=development
 bundle exec passenger start --runtime-check-only --runtime-dir=/var/lib/passenger
+mkdir -p /usr/src/arvados/apps/workbench/tmp
 RAILS_GROUPS=assets bundle exec rake npm:install
 
 if test "$1" = "--only-deps" ; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list