[libvirt PATCH v2 0/2] ci: Fix paths shown in the website

Andrea Bolognani posted 2 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220810161713.121711-1-abologna@redhat.com
.gitlab-ci.yml               | 6 +++---
scripts/meson-install-web.py | 8 ++++++--
2 files changed, 9 insertions(+), 5 deletions(-)
[libvirt PATCH v2 0/2] ci: Fix paths shown in the website
Posted by Andrea Bolognani 1 year, 8 months ago
Compare

  https://abologna.gitlab.io/-/libvirt/-/jobs/2840280594/artifacts/website/manpages/virtqemud.html#files

with

  https://libvirt.org/manpages/virtqemud.html#files

Changes from [v1]:

  * don't use pathlib;
  * don't check whether DESTDIR is absolute.

[v1] https://listman.redhat.com/archives/libvir-list/2022-July/232929.html

Andrea Bolognani (2):
  scripts: Add $DESTDIR support to meson-install-web.py
  ci: Fix paths shown in the website

 .gitlab-ci.yml               | 6 +++---
 scripts/meson-install-web.py | 8 ++++++--
 2 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.37.1
Re: [libvirt PATCH v2 0/2] ci: Fix paths shown in the website
Posted by Pavel Hrdina 1 year, 8 months ago
On Wed, Aug 10, 2022 at 06:17:11PM +0200, Andrea Bolognani wrote:
> Compare
> 
>   https://abologna.gitlab.io/-/libvirt/-/jobs/2840280594/artifacts/website/manpages/virtqemud.html#files
> 
> with
> 
>   https://libvirt.org/manpages/virtqemud.html#files
> 
> Changes from [v1]:
> 
>   * don't use pathlib;
>   * don't check whether DESTDIR is absolute.
> 
> [v1] https://listman.redhat.com/archives/libvir-list/2022-July/232929.html
> 
> Andrea Bolognani (2):
>   scripts: Add $DESTDIR support to meson-install-web.py
>   ci: Fix paths shown in the website

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>