10234: Clean up program name (arvados-git-httpd) and config paths.
authorTom Clegg <tom@curoverse.com>
Wed, 12 Oct 2016 23:02:48 +0000 (19:02 -0400)
committerTom Clegg <tom@curoverse.com>
Thu, 13 Oct 2016 16:56:50 +0000 (12:56 -0400)
doc/install/install-arv-git-httpd.html.textile.liquid
services/arv-git-httpd/arvados-git-httpd.service
services/arv-git-httpd/usage.go

index 5e373c38b855bb3b2f27410d94b0a6835da07c18..3ec2382cce9f23f97e4068dd158bdd1c83e52985 100644 (file)
@@ -239,10 +239,9 @@ Verify that @arvados-git-httpd@ and @git-http-backend@ can be run:
 
 <notextile>
 <pre><code>~$ <span class="userinput">arvados-git-httpd -h</span>
-Usage of arvados-git-httpd:
-  -address="0.0.0.0:80": Address to listen on, "host:port".
-  -git-command="/usr/bin/git": Path to git executable. Each authenticated request will execute this program with a single argument, "http-backend".
-  -repo-root="/path/to/cwd": Path to git repositories.
+[...]
+Usage: arvados-git-httpd [-config path/to/arvados/git-httpd.yml]
+[...]
 ~$ <span class="userinput">git http-backend</span>
 Status: 500 Internal Server Error
 Expires: Fri, 01 Jan 1980 00:00:00 GMT
index f71c2ffbb5482ee6b93914ad4c7d824a555325cc..c41a5f3465d61403959a366565a89ec671af236e 100644 (file)
@@ -2,7 +2,7 @@
 Description=Arvados git server
 Documentation=https://doc.arvados.org/
 After=network.target
-AssertPathExists=/etc/arvados/arvados-git-httpd/arvados-git-httpd.yml
+AssertPathExists=/etc/arvados/git-httpd/git-httpd.yml
 
 [Service]
 Type=notify
index 11b3b9e4bbdf8409f9e6742e183eb597d1e73728..dd0ae922b55ce4da7b5c8d924506e99ce310f00c 100644 (file)
@@ -16,11 +16,12 @@ func usage() {
        }
        fmt.Fprintf(os.Stderr, `
 
-arv-git-httpd provides authenticated access to Arvados-hosted git repositories.
+arvados-git-httpd provides authenticated access to Arvados-hosted git
+repositories.
 
 See http://doc.arvados.org/install/install-arv-git-httpd.html.
 
-Usage: arv-git-httpd [-config path/to/arv-git-httpd.yml]
+Usage: arvados-git-httpd [-config path/to/arvados/git-httpd.yml]
 
 Options:
 `)