[ARVADOS] updated: 1.3.0-2355-g414bb787d
Git user
git at public.arvados.org
Mon Mar 16 13:10:41 UTC 2020
Summary of changes:
lib/boot/supervisor.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 414bb787d6be54225a546e100478a97b65b61199 (commit)
from ef109c816015c97809432b48d8110e171ec89cd0 (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 414bb787d6be54225a546e100478a97b65b61199
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Mon Mar 16 10:08:15 2020 -0300
16029: Makes gofmt happy.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/lib/boot/supervisor.go b/lib/boot/supervisor.go
index bc2e4256b..bcf87812a 100644
--- a/lib/boot/supervisor.go
+++ b/lib/boot/supervisor.go
@@ -539,12 +539,12 @@ func (super *Supervisor) autofillConfig(cfg *arvados.Config) error {
continue
}
if svc.ExternalURL.Host == "" {
- if (svc == &cluster.Services.Controller ||
+ if svc == &cluster.Services.Controller ||
svc == &cluster.Services.GitHTTP ||
svc == &cluster.Services.Keepproxy ||
svc == &cluster.Services.WebDAV ||
svc == &cluster.Services.WebDAVDownload ||
- svc == &cluster.Services.Workbench1) {
+ svc == &cluster.Services.Workbench1 {
svc.ExternalURL = arvados.URL{Scheme: "https", Host: fmt.Sprintf("%s:%s", super.ListenHost, nextPort(super.ListenHost))}
} else if svc == &cluster.Services.Websocket {
svc.ExternalURL = arvados.URL{Scheme: "wss", Host: fmt.Sprintf("%s:%s", super.ListenHost, nextPort(super.ListenHost))}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list