[ARVADOS] updated: 84861876fd077f1892c6419fecfd348d7588747c
Git user
git at public.curoverse.com
Fri Dec 2 12:16:15 EST 2016
Summary of changes:
tools/arvbox/lib/arvbox/docker/service/api/run-service | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 84861876fd077f1892c6419fecfd348d7588747c (commit)
from 03f812007d8a28d7023dddb6f1fafb72e65ec525 (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 84861876fd077f1892c6419fecfd348d7588747c
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Dec 2 10:50:15 2016 -0500
Update arvbox to work with passenger 5.0, refs #5737
diff --git a/tools/arvbox/lib/arvbox/docker/service/api/run-service b/tools/arvbox/lib/arvbox/docker/service/api/run-service
index a36205c..5f72f1c 100755
--- a/tools/arvbox/lib/arvbox/docker/service/api/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/api/run-service
@@ -9,7 +9,8 @@ cd /usr/src/arvados/services/api
export RAILS_ENV=development
run_bundler --without=development
-bundle exec passenger start --runtime-check-only --runtime-dir=/var/lib/passenger
+bundle exec passenger-config build-native-support
+bundle exec passenger-config install-standalone-runtime
if test "$1" = "--only-deps" ; then
exit
@@ -23,6 +24,5 @@ if test "$1" = "--only-setup" ; then
fi
exec bundle exec passenger start --port=${services[api]} \
- --runtime-dir=/var/lib/passenger \
--ssl --ssl-certificate=/var/lib/arvados/self-signed.pem \
--ssl-certificate-key=/var/lib/arvados/self-signed.key
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list