[ARVADOS] updated: 3f43717bcb6ba3602275a7109863642f7a75c8c7
git at public.curoverse.com
git at public.curoverse.com
Fri Nov 20 17:14:48 EST 2015
Summary of changes:
doc/install/install-crunch-dispatch.html.textile.liquid | 1 +
1 file changed, 1 insertion(+)
via 3f43717bcb6ba3602275a7109863642f7a75c8c7 (commit)
from c4023fb9b27ba31926faf530a4e59b9aee0989b3 (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 3f43717bcb6ba3602275a7109863642f7a75c8c7
Author: Brett Smith <brett at curoverse.com>
Date: Fri Nov 20 17:14:17 2015 -0500
Install guide crunch-dispatch runit script exports $HOME.
crunch-dispatch needs $HOME set in order to do some path
manipulation. We set it to $(pwd) in production, which should
normally be the runit service definition directory.
This seems weird and it seems likely that there's a better value, but
until we investigate that and figure that out, documenting what we
have in production is better than letting crunch-dispatch crash.
Reported in IRC. No issue #.
diff --git a/doc/install/install-crunch-dispatch.html.textile.liquid b/doc/install/install-crunch-dispatch.html.textile.liquid
index d632f9b..907f0fd 100644
--- a/doc/install/install-crunch-dispatch.html.textile.liquid
+++ b/doc/install/install-crunch-dispatch.html.textile.liquid
@@ -175,6 +175,7 @@ rvmexec=""
export ARVADOS_API_HOST=<span class="userinput">uuid_prefix.your.domain</span>
export CRUNCH_DISPATCH_LOCKFILE=/var/lock/crunch-dispatch
+export HOME=$(pwd)
export RAILS_ENV=production
## Uncomment this line if your cluster uses self-signed SSL certificates:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list