From f8f2ef48a56e2e97b04cb0227eb0903fbe4b2939 Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Mon, 12 Jun 2017 09:18:02 -0400 Subject: [PATCH] Docs: update information on LTS RFC Let's use the latest version of the LTS RFC, from the docs themselves. Signed-off-by: Cleber Rosa --- README.rst | 4 ++-- docs/source/GetStartedGuide.rst | 13 ++++++------- docs/source/rfcs/LongTermStability.rst | 2 ++ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index e17e0617..8248bac6 100644 --- a/README.rst +++ b/README.rst @@ -122,8 +122,8 @@ Other available packages (depending on the Avocado version) may include: The LTS (Long Term Stability) repositories are also available for Enterprise Linux. For more information about the LTS releases, please -refer to the Avocado Long Term Stability thread -(https://www.redhat.com/archives/avocado-devel/2016-April/msg00038.html) +refer to +http://avocado-framework.readthedocs.io/en/latest/rfcs/LongTermStability.html and to your package management docs on how to switch to the ``avocado-lts`` repo. diff --git a/docs/source/GetStartedGuide.rst b/docs/source/GetStartedGuide.rst index b3829544..daab4c94 100644 --- a/docs/source/GetStartedGuide.rst +++ b/docs/source/GetStartedGuide.rst @@ -58,9 +58,9 @@ Now check if you have the ``avocado`` and ``avocado-lts`` repositories configure Regular users of Avocado will want to use the standard ``avocado`` repository, which tracks the latest Avocado releases. For more -information about the LTS releases, please refer to the `Avocado Long -Term Stability`_ thread and to your package management docs on -how to switch to the ``avocado-lts`` repo. +information about the LTS releases, please refer to +:ref:`rfc-long-term-stability` and to your package management +docs on how to switch to the ``avocado-lts`` repo. Finally, after deciding between regular Avocado releases or LTS, you can install the RPM packages by running the following commands:: @@ -106,9 +106,9 @@ Other available packages (depending on the Avocado version) may include: * ``python-avocado-plugins-varianter-yaml-to-mux``: parse YAML file into variants The LTS (Long Term Stability) repositories are also available for -Enterprise Linux. Please refer to the `Avocado Long Term -Stability`_ thread and to your package management docs on how to -switch to the ``avocado-lts`` repo. +Enterprise Linux. Please refer to :ref:`rfc-long-term-stability` and +to your package management docs on how to switch to the +``avocado-lts`` repo. OpenSUSE ~~~~~~~~ @@ -477,5 +477,4 @@ For custom interactions it is also possible to use other means like ``pdb`` or ``pydevd`` :doc:`DevelopmentTips` breakpoints. Beware it's not possible to use ``STDIN`` from tests (unless dark magic is used). -.. _Avocado Long Term Stability: https://www.redhat.com/archives/avocado-devel/2016-April/msg00038.html .. _OpenSUSE: https://build.opensuse.org/package/show/Virtualization:Tests/avocado diff --git a/docs/source/rfcs/LongTermStability.rst b/docs/source/rfcs/LongTermStability.rst index f248cfa1..7de4a773 100644 --- a/docs/source/rfcs/LongTermStability.rst +++ b/docs/source/rfcs/LongTermStability.rst @@ -1,3 +1,5 @@ +.. _rfc-long-term-stability: + ========================== RFC: Long Term Stability ========================== -- GitLab