[arvados] updated: 2.1.0-2561-gcab1fdf12
git repository hosting
git at public.arvados.org
Mon May 30 19:34:13 UTC 2022
Summary of changes:
lib/install/deps.go | 4 ----
1 file changed, 4 deletions(-)
via cab1fdf123d680195145b817f2227d84276e7436 (commit)
from bb159bac9bfe568eccbc61ba0b8c04752a1e8531 (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 cab1fdf123d680195145b817f2227d84276e7436
Author: Tom Clegg <tom at curii.com>
Date: Mon May 30 15:32:33 2022 -0400
18947: Remove obsolete go binary build steps from arvados-package.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index 6c43637eb..a7c32c505 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -565,10 +565,6 @@ yarn install
"cmd/arvados-server",
"services/crunch-dispatch-local",
"services/crunch-dispatch-slurm",
- "services/health",
- "services/keep-balance",
- "services/keepstore",
- "services/ws",
} {
fmt.Fprintf(stderr, "building %s...\n", srcdir)
cmd := exec.Command("go", "install", "-ldflags", "-X git.arvados.org/arvados.git/lib/cmd.version="+inst.PackageVersion+" -X main.version="+inst.PackageVersion+" -s -w")
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list