diff mbox series

[03/26] docs/devel: fix duplicate line

Message ID 20240910140733.4007719-4-alex.bennee@linaro.org
State New
Headers show
Series Maintainer updates (testing, gdbstub, plugins) | expand

Commit Message

Alex Bennée Sept. 10, 2024, 2:07 p.m. UTC
I guess the same change came in via two patch series. Remove the
repetition.

Fixes: 2a851fca9f (docs/devel: remind developers to run CI container pipeline when updating images)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 docs/devel/testing/main.rst | 6 ------
 1 file changed, 6 deletions(-)

Comments

Pierrick Bouvier Sept. 10, 2024, 2:42 p.m. UTC | #1
On 9/10/24 07:07, Alex Bennée wrote:
> I guess the same change came in via two patch series. Remove the
> repetition.
> 
> Fixes: 2a851fca9f (docs/devel: remind developers to run CI container pipeline when updating images)
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   docs/devel/testing/main.rst | 6 ------
>   1 file changed, 6 deletions(-)
> 
> diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst
> index e9921a4b10..09725e8ea9 100644
> --- a/docs/devel/testing/main.rst
> +++ b/docs/devel/testing/main.rst
> @@ -500,12 +500,6 @@ first to contribute the mapping to the ``libvirt-ci`` project:
>      `CI <https://www.qemu.org/docs/master/devel/ci.html>`__ documentation
>      page on how to trigger gitlab CI pipelines on your change.
>   
> - * Please also trigger gitlab container generation pipelines on your change
> -   for as many OS distros as practical to make sure that there are no
> -   obvious breakages when adding the new pre-requisite. Please see
> -   `CI <https://www.qemu.org/docs/master/devel/ci.html>`__ documentation
> -   page on how to trigger gitlab CI pipelines on your change.
> -
>   For enterprise distros that default to old, end-of-life versions of the
>   Python runtime, QEMU uses a separate set of mappings that work with more
>   recent versions.  These can be found in ``tests/lcitool/mappings.yml``.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
diff mbox series

Patch

diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst
index e9921a4b10..09725e8ea9 100644
--- a/docs/devel/testing/main.rst
+++ b/docs/devel/testing/main.rst
@@ -500,12 +500,6 @@  first to contribute the mapping to the ``libvirt-ci`` project:
    `CI <https://www.qemu.org/docs/master/devel/ci.html>`__ documentation
    page on how to trigger gitlab CI pipelines on your change.
 
- * Please also trigger gitlab container generation pipelines on your change
-   for as many OS distros as practical to make sure that there are no
-   obvious breakages when adding the new pre-requisite. Please see
-   `CI <https://www.qemu.org/docs/master/devel/ci.html>`__ documentation
-   page on how to trigger gitlab CI pipelines on your change.
-
 For enterprise distros that default to old, end-of-life versions of the
 Python runtime, QEMU uses a separate set of mappings that work with more
 recent versions.  These can be found in ``tests/lcitool/mappings.yml``.