Re: [ovs-dev] [PATCH] python: Make build number format consistent with C.

2012-03-07 Thread Ethan Jackson
Thanks, I've merged this. On Wed, Mar 7, 2012 at 16:37, Ben Pfaff wrote: > On Wed, Mar 07, 2012 at 04:16:21PM -0800, Ethan Jackson wrote: >> The C code displays the build number as the empty string when 0, >> and as +build otherwise.  This commit updates version.py to be >> consistent and tests t

Re: [ovs-dev] [PATCH] python: Make build number format consistent with C.

2012-03-07 Thread Ben Pfaff
On Wed, Mar 07, 2012 at 04:16:21PM -0800, Ethan Jackson wrote: > The C code displays the build number as the empty string when 0, > and as +build otherwise. This commit updates version.py to be > consistent and tests that it is in the unit tests. > > Signed-off-by: Ethan Jackson Looks good to m

[ovs-dev] [PATCH] python: Make build number format consistent with C.

2012-03-07 Thread Ethan Jackson
The C code displays the build number as the empty string when 0, and as +build otherwise. This commit updates version.py to be consistent and tests that it is in the unit tests. Signed-off-by: Ethan Jackson --- python/automake.mk|5 - python/ovs/unixctl.py |6 +++--- tests/atloc