Use git.openstack.org where possible

Github gives us trouble on a semi-regular basis, so let's use
git.openstack.org wherever possible.

Change-Id: I99c2cbc73091c9d3285cf10680969e00317d1d3d
This commit is contained in:
Ben Nemec
2016-01-21 17:04:35 +00:00
parent 9c698e9bce
commit fb544eea70

View File

@@ -286,7 +286,7 @@ function delorean_build {
# Clone the repo if it doesn't yet exist
if [ ! -d $TRIPLEO_ROOT/$PROJ ]; then
git clone https://github.com/openstack/$PROJ.git $TRIPLEO_ROOT/$PROJ
git clone https://git.openstack.org/openstack/$PROJ.git $TRIPLEO_ROOT/$PROJ
if [ ! -z "$STABLE_RELEASE" ]; then
pushd $TRIPLEO_ROOT/$PROJ
git checkout -b stable/$STABLE_RELEASE origin/stable/$STABLE_RELEASE