[PATCH] news: Fix an RST alignment typo with '=' which breaks the pipeline

Erik Skultety posted 1 patch 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/9fd893d243deb1c9cfe35d067bb96fa0e0245f78.1604314789.git.eskultet@redhat.com
NEWS.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] news: Fix an RST alignment typo with '=' which breaks the pipeline
Posted by Erik Skultety 3 years, 5 months ago
This is just a warning, but because we're invoking rst2html5 with
--strict, it will fail at encountering a single minor issue.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---

Pushed as trivial.

 NEWS.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS.rst b/NEWS.rst
index 09170638ec..a8dde151e0 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,7 +9,7 @@ For a more fine-grained view, use the `git log`_.
 
 
 v6.10.0 (unreleased)
-===================
+====================
 
 * **New features**
 
-- 
2.26.2

Re: [PATCH] news: Fix an RST alignment typo with '=' which breaks the pipeline
Posted by Jiri Denemark 3 years, 5 months ago
On Mon, Nov 02, 2020 at 12:05:59 +0100, Erik Skultety wrote:
> This is just a warning, but because we're invoking rst2html5 with
> --strict, it will fail at encountering a single minor issue.
> 
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---
> 
> Pushed as trivial.
> 
>  NEWS.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 09170638ec..a8dde151e0 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -9,7 +9,7 @@ For a more fine-grained view, use the `git log`_.
>  
>  
>  v6.10.0 (unreleased)
> -===================
> +====================

Oops, should be fixed in my release script now.

Jirka

Re: [PATCH] news: Fix an RST alignment typo with '=' which breaks the pipeline
Posted by Erik Skultety 3 years, 5 months ago
On Mon, Nov 02, 2020 at 12:27:24PM +0100, Jiri Denemark wrote:
> On Mon, Nov 02, 2020 at 12:05:59 +0100, Erik Skultety wrote:
> > This is just a warning, but because we're invoking rst2html5 with
> > --strict, it will fail at encountering a single minor issue.
> > 
> > Signed-off-by: Erik Skultety <eskultet@redhat.com>
> > ---
> > 
> > Pushed as trivial.
> > 
> >  NEWS.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/NEWS.rst b/NEWS.rst
> > index 09170638ec..a8dde151e0 100644
> > --- a/NEWS.rst
> > +++ b/NEWS.rst
> > @@ -9,7 +9,7 @@ For a more fine-grained view, use the `git log`_.
> >  
> >  
> >  v6.10.0 (unreleased)
> > -===================
> > +====================
> 
> Oops, should be fixed in my release script now.

Np, can you update your libvirt-python MR so I can approve it? :)

Erik