[ARVADOS] updated: 1.3.0-397-g6f52f5f41
Git user
git at public.curoverse.com
Thu Feb 28 10:18:39 EST 2019
Summary of changes:
lib/cloud/ec2/ec2.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6f52f5f4152b194aede8e9c8b05d210a9ba7718a (commit)
from 544ad965e6d0a8f75268d2daea3a4c8c2748490c (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 6f52f5f4152b194aede8e9c8b05d210a9ba7718a
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Feb 28 10:18:26 2019 -0500
14291: Fix tag prefix typo
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/lib/cloud/ec2/ec2.go b/lib/cloud/ec2/ec2.go
index 664c51cd4..dab708c8d 100644
--- a/lib/cloud/ec2/ec2.go
+++ b/lib/cloud/ec2/ec2.go
@@ -22,7 +22,7 @@ import (
)
const ARVADOS_DISPATCH_ID = "arvados-dispatch-id"
-const TAG_PREFIX = "disispatch-"
+const TAG_PREFIX = "arvados-dispatch-tag-"
// Driver is the ec2 implementation of the cloud.Driver interface.
var Driver = cloud.DriverFunc(newEC2InstanceSet)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list