From 5e40c294df8d56c14bba7569dcfed5dcfb714ad4 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 20 Apr 2023 18:14:11 +0200 Subject: [PATCH] [doc] Update releasing tool location I've stopped proposing PRs to original repos as their review takes really a while now. With that I'm updating location of current version of tooling. Change-Id: Ie4f168fbe3f2b0bc74aef3ca0700b2cffdbf752a --- doc/source/contributor/periodic-work.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/periodic-work.rst b/doc/source/contributor/periodic-work.rst index 6cfda9b1c3..5fa6cef17a 100644 --- a/doc/source/contributor/periodic-work.rst +++ b/doc/source/contributor/periodic-work.rst @@ -25,14 +25,14 @@ and lighter, over time. Now, all the functions are separated, and included into a branch independent tooling, `osa_cli_releases`. -.. _osa_cli_releases: https://github.com/evrardjp/osa_cli_releases +.. _osa_cli_releases: https://github.com/noonedeadpunk/osa_cli_releases You can install the latest version of this tooling by running: .. parsed-literal:: - pip3 install -e git+https://github.com/evrardjp/osa-cli.git#egg=openstack_ansible_cli - pip3 install -e git+https://github.com/evrardjp/osa_cli_releases.git#egg=osa_cli_releases + pip3 install -e git+https://github.com/noonedeadpunk/osa-cli.git#egg=openstack_ansible_cli + pip3 install -e git+https://github.com/noonedeadpunk/osa_cli_releases.git#egg=osa_cli_releases This tooling can then be called using ``osa releases``. Each subcommand contains help by default.