[ARVADOS] updated: 2.1.0-2305-ge4f34a5d1
Git user
git at public.arvados.org
Thu Apr 14 20:38:03 UTC 2022
Summary of changes:
lib/boot/supervisor.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e4f34a5d18afea11d934cb21a59b9eeb91fb36e9 (commit)
from b6950029987553258a5b9d947747e6c4a985273e (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 e4f34a5d18afea11d934cb21a59b9eeb91fb36e9
Author: Tom Clegg <tom at curii.com>
Date: Thu Apr 14 16:37:34 2022 -0400
18947: Update git-httpd entry in boot supervisor.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/boot/supervisor.go b/lib/boot/supervisor.go
index 7daceccb9..1fdb8eba3 100644
--- a/lib/boot/supervisor.go
+++ b/lib/boot/supervisor.go
@@ -244,7 +244,7 @@ func (super *Supervisor) run(cfg *arvados.Config) error {
runPostgreSQL{},
runNginx{},
runServiceCommand{name: "controller", svc: super.cluster.Services.Controller, depends: []supervisedTask{seedDatabase{}}},
- runGoProgram{src: "services/arv-git-httpd", svc: super.cluster.Services.GitHTTP},
+ runServiceCommand{name: "git-httpd", svc: super.cluster.Services.GitHTTP},
runGoProgram{src: "services/health", svc: super.cluster.Services.Health},
runServiceCommand{name: "keepproxy", svc: super.cluster.Services.Keepproxy, depends: []supervisedTask{runPassenger{src: "services/api"}}},
runServiceCommand{name: "keepstore", svc: super.cluster.Services.Keepstore},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list