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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user