Update some url to use opendev.org
The git web URL is now: https://opendev.org/openstack/pbr
Also stop linking README.rst to no more existing history/changelog
documentation page (removed by 96b84a9014
).
Change-Id: I56b0e2b86a7fc66c5ae25e06175033a885f500f6
This commit is contained in:
parent
3f896a8d84
commit
07b6ac85e6
@ -1,13 +1,13 @@
|
|||||||
If you would like to contribute to the development of OpenStack,
|
If you would like to contribute to the development of OpenStack,
|
||||||
you must follow the steps in this page:
|
you must follow the steps in this page:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html
|
https://docs.opendev.org/opendev/infra-manual/latest/developers.html
|
||||||
|
|
||||||
Once those steps have been completed, changes to OpenStack
|
Once those steps have been completed, changes to OpenStack
|
||||||
should be submitted for review via the Gerrit tool, following
|
should be submitted for review via the Gerrit tool, following
|
||||||
the workflow documented at:
|
the workflow documented at:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
https://docs.opendev.org/opendev/infra-manual/latest/developers.html#development-workflow
|
||||||
|
|
||||||
Pull requests submitted through GitHub will be ignored.
|
Pull requests submitted through GitHub will be ignored.
|
||||||
|
|
||||||
|
@ -32,9 +32,8 @@ them as quickly as possible.
|
|||||||
|
|
||||||
* License: Apache License, Version 2.0
|
* License: Apache License, Version 2.0
|
||||||
* Documentation: https://docs.openstack.org/pbr/latest/
|
* Documentation: https://docs.openstack.org/pbr/latest/
|
||||||
* Source: https://git.openstack.org/cgit/openstack-dev/pbr
|
* Source: https://opendev.org/openstack/pbr
|
||||||
* Bugs: https://bugs.launchpad.net/pbr
|
* Bugs: https://bugs.launchpad.net/pbr
|
||||||
* Change Log: https://docs.openstack.org/pbr/latest/user/history.html
|
|
||||||
|
|
||||||
.. _d2to1: https://pypi.python.org/pypi/d2to1
|
.. _d2to1: https://pypi.python.org/pypi/d2to1
|
||||||
.. _distutils2: https://pypi.python.org/pypi/Distutils2
|
.. _distutils2: https://pypi.python.org/pypi/Distutils2
|
||||||
|
@ -57,7 +57,7 @@ versions of `setuptools`__. A simple sample can be found in *pbr*'s own
|
|||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://bugs.launchpad.net/pbr/
|
Bug Tracker = https://bugs.launchpad.net/pbr/
|
||||||
Documentation = https://docs.openstack.org/pbr/
|
Documentation = https://docs.openstack.org/pbr/
|
||||||
Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/
|
Source Code = https://opendev.org/openstack/pbr
|
||||||
license = Apache-2
|
license = Apache-2
|
||||||
classifier =
|
classifier =
|
||||||
Development Status :: 4 - Beta
|
Development Status :: 4 - Beta
|
||||||
|
@ -103,12 +103,12 @@ class TestMapFieldsParsingScenarios(base.BaseTestCase):
|
|||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://bugs.launchpad.net/pbr/
|
Bug Tracker = https://bugs.launchpad.net/pbr/
|
||||||
Documentation = https://docs.openstack.org/pbr/
|
Documentation = https://docs.openstack.org/pbr/
|
||||||
Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/
|
Source Code = https://opendev.org/openstack/pbr
|
||||||
""", # noqa: E501
|
""", # noqa: E501
|
||||||
'expected_project_urls': {
|
'expected_project_urls': {
|
||||||
'Bug Tracker': 'https://bugs.launchpad.net/pbr/',
|
'Bug Tracker': 'https://bugs.launchpad.net/pbr/',
|
||||||
'Documentation': 'https://docs.openstack.org/pbr/',
|
'Documentation': 'https://docs.openstack.org/pbr/',
|
||||||
'Source Code': 'https://git.openstack.org/cgit/openstack-dev/pbr/', # noqa: E501
|
'Source Code': 'https://opendev.org/openstack/pbr',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
('query_parameters', {
|
('query_parameters', {
|
||||||
|
@ -9,7 +9,7 @@ home-page = http://pypi.python.org/pypi/pbr
|
|||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://bugs.launchpad.net/pbr/
|
Bug Tracker = https://bugs.launchpad.net/pbr/
|
||||||
Documentation = https://docs.openstack.org/pbr/
|
Documentation = https://docs.openstack.org/pbr/
|
||||||
Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/
|
Source Code = https://opendev.org/openstack/pbr
|
||||||
summary = Test package for testing pbr
|
summary = Test package for testing pbr
|
||||||
description-file =
|
description-file =
|
||||||
README.txt
|
README.txt
|
||||||
|
@ -10,7 +10,7 @@ home-page = https://docs.openstack.org/pbr/latest/
|
|||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://bugs.launchpad.net/pbr/
|
Bug Tracker = https://bugs.launchpad.net/pbr/
|
||||||
Documentation = https://docs.openstack.org/pbr/
|
Documentation = https://docs.openstack.org/pbr/
|
||||||
Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/
|
Source Code = https://opendev.org/openstack/pbr
|
||||||
python-requires = >=2.6
|
python-requires = >=2.6
|
||||||
classifier =
|
classifier =
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
|
Loading…
Reference in New Issue
Block a user