Merge "Change stackforge to openstack"

This commit is contained in:
Jenkins 2016-02-28 21:28:19 +00:00 committed by Gerrit Code Review
commit 618c9cbadc
1 changed files with 2 additions and 2 deletions

View File

@ -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}