[ARVADOS] updated: 88a9005aca02ebe4e1c30e3ae4aa94e0b877ecc9
git at public.curoverse.com
git at public.curoverse.com
Thu Aug 20 01:56:12 EDT 2015
Summary of changes:
doc/install/install-arv-git-httpd.html.textile.liquid | 1 +
1 file changed, 1 insertion(+)
via 88a9005aca02ebe4e1c30e3ae4aa94e0b877ecc9 (commit)
from 7f8f29dee43c14ab768d64b7831df8daeda86b21 (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 88a9005aca02ebe4e1c30e3ae4aa94e0b877ecc9
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Aug 20 01:56:06 2015 -0400
6263: Set flag in run script to skip gitolite permission checks.
diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid
index 7279670..ff0e661 100644
--- a/doc/install/install-arv-git-httpd.html.textile.liquid
+++ b/doc/install/install-arv-git-httpd.html.textile.liquid
@@ -304,6 +304,7 @@ If you are using a different daemon supervisor, or if you want to test the daemo
<pre><code>sudo -u git \
ARVADOS_API_HOST=<span class="userinput">uuid_prefix.your.domain</span> \
GITOLITE_HTTP_HOME=/var/lib/arvados/git \
+ GL_BYPASS_ACCESS_CHECKS=1 \
PATH="$PATH:/var/lib/arvados/git/bin" \
arvados-git-httpd -address=:9001 -git-command="$(which git)" -repo-root=<span class="userinput">/var/lib/arvados/git/repositories</span> 2>&1
</code></pre>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list