]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build-aux: rewrite mock inline 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, 20 Nov 2019 14:45:25 +0000 (14:45 +0000)
commitb7d00249eabbcb87dec8b1e5d57771354141a518
tree3e611946094c202a7daa43c90c6127eab82d69a1
parente136236158e3700fe124e55fe58e59b0cad4d7f1
build-aux: rewrite mock inline checker in Python

As part of a goal to eliminate Perl from libvirt build tools,
rewrite the mock-noinline.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.

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/mock-noinline.pl [deleted file]
build-aux/syntax-check.mk
scripts/mock-noinline.py [new file with mode: 0644]