[ARVADOS] updated: 2.1.0-1412-gc1ddd34dc

Git user git at public.arvados.org
Fri Sep 24 20:30:12 UTC 2021


Summary of changes:
 lib/config/generate.go                | 1 +
 lib/controller/federation/generate.go | 1 +
 lib/install/deps_test.go              | 1 +
 lib/pam/testclient.go                 | 3 ++-
 4 files changed, 5 insertions(+), 1 deletion(-)

       via  c1ddd34dc55f874ce3c4bf5f4ba08a95eae3ab22 (commit)
      from  645a4d5492de6ec787ed37c570e06de1be95daaa (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 c1ddd34dc55f874ce3c4bf5f4ba08a95eae3ab22
Author: Tom Clegg <tom at curii.com>
Date:   Fri Sep 24 16:29:59 2021 -0400

    Update go build tags to go1.17.1 gofmt.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/config/generate.go b/lib/config/generate.go
index c192d7bb2..e6eeaf8a2 100644
--- a/lib/config/generate.go
+++ b/lib/config/generate.go
@@ -2,6 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
+//go:build ignore
 // +build ignore
 
 package main
diff --git a/lib/controller/federation/generate.go b/lib/controller/federation/generate.go
index 6a2a48585..06a5ce12d 100644
--- a/lib/controller/federation/generate.go
+++ b/lib/controller/federation/generate.go
@@ -2,6 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
+//go:build ignore
 // +build ignore
 
 package main
diff --git a/lib/install/deps_test.go b/lib/install/deps_test.go
index 5dfdbfe0e..993e779e5 100644
--- a/lib/install/deps_test.go
+++ b/lib/install/deps_test.go
@@ -6,6 +6,7 @@
 // Depending on host/network speed, Go's default 10m test timeout
 // might be too short; recommend "go test -timeout 20m -tags docker".
 //
+//go:build docker
 // +build docker
 
 package install
diff --git a/lib/pam/testclient.go b/lib/pam/testclient.go
index 3e92cac44..33bd47a35 100644
--- a/lib/pam/testclient.go
+++ b/lib/pam/testclient.go
@@ -2,7 +2,8 @@
 //
 // SPDX-License-Identifier: Apache-2.0
 
-// +build never
+//go:build ignore
+// +build ignore
 
 // This file is compiled by docker_test.go to build a test client.
 // It's not part of the pam module itself.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list