Force origin remotes on repos to use zuul.o.o.

Change-Id: I07f62998028351a82e1fca697a21914fde44f05c
This commit is contained in:
James E. Blair
2012-12-16 18:55:08 -08:00
parent 91338cc4f4
commit b5ae01a756

View File

@@ -115,6 +115,10 @@ function setup_workspace {
fi
cd $SHORT_PROJECT
# TODO: remove; this is temporary to handle the transition
# to zuul.openstack.org.
git remote set-url origin http://zuul.openstack.org/p/$PROJECT
BRANCH=$ZUUL_BRANCH
MAX_ATTEMPTS=3