From 5e3b5320e46d19ca9dc6a4c9edacb9089f43b385 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 18 Sep 2013 08:17:10 -0500 Subject: [PATCH] Remove github references OpenStack runs git.openstack.org which is more reliable and responsive when projects operate within OpenStack Infra. Replace all of the references to github with referneces to git.openstack.org. Change-Id: Ib3ece85aba6451801487b0bdbd83147e39d9e155 --- README.md | 4 ++-- elements/config-applier/source-repository-config-applier | 2 +- elements/pypi/README.md | 6 +++--- elements/source-repositories/README.md | 2 +- setup.cfg | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3f044e599..d1dc0c4f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Image building tools for Openstack ================================== These tools are the components of TripleO -(https://github.com/openstack/tripleo-incubator) that are responsible for +(https://wiki.openstack.org/wiki/TripleO) that are responsible for building disk images. This repository has the core functionality for building disk images, file @@ -13,7 +13,7 @@ ramdisks. The TripleO project also develops elements that can be used to deploy OpenStack itself. These live in the TripleO elements repository -(https://github.com/openstack/tripleo-image-elements). +(https://git.openstack.org/cgit/openstack/tripleo-image-elements). What tools are there? --------------------- diff --git a/elements/config-applier/source-repository-config-applier b/elements/config-applier/source-repository-config-applier index f2e640a6e..4ada55fcc 100644 --- a/elements/config-applier/source-repository-config-applier +++ b/elements/config-applier/source-repository-config-applier @@ -1 +1 @@ -config-applier git /opt/stack/config-applier https://github.com/openstack/os-apply-config.git +config-applier git /opt/stack/config-applier https://git.openstack.org/openstack/os-apply-config.git diff --git a/elements/pypi/README.md b/elements/pypi/README.md index d7c3a479c..10002fd2d 100644 --- a/elements/pypi/README.md +++ b/elements/pypi/README.md @@ -9,14 +9,14 @@ When online, the master pypi index is supplied as an extra-url, so uncached dependencies will still be available. When offline, only the mirror is used - a stale mirror will cause build failures. -[jeepyb](https://github.com/openstack-infra/jeepyb) can be useful in making a +[jeepyb](https://git.openstack.org/cgit/openstack-infra/jeepyb) can be useful in making a partial PyPI mirror suitable for building images. For instance: * sudo apt-get install libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev \ libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev \ libsasl2-dev - * pip install git+https://github.com/openstack-infra/jeepyb + * pip install git+https://git.openstack.org/openstack-infra/jeepyb * cat << EOF > mirror.yaml cache-root: /home/USER/.cache/image-create/pypi/download @@ -24,7 +24,7 @@ partial PyPI mirror suitable for building images. For instance: mirrors: - name: openstack projects: - - https://github.com/openstack/requirements + - https://git.openstack.org/openstack/requirements output: /home/USER/.cache/image-create/pypi/mirror EOF diff --git a/elements/source-repositories/README.md b/elements/source-repositories/README.md index cdde51c8e..b86c140bf 100644 --- a/elements/source-repositories/README.md +++ b/elements/source-repositories/README.md @@ -7,7 +7,7 @@ from git and pbr from a tarball would be # [] # defaults to master if not specified - ironic git /usr/local/ironic git://github.com/openstack/ironic.git + ironic git /usr/local/ironic git://git.openstack.org/openstack/ironic.git *File : elements/custom-element/source-repository-pbr* diff --git a/setup.cfg b/setup.cfg index 3769580f3..f944b6b82 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ description-file = author = HP Cloud Services author_email = openstack-dev@lists.openstack.org license: Apache License (2.0) -home-page = https://github.com/openstack/diskimage-builder +home-page = https://git.openstack.org/cgit/openstack/diskimage-builder classifier = Development Status :: 3 - Alpha License :: OSI Approved :: Apache Software License