From b5ae01a756d5a5f637078e62ef686c0d9e414b18 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sun, 16 Dec 2012 18:55:08 -0800 Subject: [PATCH] Force origin remotes on repos to use zuul.o.o. Change-Id: I07f62998028351a82e1fca697a21914fde44f05c --- devstack-vm-gate-wrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 60cfc29c..729ca6f6 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -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