Change meta info to be an Infra project

This commit is contained in:
Monty Taylor 2015-01-07 13:03:32 -05:00
parent a56767a865
commit 65fe04d5c2
4 changed files with 41 additions and 18 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/shade.git
project=openstack-infra/shade.git

View File

@ -1,17 +1,41 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer, start here"
section of this page:
.. _contributing:
http://wiki.openstack.org/HowToContribute
=====================
Contributing to shade
=====================
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
If you're interested in contributing to the shade project,
the following will help get you started.
http://wiki.openstack.org/GerritWorkflow
Contributor License Agreement
-----------------------------
Pull requests submitted through GitHub will be ignored.
.. index::
single: license; agreement
Bugs should be filed on Launchpad, not GitHub:
In order to contribute to the shade project, you need to have
signed OpenStack's contributor's agreement.
https://bugs.launchpad.net/shade
.. seealso::
* http://wiki.openstack.org/HowToContribute
* http://wiki.openstack.org/CLA
Project Hosting Details
-------------------------
Bug tracker
http://storyboard.openstack.org
Mailing list (prefix subjects with ``[shade]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
Code Hosting
* https://git.openstack.org/cgit/openstack-infra/shade
Code Review
https://review.openstack.org/#/q/status:open+project:openstack-infra/shade,n,z
Please read `GerritWorkflow`_ before sending your first patch for review.
.. _GerritWorkflow: https://wiki.openstack.org/wiki/GerritWorkflow

View File

@ -3,9 +3,9 @@ name = shade
summary = Client library for operating OpenStack clouds
description-file =
README.rst
author = Monty Taylor
author-email = mordred@inaugust.com
home-page = http://www.openstack.org/
author = OpenStack Infrastructure Team
author-email = openstack-infra@lists.openstack.org
home-page = http://ci.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -15,9 +15,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[build_sphinx]
source-dir = doc/source

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pypy,pep8
envlist = py26,py27,py34,pypy,pep8
skipsdist = True
[testenv]