From c6ff2fcade5e28204c364f81b44eb71529e42295 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 29 Mar 2013 14:01:32 +1300 Subject: [PATCH] Switch to using the incubator-bootstrap tree. Incubator is having dangerous scripts removed from it. Change-Id: I5567b9b89eeed4dbf124186a84a7d890eefc87ef --- elements/devstack/install.d/52-image-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/devstack/install.d/52-image-toolchain b/elements/devstack/install.d/52-image-toolchain index 1c8e8bb0..296b5bbb 100755 --- a/elements/devstack/install.d/52-image-toolchain +++ b/elements/devstack/install.d/52-image-toolchain @@ -10,4 +10,4 @@ install-packages git if [ -n "$http_proxy" ]; then sudo -Hiu stack git config --global http.proxy $http_proxy fi -sudo -Hiu stack git clone https://github.com/tripleo/incubator.git +sudo -Hiu stack git clone https://github.com/tripleo/incubator-bootstrap.git incubator