From 373b63b248ab671f7636969fc0a68fbcc2d362fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rniak?= Date: Tue, 1 Dec 2015 11:41:35 +0100 Subject: [PATCH] fix: update url to fuel-library repo Change-Id: I8dc17e59ed7c12bd0889651b782dcd7a7ad5a848 --- pre_build_hook | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pre_build_hook b/pre_build_hook index e9c3126..547a55d 100755 --- a/pre_build_hook +++ b/pre_build_hook @@ -3,11 +3,11 @@ 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/aded04f6b5d4dbc4b4e4cf904fc882879184d097' -REPO_PATH='https://api.github.com/repos/stackforge/fuel-library/tarball/a478b8c6180af33612b19d09785bd63f2b6673c6' +#REPO_PATH='https://github.com/openstack/fuel-library/tarball/aded04f6b5d4dbc4b4e4cf904fc882879184d097' +REPO_PATH='https://api.github.com/repos/openstack/fuel-library/tarball/a478b8c6180af33612b19d09785bd63f2b6673c6' RPM_REPO="${ROOT}"/repositories/centos/ DEB_REPO="${ROOT}"/repositories/ubuntu/ wget -qO- "${REPO_PATH}" | \ tar -C "${MODULES}" --strip-components=3 -zxvf - \ - stackforge-fuel-library-a478b8c/deployment/puppet/{inifile,stdlib,pacemaker} + openstack-fuel-library-a478b8c/deployment/puppet/{inifile,stdlib,pacemaker}