diff --git a/README.rst b/README.rst index e5ded31..1ee3937 100644 --- a/README.rst +++ b/README.rst @@ -46,15 +46,15 @@ Bug report: Repository: -* https://git.openstack.org/cgit/openstack/python-jenkins +* https://opendev.org/jjb/python-jenkins Cloning: -* git clone https://git.openstack.org/openstack/python-jenkins +* git clone https://opendev.org/jjb/python-jenkins Patches are submitted via Gerrit at: -* https://review.openstack.org/ +* https://review.opendev.org/#/q/project:jjb/python-jenkins Please do not submit GitHub pull requests, they will be automatically closed. @@ -63,7 +63,7 @@ on Freenode's IRC network. More details on how you can contribute is available on our wiki at: -* http://docs.openstack.org/infra/manual/developers.html +* https://docs.opendev.org/opendev/infra-manual/latest/developers.html Writing a patch --------------- diff --git a/setup.cfg b/setup.cfg index a869005..53c364a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,11 +3,13 @@ name = python-jenkins author = Ken Conley author_email = kwc@willowgarage.com summary = Python bindings for the remote Jenkins API -maintainer = OpenStack Infrastructure Team -maintainer_email = openstack@lists.launchpad.net +maintainer = Python-Jenkins Developers +maintainer_email = python-jenkins-developers@lists.launchpad.net description-file = README.rst license = BSD -home-page = http://git.openstack.org/cgit/openstack/python-jenkins +home-page = https://opendev.org/jjb/python-jenkins +project-urls = + Documentation = https://python-jenkins.readthedocs.io/ classifier = Topic :: Utilities Intended Audience :: Developers diff --git a/tox.ini b/tox.ini index 8b9c701..9053c89 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ install_command = pip install -U {opts} {packages} commands = bash -c "if [ -d {toxinidir}/../jenkins-job-builder ]; then \ pip install -q -U -e 'git+file://{toxinidir}/../jenkins-job-builder#egg=jenkins-job-builder' ; else \ - pip install -q -U -e 'git+https://git.openstack.org/openstack-infra/jenkins-job-builder@master#egg=jenkins-job-builder' ; fi " + pip install -q -U -e 'https://opendev.org/jjb/python-jenkins@master#egg=jenkins-job-builder' ; fi " stestr run --slowest {posargs} [testenv:cover]