From 6656b873a7a0cb04fa033212bddc0cbc8c1d23dd Mon Sep 17 00:00:00 2001 From: xuchao Date: Thu, 12 Nov 2015 18:21:50 +0800 Subject: [PATCH] Change stackforge to openstack stackforge is already openstack project, change 'fuel-plugin-calico' stackforge url to openstack url. Change-Id: I4d605a5de192acd5448efacc649ae2dad44dc573 --- pre_build_hook | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pre_build_hook b/pre_build_hook index c7420db..be74a7e 100644 --- a/pre_build_hook +++ b/pre_build_hook @@ -9,10 +9,10 @@ set -eux ROOT="$(dirname `readlink -f $0`)" MODULES="${ROOT}"/deployment_scripts/puppet/modules mkdir -p "${MODULES}" -REPO_PATH='https://github.com/stackforge/fuel-library/tarball/f43d885914d74fbd062096763222f350f47480e1' +REPO_PATH='https://github.com/openstack/fuel-library/tarball/f43d885914d74fbd062096763222f350f47480e1' RPM_REPO="${ROOT}"/repositories/centos/ DEB_REPO="${ROOT}"/repositories/ubuntu/ wget -qO- "${REPO_PATH}" | \ tar -C "${MODULES}" --strip-components=3 -zxvf - \ - stackforge-fuel-library-f43d885/deployment/puppet/{inifile,stdlib} + openstack-fuel-library-f43d885/deployment/puppet/{inifile,stdlib}