diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1e21a5d..63fc059 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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. diff --git a/README.rst b/README.rst index 4aba520..0f879ae 100644 --- a/README.rst +++ b/README.rst @@ -59,12 +59,7 @@ Get the source code The source code is available on github and can be retrieved using:: - git clone https://github.com/bcornec/python-redfish - -As python-redfish is currently in heavy development we recommend to checkout the devel branch using:: - - cd python-redfish - git checkout devel + git clone https://github.com/openstack/python-redfish.git Installation ------------ diff --git a/pbconf/pbfilter/all.pbf b/pbconf/pbfilter/all.pbf index 6ab2a45..f580664 100644 --- a/pbconf/pbfilter/all.pbf +++ b/pbconf/pbfilter/all.pbf @@ -61,7 +61,7 @@ filter PBDESC = The Redfish API supports dialoging with a Redfish compliant$/sys filter PBSUMMARY = Redfish python library # 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 # and should be last as when used we need the %pb hash filled diff --git a/pbconf/python-redfish.pb b/pbconf/python-redfish.pb index c61ba28..308d9a7 100644 --- a/pbconf/python-redfish.pb +++ b/pbconf/python-redfish.pb @@ -15,7 +15,7 @@ #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 = 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 pbrepo python-redfish = ftp://ftp.mondorescue.org diff --git a/pbconf/python-redfish/deb/control b/pbconf/python-redfish/deb/control index e0f8e8f..a6a3aea 100644 --- a/pbconf/python-redfish/deb/control +++ b/pbconf/python-redfish/deb/control @@ -6,8 +6,8 @@ Maintainer: PBPACKAGER Build-Depends: debhelper (>= 4.2.20), python-dev (>= 2.7), PBBDEP X-Python-Version: >= 2.7 Standards-Version: PBDEBSTD -Vcs-Svn: https://github.com/bcornec/PBPROJ -Vcs-Browser: https://github.com/bcornec/PBPROJ +Vcs-Svn: https://review.openstack.org/p/openstack/PBPROJ.git +Vcs-Browser: https://review.openstack.org/p/openstack/PBPROJ.git Homepage: PBURL Package: PBPKG