[ARVADOS] updated: 1.3.0-1555-g3c0e4dc35
Git user
git at public.curoverse.com
Tue Aug 27 15:29:06 UTC 2019
Summary of changes:
doc/install/install-arv-git-httpd.html.textile.liquid | 4 ++--
lib/config/config.default.yml | 2 +-
lib/config/generated_config.go | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
via 3c0e4dc35b5f2fc34e050fef304cdec0cebe51ae (commit)
from 44a871434f648052a410f158fc8e09ec17c11339 (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 3c0e4dc35b5f2fc34e050fef304cdec0cebe51ae
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date: Tue Aug 27 10:59:41 2019 -0400
14712: Fixes default config and install doc
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid
index 887fb12b2..c25fdee1d 100644
--- a/doc/install/install-arv-git-httpd.html.textile.liquid
+++ b/doc/install/install-arv-git-httpd.html.textile.liquid
@@ -277,7 +277,7 @@ Edit the cluster config at @/etc/arvados/config.yml@ and set the following value
<pre><code>Clusters:
<span class="userinput">uuid_prefix</span>:
Services:
- GitHttp:
+ GitHTTP:
ExternalURL: <span class="userinput">https://git.uuid_prefix.your.domain/</span>
InternalURLs:
<span class="userinput">"http://localhost:9001": {}</span>
@@ -288,7 +288,7 @@ Edit the cluster config at @/etc/arvados/config.yml@ and set the following value
</code></pre>
</notextile>
-Make sure to include the trailing slash for @Services.GitHttp.ExternalURL at .
+Make sure to include the trailing slash for @Services.GitHTTP.ExternalURL at .
Restart the systemd service to ensure the new configuration is used.
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 3e098a002..24b2e450e 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -420,7 +420,7 @@ Clusters:
Git:
# Path to git or gitolite-shell executable. Each authenticated
- # request will execute this program with the single argument http-backend"
+ # request will execute this program with the single argument "http-backend"
GitCommand: /usr/bin/git
# Path to Gitolite's home directory. If a non-empty path is given,
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index d06ed2602..8a5b4610c 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -426,7 +426,7 @@ Clusters:
Git:
# Path to git or gitolite-shell executable. Each authenticated
- # request will execute this program with the single argument http-backend"
+ # request will execute this program with the single argument "http-backend"
GitCommand: /usr/bin/git
# Path to Gitolite's home directory. If a non-empty path is given,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list