]> git.proxmox.com Git - ovs.git/commit - Makefile.am
tests: Convert soexpand build tool from Perl to Python.
authorBen Pfaff <blp@ovn.org>
Mon, 20 Nov 2017 17:41:42 +0000 (09:41 -0800)
committerBen Pfaff <blp@ovn.org>
Mon, 27 Nov 2017 00:08:07 +0000 (16:08 -0800)
commit74eaac06d61e918ce4bb82611c6f5905c77d94e4
treecf5a8cad926a0bb8e2e31052d42f8946f565d3fb
parentdd6f26a9d8927e2e0ba7b6837b05350743326ea0
tests: Convert soexpand build tool from Perl to Python.

Perl is unfashionable and Python is more widely available and understood,
so this commit converts one of the OVS uses of Perl into Python.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Aaron Conole <aconole@redhat.com>
Makefile.am
build-aux/automake.mk
build-aux/soexpand.pl [deleted file]
build-aux/soexpand.py [new file with mode: 0755]
python/automake.mk
python/build/soutil.py [new file with mode: 0755]