]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: rewrite remote protocol checker 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>
Wed, 4 Dec 2019 13:44:15 +0000 (13:44 +0000)
commite0314b6855249f9bf18d9a54ede6fb28c9b38e03
tree8109b317b32034f3c66d0213a3a5ae26c53703e0
parentf0b3840fb654289c774df1fa13f3cb6f901ade61
src: rewrite remote protocol checker in Python

As part of a goal to eliminate Perl from libvirt build tools,
rewrite the pdwtags processing script in Python.

The original inline shell and perl code was completely
unintelligible. The new python code is a manual conversion
that attempts todo basically the same thing.

Tested-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.am
build-aux/syntax-check.mk
scripts/check-remote-protocol.py [new file with mode: 0644]
src/Makefile.am