[ovs-git] [openvswitch/ovs] 4e5c87: travis: Obtain testsuite logs from the correct dir...

Ben Pfaff noreply at github.com
Fri Sep 20 21:02:47 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 4e5c87e9e73f6787827d37178bfd2672dae19f0d
      https://github.com/openvswitch/ovs/commit/4e5c87e9e73f6787827d37178bfd2672dae19f0d
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
    M .travis/linux-build.sh
    M .travis/osx-build.sh

  Log Message:
  -----------
  travis: Obtain testsuite logs from the correct directory.

These days Automake uses _build/sub for its distcheck builds, not
plain _build.  (I don't know whether that is a change from previous
versions.)

Acked-by: Numan Siddique <nusididq at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: c98f69070ab11a54fb7018e65905f769f3b1f676
      https://github.com/openvswitch/ovs/commit/c98f69070ab11a54fb7018e65905f769f3b1f676
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
    M .travis/linux-build.sh
    M .travis/osx-build.sh

  Log Message:
  -----------
  travis: Dump config.log if make fails.

This is sometimes useful for debugging.

Acked-by: Numan Siddique <nusididq at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 2a97891eb23b04ceb513ca7a860aafe91fe1555f
      https://github.com/openvswitch/ovs/commit/2a97891eb23b04ceb513ca7a860aafe91fe1555f
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
    M Documentation/automake.mk
    M m4/openvswitch.m4

  Log Message:
  -----------
  Documentation: Work with sphinx-build for Python 3 also.

There's nothing in OVS specific to Sphinx for Python 2, but the
compile-time check only looked for a binary named "sphinx-build", which is
typically provided only for Python 2.  With Python 3, the binary is
typically called "sphinx-build-3".  With this commit, either name is
accepted.

Acked-by: Numan Siddique <nusididq at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: ab4514890587d1d74e1d1c4d8e1c18926ca0642b
      https://github.com/openvswitch/ovs/commit/ab4514890587d1d74e1d1c4d8e1c18926ca0642b
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
    M .travis.yml
    M Documentation/intro/install/documentation.rst
    M Documentation/intro/install/rhel.rst
    M build-aux/dpdkstrip.py
    M rhel/openvswitch-fedora.spec.in
    M rhel/openvswitch.spec.in

  Log Message:
  -----------
  Recommend Sphinx from Python 3 in documentation and packaging.

Acked-by: Numan Siddique <nusididq at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 4dcdf55bc4b14f02d1409bf128714df00bf0f253
      https://github.com/openvswitch/ovs/commit/4dcdf55bc4b14f02d1409bf128714df00bf0f253
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

  Changed paths:
    M xenserver/opt_xensource_libexec_InterfaceReconfigureBridge.py
    M xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py

  Log Message:
  -----------
  xenserver: Make Python files parse in Python 3 also.

I don't actually have any idea whether XenServer has moved
forward to Python 3 these days, but these files are still
OK in Python 2.x as well.

The rest of the Python files in OVS seem to already be OK in
Python 3.

Acked-by: Numan Siddique <nusididq at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/f44733c527da...4dcdf55bc4b1


More information about the git mailing list