[ARVADOS] updated: 1.3.0-321-gb7f7154a7
Git user
git at public.curoverse.com
Wed Feb 13 17:39:02 EST 2019
Summary of changes:
lib/cloud/azure/azure.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via b7f7154a7232e49b0e8ee5bc41d124ff2d15273c (commit)
from 8be52d226caaefc971492d6639d63761c1077c1f (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 b7f7154a7232e49b0e8ee5bc41d124ff2d15273c
Author: Eric Biagiotti <ebiagiotti at veritasgenetcs.com>
Date: Wed Feb 13 17:38:54 2019 -0500
14745: Improves azure driver exported var comment
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <eric.biagiotti at gmail.com>
diff --git a/lib/cloud/azure/azure.go b/lib/cloud/azure/azure.go
index 0af2e43a6..d745e7e54 100644
--- a/lib/cloud/azure/azure.go
+++ b/lib/cloud/azure/azure.go
@@ -31,7 +31,7 @@ import (
"golang.org/x/crypto/ssh"
)
-// Driver provides access to the azure instance set
+// Driver is the azure implementation of the cloud.Driver interface.
var Driver = cloud.DriverFunc(newAzureInstanceSet)
type azureInstanceSetConfig struct {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list