Re: [ovs-dev] [PATCH 5/9] tests: Convert soexpand build tool from Perl to Python.

2017-11-20 Thread Ben Pfaff
On Thu, Nov 16, 2017 at 09:40:06AM -0500, Aaron Conole wrote: > Ben Pfaff writes: > > > 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 > > +def find_file(include_dirs,

Re: [ovs-dev] [PATCH 5/9] tests: Convert soexpand build tool from Perl to Python.

2017-11-16 Thread Aaron Conole
Ben Pfaff writes: > 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 > --- > Makefile.am | 4 +-- > build-aux/automake.mk | 3 +- > build-aux/soexpand.pl | 40 ---

[ovs-dev] [PATCH 5/9] tests: Convert soexpand build tool from Perl to Python.

2017-11-15 Thread Ben Pfaff
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 --- Makefile.am | 4 +-- build-aux/automake.mk | 3 +- build-aux/soexpand.pl | 40 - build-aux/soexp