[ARVADOS] updated: 2.1.0-229-g8d6a62282

Git user git at public.arvados.org
Fri Dec 18 02:38:21 UTC 2020


Summary of changes:
 lib/dispatchcloud/test/ssh_service.go | 2 ++
 1 file changed, 2 insertions(+)

       via  8d6a62282e3026d70e25f824116e6d05838e6258 (commit)
      from  d913210ab6a77cc174a3d9e34062aa6adb542a43 (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 8d6a62282e3026d70e25f824116e6d05838e6258
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Dec 17 21:38:02 2020 -0500

    Fix another golint warning.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/lib/dispatchcloud/test/ssh_service.go b/lib/dispatchcloud/test/ssh_service.go
index f1fde4f42..31919b566 100644
--- a/lib/dispatchcloud/test/ssh_service.go
+++ b/lib/dispatchcloud/test/ssh_service.go
@@ -18,6 +18,8 @@ import (
 	check "gopkg.in/check.v1"
 )
 
+// LoadTestKey returns a public/private ssh keypair, read from the files
+// identified by the path of the private key.
 func LoadTestKey(c *check.C, fnm string) (ssh.PublicKey, ssh.Signer) {
 	rawpubkey, err := ioutil.ReadFile(fnm + ".pub")
 	c.Assert(err, check.IsNil)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list