[ARVADOS] updated: 4ae3e06d829da2018e952eab6f544f3bed754d67

Git user git at public.curoverse.com
Thu Oct 13 16:41:45 EDT 2016


Summary of changes:
 services/arv-git-httpd/doc.go   | 35 -----------------------------------
 services/arv-git-httpd/usage.go |  4 ++++
 2 files changed, 4 insertions(+), 35 deletions(-)
 delete mode 100644 services/arv-git-httpd/doc.go

       via  4ae3e06d829da2018e952eab6f544f3bed754d67 (commit)
      from  f78ee6387642d4dd0faf9071e44319a2ee42ce2f (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 4ae3e06d829da2018e952eab6f544f3bed754d67
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Oct 13 16:40:05 2016 -0400

    10234: Remove doc.go, already superseded by usage.go.

diff --git a/services/arv-git-httpd/doc.go b/services/arv-git-httpd/doc.go
deleted file mode 100644
index ff4599d..0000000
--- a/services/arv-git-httpd/doc.go
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
-arv-git-httpd provides authenticated access to Arvados-hosted git repositories.
-
-See http://doc.arvados.org/install/install-arv-git-httpd.html.
-
-Example:
-
-	arv-git-httpd -address=:8000 -repo-root=/var/lib/arvados/git
-
-Options:
-
-	-address [host]:[port]
-
-Listen at the given host and port.
-
-Host can be a domain name, an IP address, or empty (listen on all
-addresses).
-
-Port can be a name, a port number, or 0 (choose an available port).
-
-	-repo-root path
-
-Directory containing git repositories. When a client requests either
-"foo/bar.git" or "foo/bar/.git", git-http-backend will be invoked on
-"path/foo/bar.git" or (if that doesn't exist) "path/foo/bar/.git".
-
-	-git-command path
-
-Location of the CGI program to execute for each authorized request
-(normally this is gitolite-shell if repositories are controlled by
-gitolite, otherwise git). It is invoked with a single argument,
-'http-backend'.  Default is /usr/bin/git.
-
-*/
-package main
diff --git a/services/arv-git-httpd/usage.go b/services/arv-git-httpd/usage.go
index 4eba36a..1fb25b9 100644
--- a/services/arv-git-httpd/usage.go
+++ b/services/arv-git-httpd/usage.go
@@ -1,3 +1,7 @@
+// arvados-git-httpd provides authenticated access to Arvados-hosted
+// git repositories.
+//
+// See http://doc.arvados.org/install/install-arv-git-httpd.html.
 package main
 
 import (

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list