[ARVADOS] updated: 2.1.0-538-g31803fdad
Git user
git at public.arvados.org
Sun Mar 28 23:40:18 UTC 2021
Summary of changes:
lib/crunchrun/container_gateway.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 31803fdad227830e63e1a1029622c1a8fa262c66 (commit)
from 81b52673bbf21a8b88dec102465cb29b5f24edc0 (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 31803fdad227830e63e1a1029622c1a8fa262c66
Author: Ward Vandewege <ward at curii.com>
Date: Sun Mar 28 19:40:00 2021 -0400
Fix golint warning (incorrect function name in comment).
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/lib/crunchrun/container_gateway.go b/lib/crunchrun/container_gateway.go
index 19feac169..1a87b8c4f 100644
--- a/lib/crunchrun/container_gateway.go
+++ b/lib/crunchrun/container_gateway.go
@@ -40,9 +40,9 @@ type Gateway struct {
respondAuth string
}
-// startGatewayServer starts an http server that allows authenticated
-// clients to open an interactive "docker exec" session and (in
-// future) connect to tcp ports inside the docker container.
+// Start starts an http server that allows authenticated clients to open an
+// interactive "docker exec" session and (in future) connect to tcp ports
+// inside the docker container.
func (gw *Gateway) Start() error {
gw.sshConfig = ssh.ServerConfig{
NoClientAuth: true,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list