[ovs-git] Open vSwitch: ovs-controller: Rename test-controller and do not install or package. (master)

dev at openvswitch.org dev at openvswitch.org
Sun Nov 3 04:23:21 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  1d5aaa61fa8ca68f487e8b578b7aa99a0bbd1f26 (commit)
      from  19c8e9c11bcd441a42ababb8439bc7b24e9e435c (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 1d5aaa61fa8ca68f487e8b578b7aa99a0bbd1f26
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1d5aaa61fa8ca68f487e8b578b7aa99a0bbd1f26
Author: Ben Pfaff <blp at nicira.com>
		
ovs-controller: Rename test-controller and do not install or package.
		
Too many users have incorrectly assumed that ovs-controller is a necessary
or desirable part of an Open vSwitch deployment.  This commit should fix
the problem by renaming it test-controller and removing it from the
default install and from packaging.

Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 FAQ                                                |    7 +-
 INSTALL.SSL                                        |    2 +-
 INSTALL.XenServer                                  |    2 +-
 NEWS                                               |    4 +
 README                                             |    2 -
 debian/.gitignore                                  |    1 -
 debian/automake.mk                                 |    8 -
 debian/changelog                                   |    5 +-
 debian/control                                     |   21 +-
 debian/openvswitch-controller.README.Debian        |    7 -
 debian/openvswitch-controller.default              |   29 --
 debian/openvswitch-controller.dirs                 |    1 -
 debian/openvswitch-controller.init                 |  278 --------------------
 debian/openvswitch-controller.install              |    1 -
 debian/openvswitch-controller.manpages             |    1 -
 debian/openvswitch-controller.postinst             |   60 -----
 debian/openvswitch-controller.postrm               |   44 ----
 lib/ssl-bootstrap.man                              |    4 +-
 manpages.mk                                        |   38 +--
 ovsdb/ovsdb-client.1.in                            |    2 -
 ovsdb/ovsdb-server.1.in                            |    2 -
 rhel/openvswitch-fedora.spec.in                    |    2 -
 rhel/openvswitch.spec.in                           |    2 -
 tests/.gitignore                                   |    2 +
 tests/automake.mk                                  |    7 +
 .../test-controller.8.in                           |   45 ++--
 .../ovs-controller.c => tests/test-controller.c    |    0
 utilities/.gitignore                               |    2 -
 utilities/automake.mk                              |    7 -
 utilities/bugtool/ovs-bugtool.in                   |    3 +-
 utilities/ovs-ofctl.8.in                           |    1 -
 utilities/ovs-pki.8.in                             |    4 -
 utilities/ovs-vsctl.8.in                           |    6 +-
 vswitchd/ovs-vswitchd.8.in                         |    2 -
 vtep/vtep-ctl.8.in                                 |    2 -
 xenserver/openvswitch-xen.spec.in                  |    2 -
 36 files changed, 74 insertions(+), 532 deletions(-)
 delete mode 100644 debian/openvswitch-controller.README.Debian
 delete mode 100644 debian/openvswitch-controller.default
 delete mode 100644 debian/openvswitch-controller.dirs
 delete mode 100755 debian/openvswitch-controller.init
 delete mode 100644 debian/openvswitch-controller.install
 delete mode 100644 debian/openvswitch-controller.manpages
 delete mode 100755 debian/openvswitch-controller.postinst
 delete mode 100755 debian/openvswitch-controller.postrm
 rename utilities/ovs-controller.8.in => tests/test-controller.8.in (77%)
 rename utilities/ovs-controller.c => tests/test-controller.c (100%)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list