[ARVADOS] updated: a7f30c913114a5e22d5e37b3fba67332f56ce6d9
Git user
git at public.curoverse.com
Fri May 13 09:39:07 EDT 2016
Summary of changes:
services/keepstore/azure_blob_volume.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a7f30c913114a5e22d5e37b3fba67332f56ce6d9 (commit)
from 3ede205bf0e5af7a88e04009cd66ff111e0729c3 (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 a7f30c913114a5e22d5e37b3fba67332f56ce6d9
Author: Tom Clegg <tom at curoverse.com>
Date: Fri May 13 09:37:49 2016 -0400
9188: Update SetBlobMetadata func signature.
refs #9188
diff --git a/services/keepstore/azure_blob_volume.go b/services/keepstore/azure_blob_volume.go
index 9c03743..5bd7f10 100644
--- a/services/keepstore/azure_blob_volume.go
+++ b/services/keepstore/azure_blob_volume.go
@@ -264,7 +264,7 @@ func (v *AzureBlobVolume) Touch(loc string) error {
}
return v.bsClient.SetBlobMetadata(v.containerName, loc, map[string]string{
"touch": fmt.Sprintf("%d", time.Now()),
- })
+ }, nil)
}
// Mtime returns the last-modified property of a block blob.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list