You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/08/31 22:28:52 UTC

[3/6] usergrid git commit: Update gatling cloud formation to reflect github repo name change.

Update gatling cloud formation to reflect github repo name change.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/0e8d24eb
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/0e8d24eb
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/0e8d24eb

Branch: refs/heads/two-dot-o-dev
Commit: 0e8d24eb73c19e244015b1bd00a1b8084c7ef315
Parents: 061ba91
Author: Michael Russo <mi...@gmail.com>
Authored: Fri Aug 28 15:27:41 2015 -0700
Committer: Michael Russo <mi...@gmail.com>
Committed: Fri Aug 28 15:27:41 2015 -0700

----------------------------------------------------------------------
 stack/awscluster/gatling-cluster-cf.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/0e8d24eb/stack/awscluster/gatling-cluster-cf.json
----------------------------------------------------------------------
diff --git a/stack/awscluster/gatling-cluster-cf.json b/stack/awscluster/gatling-cluster-cf.json
index fadb4fc..4cc4ab0 100644
--- a/stack/awscluster/gatling-cluster-cf.json
+++ b/stack/awscluster/gatling-cluster-cf.json
@@ -261,7 +261,7 @@
                     "update-java-alternatives -s java-8-oracle\n",
 
                     "cd ~ubuntu\n",
-                    "git clone -b ",{ "Ref":"Branch" } , " https://github.com/apache/incubator-usergrid.git usergrid\n",
+                    "git clone -b ",{ "Ref":"Branch" } , " https://github.com/apache/usergrid.git usergrid\n",
                     "chown -R ubuntu:ubuntu usergrid\n",
 
                     "ec2-create-tags $(curl -k http://169.254.169.254/latest/meta-data/instance-id) --region ", { "Ref" : "AWS::Region" }," --aws-access-key ",{ "Ref":"GatlingKey" }, " --aws-secret-key ", { "Fn::GetAtt":[ "GatlingKey", "SecretAccessKey" ] } ," --tag Name=", { "Ref":"AWS::StackName"  }, "\n",