From 047cac56e14552eb6b2d374a35f3a092c5f2a5d4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 7 Nov 2013 22:36:10 +1100 Subject: [PATCH] Switch the base URL to git.openstack.org The git repositories on github for openstack are mirrors of the primary repositories, which are hosted on git.openstack.org, so switch as much as I can to using the primary, rather than the github mirror. Change-Id: Idcfda49a691582055256b830c61e098f4a271339 --- README.md | 2 +- stackrc | 4 ++-- tools/build_tempest.sh | 2 +- tools/xen/test_functions.sh | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 93d139621f..b2603e75fc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can also pick specific OpenStack project releases by setting the appropriate `stackrc` for the default set). Usually just before a release there will be milestone-proposed branches that need to be tested:: - GLANCE_REPO=https://github.com/openstack/glance.git + GLANCE_REPO=git://git.openstack.org/openstack/glance.git GLANCE_BRANCH=milestone-proposed # Start A Dev Cloud diff --git a/stackrc b/stackrc index 6adb676866..7eda5a5671 100644 --- a/stackrc +++ b/stackrc @@ -62,7 +62,7 @@ fi # Base GIT Repo URL # Another option is http://review.openstack.org/p -GIT_BASE=${GIT_BASE:-https://github.com} +GIT_BASE=${GIT_BASE:-git://git.openstack.org} # metering service CEILOMETER_REPO=${CEILOMETER_REPO:-${GIT_BASE}/openstack/ceilometer.git} @@ -182,7 +182,7 @@ NOVNC_REPO=${NOVNC_REPO:-${GIT_BASE}/kanaka/noVNC.git} NOVNC_BRANCH=${NOVNC_BRANCH:-master} # ryu service -RYU_REPO=${RYU_REPO:-${GIT_BASE}/osrg/ryu.git} +RYU_REPO=${RYU_REPO:-https://github.com/osrg/ryu.git} RYU_BRANCH=${RYU_BRANCH:-master} # a websockets/html5 or flash powered SPICE console for vm instances diff --git a/tools/build_tempest.sh b/tools/build_tempest.sh index 1758e7da33..6c527f5962 100755 --- a/tools/build_tempest.sh +++ b/tools/build_tempest.sh @@ -2,7 +2,7 @@ # # **build_tempest.sh** -# Checkout and prepare a Tempest repo: https://github.com/openstack/tempest.git +# Checkout and prepare a Tempest repo: git://git.openstack.org/openstack/tempest.git function usage { echo "$0 - Check out and prepare a Tempest repo" diff --git a/tools/xen/test_functions.sh b/tools/xen/test_functions.sh index 534723833d..0ae2cb7f9a 100755 --- a/tools/xen/test_functions.sh +++ b/tools/xen/test_functions.sh @@ -111,8 +111,8 @@ function test_no_plugin_directory_found { function test_zip_snapshot_location { diff \ - <(zip_snapshot_location "https://github.com/openstack/nova.git" "master") \ - <(echo "https://github.com/openstack/nova/zipball/master") + <(zip_snapshot_location "git://git.openstack.org/openstack/nova.git" "master") \ + <(echo "git://git.openstack.org/openstack/nova/zipball/master") } function test_create_directory_for_kernels {