Change repositories from stackforge to openstack
Change-Id: Iefd739ddf04105f81d35c6ca2d1d50c96f476f38
This commit is contained in:
parent
212eb485b7
commit
c601d3ab8d
@ -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``::
|
||||
|
||||
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -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
|
||||
|
@ -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``::
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
|
||||
# API Tests
|
||||
git+https://github.com/stackforge/opencafe.git#egg=opencafe
|
||||
git+https://github.com/openstack/opencafe.git#egg=opencafe
|
||||
|
2
tox.ini
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user