[ovs-git] Open vSwitch: dot2pic: Be less picky parsing "dot" output. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 1 21:15:50 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  73ffb8e8c0c8dd5a07195827ca97f641faccc49f (commit)
      from  cc01d0bb79103a01aa0afc3484249fd518b877ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 73ffb8e8c0c8dd5a07195827ca97f641faccc49f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=73ffb8e8c0c8dd5a07195827ca97f641faccc49f
Author: Ben Pfaff <blp at nicira.com>
		
dot2pic: Be less picky parsing "dot" output.
		
Some versions of "dot" put two spaces after the "node" keyword instead of
one, which didn't match the regular expression used in dot2pic.  This
commit changes dot2pic not to care about the number of spaces in "node" and
"graph" lines.  (The "graph" lines weren't actually a problem but I don't
see a reason to be picky about them either.)

Different versions of "dot" still produce different output for the same
input, but I don't see how to avoid that.

Reported-by: Justin Pettit <jpettit at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 ovsdb/dot2pic |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list