[PATCH 3/9] scripts: check-html-references: Improve error messages and don't mess with relative paths

Daniel P. Berrangé berrange at redhat.com
Wed Feb 15 10:59:02 UTC 2023


On Tue, Feb 14, 2023 at 10:51:11PM +0100, Peter Krempa wrote:
> Now that we have the source file name as a custom attribute we can use
> it to report which file actually needs to be edited to fix the error:
> 
>  ERROR: 'docs/uri.rst': broken link to: 'drvqemu.html#exaple'
> 
> rather than:
> 
>  broken link targets:
>  docs/uri.html broken link: drvqemu.html#exaple
> 
> which pointed to file which does not exist in the source directory.
> 
> This also allows us to delete all the relative path handling needed to
> report at least somewhat user-legible errors before.
> 
> Signed-off-by: Peter Krempa <pkrempa at redhat.com>
> ---
>  scripts/check-html-references.py | 46 +++++++++++++-------------------
>  1 file changed, 19 insertions(+), 27 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


More information about the libvir-list mailing list