diff mbox series

release-notes-5.0.rst: NO_OUTPUT -> NO_COLOR

Message ID 20241016081106.1917900-1-liezhi.yang@windriver.com
State New
Headers show
Series release-notes-5.0.rst: NO_OUTPUT -> NO_COLOR | expand

Commit Message

Robert Yang Oct. 16, 2024, 8:11 a.m. UTC
From: Robert Yang <liezhi.yang@windriver.com>

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 documentation/migration-guides/release-notes-5.0.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz Oct. 16, 2024, 1:32 p.m. UTC | #1
Hi Robert,

On 10/16/24 10:11 AM, Robert Yang via lists.yoctoproject.org wrote:
> [You don't often get email from liezhi.yang=windriver.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> From: Robert Yang <liezhi.yang@windriver.com>
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>   documentation/migration-guides/release-notes-5.0.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
> index 800ba20a2..2bf78c633 100644
> --- a/documentation/migration-guides/release-notes-5.0.rst
> +++ b/documentation/migration-guides/release-notes-5.0.rst
> @@ -217,7 +217,7 @@ New Features / Enhancements in 5.0
>         state directory (i.e., ``/run``).
> 
>      -  Allow to disable colored text output through the
> -      `NO_OUTPUT <https://no-color.org/>`__ environment variable.
> +      `NO_COLOR <https://no-color.org/>`__ environment variable.
> 

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

@Antonin, this is a candidate for backporting to scarthgap and styhead I 
believe.

Thanks!
Quentin
Antonin Godard Oct. 16, 2024, 2:06 p.m. UTC | #2
Hi Quentin,

On Wed Oct 16, 2024 at 3:32 PM CEST, Quentin Schulz via lists.yoctoproject.org wrote:
> Hi Robert,
>
> On 10/16/24 10:11 AM, Robert Yang via lists.yoctoproject.org wrote:
> > [You don't often get email from liezhi.yang=windriver.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> >
> > From: Robert Yang <liezhi.yang@windriver.com>
> >
> > Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> > ---
> >   documentation/migration-guides/release-notes-5.0.rst | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
> > index 800ba20a2..2bf78c633 100644
> > --- a/documentation/migration-guides/release-notes-5.0.rst
> > +++ b/documentation/migration-guides/release-notes-5.0.rst
> > @@ -217,7 +217,7 @@ New Features / Enhancements in 5.0
> >         state directory (i.e., ``/run``).
> >
> >      -  Allow to disable colored text output through the
> > -      `NO_OUTPUT <https://no-color.org/>`__ environment variable.
> > +      `NO_COLOR <https://no-color.org/>`__ environment variable.
> >
>
> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
>
> @Antonin, this is a candidate for backporting to scarthgap and styhead I
> believe.

Yes totally, thanks :)

Cheers,
Antonin

--
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index 800ba20a2..2bf78c633 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -217,7 +217,7 @@  New Features / Enhancements in 5.0
       state directory (i.e., ``/run``).
 
    -  Allow to disable colored text output through the
-      `NO_OUTPUT <https://no-color.org/>`__ environment variable.
+      `NO_COLOR <https://no-color.org/>`__ environment variable.
 
    -  ``git-make-shallow`` script: add support for Git's ``safe.bareRepository=explicit``
       configuration setting.