From c601d3ab8dbd49d0201c33cffa3083e016226ac9 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Mon, 19 Oct 2015 22:24:51 +0530 Subject: [PATCH] Change repositories from stackforge to openstack Change-Id: Iefd739ddf04105f81d35c6ca2d1d50c96f476f38 --- README.rst | 2 +- doc/source/gettingstarted_contributing.rst | 2 +- doc/source/gettingstarted_gerrit.rst | 4 ++-- doc/source/gettingstarted_installing.rst | 2 +- docker/api/Dockerfile | 2 +- tests/api/requirements.txt | 2 +- tox.ini | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index c005382c..e5f76f0f 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ installed and running in a Docker Container. $ cd $ mkdir .poppy - $ git clone https://github.com/stackforge/poppy.git + $ git clone https://github.com/openstack/poppy.git 2. Copy the Poppy config files to the directory ``~/.poppy``:: diff --git a/doc/source/gettingstarted_contributing.rst b/doc/source/gettingstarted_contributing.rst index ca6fbb11..0db52897 100644 --- a/doc/source/gettingstarted_contributing.rst +++ b/doc/source/gettingstarted_contributing.rst @@ -64,7 +64,7 @@ Check out the [[BugTriage|Bug Triage]] wiki for more information. Reviewing ~~~~~~~~~ -Every patch submitted to OpenStack gets reviewed before it can be approved and merged. We get a lot of contributions and everyone can - and is encouraged! [https://review.openstack.org/#/q/status:open+project:stackforge/poppy,n,z Review Poppy's existing patches]. Pick an open review and go through it. Test it if possible, and leave a comment with a +1 or -1 vote describing what you discovered. If you're planning to submit patches of your own, this is a great way to learn about what the community cares about and to learn about the code base. +Every patch submitted to OpenStack gets reviewed before it can be approved and merged. We get a lot of contributions and everyone can - and is encouraged! [https://review.openstack.org/#/q/status:open+project:openstack/poppy,n,z Review Poppy's existing patches]. Pick an open review and go through it. Test it if possible, and leave a comment with a +1 or -1 vote describing what you discovered. If you're planning to submit patches of your own, this is a great way to learn about what the community cares about and to learn about the code base. Feature development ~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/gettingstarted_gerrit.rst b/doc/source/gettingstarted_gerrit.rst index e0f35a84..c5465a41 100644 --- a/doc/source/gettingstarted_gerrit.rst +++ b/doc/source/gettingstarted_gerrit.rst @@ -17,7 +17,7 @@ Using Gerrit Before you begin ~~~~~~~~~~~~~~~~ -To familiarize yourself with Poppy, try it out using the information in our [https://github.com/stackforge/poppy repo]. When you are ready to start contributing, you will need to execute an [http://docs.openstack.org/infra/manual/developers.html#account-setup OpenStack CLA]. This is required before you can submit reviews to our [https://git.openstack.org/cgit/stackforge/poppy Poppy StackForge Repo]. For information about how prepare for contribution, please consult the [http://docs.openstack.org/infra/manual/developers.html developer guide]]. +To familiarize yourself with Poppy, try it out using the information in our [https://github.com/openstack/poppy repo]. When you are ready to start contributing, you will need to execute an [http://docs.openstack.org/infra/manual/developers.html#account-setup OpenStack CLA]. This is required before you can submit reviews to our [https://git.openstack.org/cgit/openstack/poppy Poppy StackForge Repo]. For information about how prepare for contribution, please consult the [http://docs.openstack.org/infra/manual/developers.html developer guide]]. Learn about Gerrit ------------------ @@ -51,7 +51,7 @@ Set up your local branch Use the following commands to set up your local branch: - git clone git://git.openstack.org/stackforge/poppy + git clone git://git.openstack.org/openstack/poppy cd poppy git checkout -b [branch name] git review -s diff --git a/doc/source/gettingstarted_installing.rst b/doc/source/gettingstarted_installing.rst index f1913fa9..bc774ec0 100644 --- a/doc/source/gettingstarted_installing.rst +++ b/doc/source/gettingstarted_installing.rst @@ -23,7 +23,7 @@ You must have `CassandraDB`_ installed and running. We recommend using Docker ( $ cd $ mkdir .poppy - $ git clone https://github.com/stackforge/poppy.git + $ git clone https://github.com/openstack/poppy.git 2. Copy the Poppy config files to the directory ``~/.poppy``:: diff --git a/docker/api/Dockerfile b/docker/api/Dockerfile index 712874dd..7ba644d8 100644 --- a/docker/api/Dockerfile +++ b/docker/api/Dockerfile @@ -24,7 +24,7 @@ RUN python get-pip.py RUN pip install uwsgi # Pull project -RUN git clone https://github.com/stackforge/poppy.git /home/poppy +RUN git clone https://github.com/openstack/poppy.git /home/poppy # Install Requirements RUN sudo pip install -r /home/poppy/requirements/requirements.txt diff --git a/tests/api/requirements.txt b/tests/api/requirements.txt index beb5f020..1917f7fa 100644 --- a/tests/api/requirements.txt +++ b/tests/api/requirements.txt @@ -1,3 +1,3 @@ # API Tests -git+https://github.com/stackforge/opencafe.git#egg=opencafe \ No newline at end of file +git+https://github.com/openstack/opencafe.git#egg=opencafe diff --git a/tox.ini b/tox.ini index b88b8cd4..afc67258 100644 --- a/tox.ini +++ b/tox.ini @@ -78,7 +78,7 @@ setenv = CAFE_CONFIG_FILE_PATH={homedir}/.poppy/tests.conf NOSE_OPENSTACK_STDOUT=1 commands = - pip install git+https://github.com/stackforge/opencafe.git#egg=cafe + pip install git+https://github.com/openstack/opencafe.git#egg=cafe ./run_poppy.sh -d nosetests api --nologcapture