[ARVADOS] updated: 9b9528c5dd1f506e6aed8b8de4f2d63c8922f392

git at public.curoverse.com git at public.curoverse.com
Thu Aug 20 02:11:33 EDT 2015


Summary of changes:
 doc/install/install-arv-git-httpd.html.textile.liquid | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

  discards  88a9005aca02ebe4e1c30e3ae4aa94e0b877ecc9 (commit)
       via  9b9528c5dd1f506e6aed8b8de4f2d63c8922f392 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (88a9005aca02ebe4e1c30e3ae4aa94e0b877ecc9)
            \
             N -- N -- N (9b9528c5dd1f506e6aed8b8de4f2d63c8922f392)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 9b9528c5dd1f506e6aed8b8de4f2d63c8922f392
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Aug 20 02:11:02 2015 -0400

    6263: Set flag to skip gitolite permission checks, and set SERVER_ADDR so gitolite doesn't complain.

diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid
index 7279670..8a85746 100644
--- a/doc/install/install-arv-git-httpd.html.textile.liquid
+++ b/doc/install/install-arv-git-httpd.html.textile.liquid
@@ -291,8 +291,10 @@ EOF</span>
 #!/bin/sh
 export ARVADOS_API_HOST=<b>uuid_prefix.your.domain</b>
 export GITOLITE_HTTP_HOME=/var/lib/arvados/git
+export GL_BYPASS_ACCESS_CHECKS=1
 export PATH="$PATH:/var/lib/arvados/git/bin"
-exec chpst -u git:git arvados-git-httpd -address=:9001 -git-command="$(which git)" -repo-root=<b>/var/lib/arvados/git/repositories</b> 2>&1
+export SERVER_ADDR="`hostname`"
+exec chpst -u git:git arvados-git-httpd -address=:9001 -git-command=/var/lib/arvados/git/gitolite/src/gitolite-shell -repo-root=<b>/var/lib/arvados/git</b>/repositories 2>&1
 EOF</span>
 /etc/sv/arvados-git-httpd$ <span class="userinput">sudo chmod +x run log/run</span>
 </code></pre>
@@ -304,8 +306,10 @@ 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
+  SERVER_ADDR="`hostname`" \
+  arvados-git-httpd -address=:9001 -git-command=/var/lib/arvados/git/gitolite/src/gitolite-shell -repo-root=/var/lib/arvados/git/repositories 2>&1
 </code></pre>
 </notextile>
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list