All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one
@ 2021-01-11 10:34 Thomas Huth
  2021-01-11 15:53 ` Philippe Mathieu-Daudé
  2021-01-11 20:16 ` 罗勇刚(Yonggang Luo)
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Huth @ 2021-01-11 10:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yonggang Luo, Alex Bennée, Philippe Mathieu-Daudé

The mingw-w64-x86_64-python-sphinx-2.3.1 package has been removed from
the server, so the windows_msys2_task is currently failing. Replace the
old version with the current generic one to fix the issue (the current
version seems to work fine now, too).

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Successful run (with sphinx building the docs) can be seen here:
 https://cirrus-ci.com/task/6568987054047232

 .cirrus.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 3907e036da..886addedd3 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -117,12 +117,8 @@ windows_msys2_task:
           mingw-w64-x86_64-curl \
           mingw-w64-x86_64-gnutls \
           mingw-w64-x86_64-libnfs \
+          mingw-w64-x86_64-python-sphinx
           "
-        bitsadmin /transfer msys_download /dynamic /download /priority FOREGROUND `
-          https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz `
-          C:\tools\mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
-        C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -U /c/tools/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz"
-        del C:\tools\mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
         C:\tools\msys64\usr\bin\bash.exe -lc "rm -rf /var/cache/pacman/pkg/*"
         cd C:\tools\msys64
         echo "Start archive"
-- 
2.27.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one
  2021-01-11 10:34 [PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one Thomas Huth
@ 2021-01-11 15:53 ` Philippe Mathieu-Daudé
  2021-01-11 20:16 ` 罗勇刚(Yonggang Luo)
  1 sibling, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-01-11 15:53 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: Yonggang Luo, Alex Bennée

On 1/11/21 11:34 AM, Thomas Huth wrote:
> The mingw-w64-x86_64-python-sphinx-2.3.1 package has been removed from
> the server, so the windows_msys2_task is currently failing. Replace the
> old version with the current generic one to fix the issue (the current
> version seems to work fine now, too).
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Successful run (with sphinx building the docs) can be seen here:
>  https://cirrus-ci.com/task/6568987054047232
> 
>  .cirrus.yml | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one
  2021-01-11 10:34 [PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one Thomas Huth
  2021-01-11 15:53 ` Philippe Mathieu-Daudé
@ 2021-01-11 20:16 ` 罗勇刚(Yonggang Luo)
  2021-01-12  9:12   ` Thomas Huth
  1 sibling, 1 reply; 4+ messages in thread
From: 罗勇刚(Yonggang Luo) @ 2021-01-11 20:16 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Alex Bennée, qemu-level, Philippe Mathieu-Daudé

[-- Attachment #1: Type: text/plain, Size: 1827 bytes --]

On Mon, Jan 11, 2021 at 6:34 PM Thomas Huth <thuth@redhat.com> wrote:
>
> The mingw-w64-x86_64-python-sphinx-2.3.1 package has been removed from
> the server, so the windows_msys2_task is currently failing. Replace the
> old version with the current generic one to fix the issue (the current
> version seems to work fine now, too).
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Successful run (with sphinx building the docs) can be seen here:
>  https://cirrus-ci.com/task/6568987054047232
>
>  .cirrus.yml | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 3907e036da..886addedd3 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -117,12 +117,8 @@ windows_msys2_task:
>            mingw-w64-x86_64-curl \
>            mingw-w64-x86_64-gnutls \
>            mingw-w64-x86_64-libnfs \
> +          mingw-w64-x86_64-python-sphinx
>            "
> -        bitsadmin /transfer msys_download /dynamic /download /priority
FOREGROUND `
> -
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
`
> -          C:\tools\mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
> -        C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -U
/c/tools/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz"
> -        del
C:\tools\mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
>          C:\tools\msys64\usr\bin\bash.exe -lc "rm -rf
/var/cache/pacman/pkg/*"
>          cd C:\tools\msys64
>          echo "Start archive"
> --
> 2.27.0
>
Hi, I've done that in my previous patch and queued by Paolo Bonzini 4 days,
8 hours ago

https://patchew.org/QEMU/20210107101919.80-1-luoyonggang@gmail.com/
--
         此致
礼
罗勇刚
Yours
    sincerely,
Yonggang Luo

[-- Attachment #2: Type: text/html, Size: 2512 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one
  2021-01-11 20:16 ` 罗勇刚(Yonggang Luo)
@ 2021-01-12  9:12   ` Thomas Huth
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-01-12  9:12 UTC (permalink / raw)
  To: luoyonggang; +Cc: Alex Bennée, qemu-level, Philippe Mathieu-Daudé

On 11/01/2021 21.16, 罗勇刚(Yonggang Luo) wrote:
> 
> 
> On Mon, Jan 11, 2021 at 6:34 PM Thomas Huth <thuth@redhat.com 
> <mailto:thuth@redhat.com>> wrote:
>  >
>  > The mingw-w64-x86_64-python-sphinx-2.3.1 package has been removed from
>  > the server, so the windows_msys2_task is currently failing. Replace the
>  > old version with the current generic one to fix the issue (the current
>  > version seems to work fine now, too).
>  >
>  > Signed-off-by: Thomas Huth <thuth@redhat.com <mailto:thuth@redhat.com>>
>  > ---
>  >  Successful run (with sphinx building the docs) can be seen here:
>  > https://cirrus-ci.com/task/6568987054047232 
> <https://cirrus-ci.com/task/6568987054047232>
>  >
>  >  .cirrus.yml | 6 +-----
>  >  1 file changed, 1 insertion(+), 5 deletions(-)
>  >
>  > diff --git a/.cirrus.yml b/.cirrus.yml
>  > index 3907e036da..886addedd3 100644
>  > --- a/.cirrus.yml
>  > +++ b/.cirrus.yml
>  > @@ -117,12 +117,8 @@ windows_msys2_task:
>  >            mingw-w64-x86_64-curl \
>  >            mingw-w64-x86_64-gnutls \
>  >            mingw-w64-x86_64-libnfs \
>  > +          mingw-w64-x86_64-python-sphinx
>  >            "
>  > -        bitsadmin /transfer msys_download /dynamic /download /priority 
> FOREGROUND `
>  > - 
> https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz 
> <https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz> 
> `
>  > -          C:\tools\mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
>  > -        C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -U 
> /c/tools/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz"
>  > -        del C:\tools\mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
>  >          C:\tools\msys64\usr\bin\bash.exe -lc "rm -rf 
> /var/cache/pacman/pkg/*"
>  >          cd C:\tools\msys64
>  >          echo "Start archive"
>  > --
>  > 2.27.0
>  >
> Hi, I've done that in my previous patch and queued by Paolo Bonzini 4 days, 
> 8 hours ago
> 
> https://patchew.org/QEMU/20210107101919.80-1-luoyonggang@gmail.com/ 

Ah, alright, then please ignore my patch here!

  Thanks,
   Thomas



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-12  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 10:34 [PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one Thomas Huth
2021-01-11 15:53 ` Philippe Mathieu-Daudé
2021-01-11 20:16 ` 罗勇刚(Yonggang Luo)
2021-01-12  9:12   ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.