]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: rewrite hvsupport.html page generator in python
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 30 Aug 2019 12:22:54 +0000 (13:22 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Dec 2019 14:23:39 +0000 (14:23 +0000)
commit52a2c5b06b6157d86ca6621d99b280cc0d57d857
treefa2696b2c055b2793e0253323055dd0bd153cbe5
parent06e6efe294f1db00b452214ee8e5975d8ae6ec42
docs: rewrite hvsupport.html page generator in python

As part of a goal to eliminate Perl from libvirt build tools,
rewrite the hvsupport.pl tool in Python.

This was a straight conversion, manually going line-by-line to
change the syntax from Perl to Python. Thus the overall structure
of the file and approach is the same.

The new impl generates byte-for-byte identical output to the
old impl.

Tested-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.am
docs/Makefile.am
docs/hvsupport.pl [deleted file]
scripts/hvsupport.py [new file with mode: 0755]