[ARVADOS] updated: 2.1.0-840-gb1d9ac8b5
Git user
git at public.arvados.org
Thu May 27 17:59:14 UTC 2021
Summary of changes:
lib/install/deps.go | 1 +
1 file changed, 1 insertion(+)
via b1d9ac8b550f03e39f2fad2a470b54f05b04d981 (commit)
from bfcade85c7aa6f88d25a002c271b3120d68f1120 (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 b1d9ac8b550f03e39f2fad2a470b54f05b04d981
Author: Tom Clegg <tom at curii.com>
Date: Thu May 27 01:23:18 2021 -0400
Remove old Go installation when upgrading.
No issue #
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 8df3fba53..8277fd2f2 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -245,6 +245,7 @@ make install
} else {
err = inst.runBash(`
cd /tmp
+rm -rf /var/lib/arvados/go/
wget --progress=dot:giga -O- https://storage.googleapis.com/golang/go`+goversion+`.linux-amd64.tar.gz | tar -C /var/lib/arvados -xzf -
ln -sf /var/lib/arvados/go/bin/* /usr/local/bin/
`, stdout, stderr)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list