[ARVADOS-DEV] updated: e6b3ab8f24716b8bc8f09fcd3bcbbfa2c154d330
git at public.curoverse.com
git at public.curoverse.com
Tue Dec 29 16:48:33 EST 2015
Summary of changes:
arvbox/arvbox | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e6b3ab8f24716b8bc8f09fcd3bcbbfa2c154d330 (commit)
from 1fd2d0cc54423adb0e0fd3676af15a7ace42f468 (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 e6b3ab8f24716b8bc8f09fcd3bcbbfa2c154d330
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Dec 29 16:48:28 2015 -0500
8080: Set GEM_HOME in arvbox shell
diff --git a/arvbox/arvbox b/arvbox/arvbox
index ed31d9b..b0c1f52 100755
--- a/arvbox/arvbox
+++ b/arvbox/arvbox
@@ -96,7 +96,7 @@ case $1 in
;;
sh*)
- docker exec -ti $ARVBOX_CONTAINER /usr/bin/env TERM=$TERM /bin/bash
+ docker exec -ti $ARVBOX_CONTAINER /usr/bin/env TERM=$TERM GEM_HOME=/var/lib/arvados/gems /bin/bash
;;
stop)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list