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
This commit is contained in:
Steve Kowalik 2013-11-07 22:36:10 +11:00
parent c85ac787ba
commit 047cac56e1
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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 {