[ARVADOS] updated: 1.1.4-228-gf10ee45
Git user
git at public.curoverse.com
Tue May 8 09:07:02 EDT 2018
Summary of changes:
doc/install/install-keepstore.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f10ee456d348ffa6c515ed9eb1da726f7e463975 (commit)
from cccb24d9aff22e4b06e9f10db6e43f6e8d0704ee (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 f10ee456d348ffa6c515ed9eb1da726f7e463975
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Tue May 8 09:06:20 2018 -0400
Fix run script syntax.
fixes #8348
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/doc/install/install-keepstore.html.textile.liquid b/doc/install/install-keepstore.html.textile.liquid
index 2b4ee93..9122476 100644
--- a/doc/install/install-keepstore.html.textile.liquid
+++ b/doc/install/install-keepstore.html.textile.liquid
@@ -147,7 +147,7 @@ Install this script as the run script for the keepstore service, modifying it as
<pre><code>#!/bin/sh
exec 2>&1
-exec GOGC=10 keepstore \
+GOGC=10 exec keepstore \
-enforce-permissions=true \
-blob-signing-key-file=<span class="userinput">/etc/keepstore/blob-signing.key</span> \
-max-buffers=<span class="userinput">100</span> \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list