Adapt contributions descritptions
Now that python-redfish is an OpenStack project, adapt references to point to their git repository instead of project member. Also precise instructions for contributions Change-Id: I9367ac8664ffa075b74fed6b09f57b94e74d3539
This commit is contained in:
parent
77580a87d2
commit
62acfa7932
@ -1,5 +1,8 @@
|
|||||||
If you would like to contribute to the development of this project.
|
If you would like to contribute to the development of this project, please consider reading https://wiki.openstack.org/wiki/How_To_Contribute.
|
||||||
|
|
||||||
Submit your pull request and issues to https://github.com/bcornec/python-redfish.
|
Submit your issues to https://bugs.launchpad.net/python-redfish/+filebug.
|
||||||
|
|
||||||
|
In order to submit a patch, git clone the project at https://github.com/openstack/python-redfish.git
|
||||||
|
Make your modifications and then make a git review for it which will be followed on https://review.openstack.org/#/q/project:openstack/python-redfish
|
||||||
|
|
||||||
You can also share and discuss on the mailing list as well at http://mondorescue.org/sympa/arc/python-redfish.
|
You can also share and discuss on the mailing list as well at http://mondorescue.org/sympa/arc/python-redfish.
|
||||||
|
@ -59,12 +59,7 @@ Get the source code
|
|||||||
|
|
||||||
The source code is available on github and can be retrieved using::
|
The source code is available on github and can be retrieved using::
|
||||||
|
|
||||||
git clone https://github.com/bcornec/python-redfish
|
git clone https://github.com/openstack/python-redfish.git
|
||||||
|
|
||||||
As python-redfish is currently in heavy development we recommend to checkout the devel branch using::
|
|
||||||
|
|
||||||
cd python-redfish
|
|
||||||
git checkout devel
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
@ -61,7 +61,7 @@ filter PBDESC = The Redfish API supports dialoging with a Redfish compliant$/sys
|
|||||||
filter PBSUMMARY = Redfish python library
|
filter PBSUMMARY = Redfish python library
|
||||||
|
|
||||||
# PBURL contains the URL of the Web site of the project
|
# PBURL contains the URL of the Web site of the project
|
||||||
filter PBURL = http://github.com/bcornec/python-redfish
|
filter PBURL = https://review.openstack.org/#/q/project:openstack/python-redfish
|
||||||
|
|
||||||
# PBLOG is replaced by the changelog if value is yes
|
# PBLOG is replaced by the changelog if value is yes
|
||||||
# and should be last as when used we need the %pb hash filled
|
# and should be last as when used we need the %pb hash filled
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#pburl python-redfish = ftp://ftp.python-redfish.org/src/python-redfish-devel.tar.gz
|
#pburl python-redfish = ftp://ftp.python-redfish.org/src/python-redfish-devel.tar.gz
|
||||||
#pburl python-redfish = file:///src/python-redfish-devel.tar.gz
|
#pburl python-redfish = file:///src/python-redfish-devel.tar.gz
|
||||||
#pburl python-redfish = dir:///src/python-redfish-devel
|
#pburl python-redfish = dir:///src/python-redfish-devel
|
||||||
pburl python-redfish = git+ssh://git@github.com/bcornec/python-redfish.git
|
pburl python-redfish = git+https://review.openstack.org/p/openstack/python-redfish.git
|
||||||
|
|
||||||
# Repository
|
# Repository
|
||||||
pbrepo python-redfish = ftp://ftp.mondorescue.org
|
pbrepo python-redfish = ftp://ftp.mondorescue.org
|
||||||
|
@ -6,8 +6,8 @@ Maintainer: PBPACKAGER
|
|||||||
Build-Depends: debhelper (>= 4.2.20), python-dev (>= 2.7), PBBDEP
|
Build-Depends: debhelper (>= 4.2.20), python-dev (>= 2.7), PBBDEP
|
||||||
X-Python-Version: >= 2.7
|
X-Python-Version: >= 2.7
|
||||||
Standards-Version: PBDEBSTD
|
Standards-Version: PBDEBSTD
|
||||||
Vcs-Svn: https://github.com/bcornec/PBPROJ
|
Vcs-Svn: https://review.openstack.org/p/openstack/PBPROJ.git
|
||||||
Vcs-Browser: https://github.com/bcornec/PBPROJ
|
Vcs-Browser: https://review.openstack.org/p/openstack/PBPROJ.git
|
||||||
Homepage: PBURL
|
Homepage: PBURL
|
||||||
|
|
||||||
Package: PBPKG
|
Package: PBPKG
|
||||||
|
Loading…
Reference in New Issue
Block a user