[ovs-git] Open vSwitch: ovsdb-doc: Add ovsdb-doc to distribution tar ball. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jul 31 17:42:25 UTC 2013


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  54c18b66f669a243d43625ec39b2ddc55a28a056 (commit)
      from  6ba7f5cccd68b2f014c5a6b71cbc39e045a3d14d (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 54c18b66f669a243d43625ec39b2ddc55a28a056
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=54c18b66f669a243d43625ec39b2ddc55a28a056
Author: Gurucharan Shetty <gshetty at nicira.com>
		
ovsdb-doc: Add ovsdb-doc to distribution tar ball.
		
Certain platforms like xenserver do not have the latest
python libraries that are needed by ovsdb-doc (which in-turn
creates ovs-vswitchd.conf.db.5). When we run 'make dist' and
copy over the tar ball to xenserver ddk environemt, we
already include ovs-vswitchd.conf.db.5. But the absence of
ovsdb-doc results in an attempt to regenerate ovs-vswitchd.conf.db.5
and that fails because of the missing python libraries.

Instead of producing ovsdb-doc from ovsdb-doc.in dynamically, we
statically provide ovsdb-doc and pass on the version information
to it through the command line option --version.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ovsdb/automake.mk                 |    6 ++----
 ovsdb/{ovsdb-doc.in => ovsdb-doc} |   24 ++++++++++++++----------
 vswitchd/automake.mk              |    2 ++
 3 files changed, 18 insertions(+), 14 deletions(-)
 rename ovsdb/{ovsdb-doc.in => ovsdb-doc} (95%)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list