mbox series

[ovs-dev,v2,0/8] Various treewide fixes.

Message ID 20240321230734.694333-1-dceara@redhat.com
Headers show
Series Various treewide fixes. | expand

Message

Dumitru Ceara March 21, 2024, 11:03 p.m. UTC
Some of these have been missed when:
- splitting from OVS
- moving to using OVS as a submodule
- changing the default branch name to "main"

Changes in v2:
- added more fixes
- was less bold :)

Dumitru Ceara (8):
  Documentation: Fix reference to the default branch.
  ovn-sandbox: Rename script from ovs-sandbox to ovn-sandbox.
  rhel: Update docs.
  treewide: Remove some of the post OVS-OVN split leftovers.
  Documentation: Remove references to TravisCI.
  Update post OVS-OVN split TODO list.
  utilities/docker: Fix up container build.
  tests: Add multinode-testsuite to .gitinore.

 Documentation/automake.mk                     |   2 -
 Documentation/index.rst                       |   4 +-
 .../internals/contributing/coding-style.rst   |   6 -
 .../contributing/libopenvswitch-abi.rst       | 119 ------
 .../contributing/submitting-patches.rst       |   8 +-
 Documentation/internals/patchwork.rst         |   9 +-
 Documentation/intro/install/fedora.rst        |   7 +-
 Documentation/intro/install/general.rst       |   2 +-
 Documentation/intro/install/rhel.rst          | 237 ------------
 Documentation/topics/testing.rst              |  42 +-
 Documentation/tutorials/ovn-sandbox.rst       |  19 +-
 NEWS                                          |   1 +
 TODO_SPLIT.rst                                |  81 ----
 rhel/.gitignore                               |   7 -
 rhel/README.RHEL.rst                          | 359 ------------------
 rhel/automake.mk                              |   1 -
 tests/.gitignore                              |   1 +
 tutorial/automake.mk                          |   4 +-
 tutorial/{ovs-sandbox => ovn-sandbox}         |   0
 utilities/docker/Makefile                     |   4 +-
 utilities/docker/debian/Dockerfile            |   2 +-
 utilities/docker/debian/build.sh              |   2 +
 utilities/docker/install_ovn.sh               |  31 +-
 23 files changed, 45 insertions(+), 903 deletions(-)
 delete mode 100644 Documentation/internals/contributing/libopenvswitch-abi.rst
 delete mode 100644 Documentation/intro/install/rhel.rst
 delete mode 100644 rhel/README.RHEL.rst
 rename tutorial/{ovs-sandbox => ovn-sandbox} (100%)

Comments

Dumitru Ceara March 21, 2024, 11:03 p.m. UTC | #1
Some of these have been missed when:
- splitting from OVS
- moving to using OVS as a submodule
- changing the default branch name to "main"

Changes in v2:
- added more fixes
- was less bold :)

Dumitru Ceara (8):
  Documentation: Fix reference to the default branch.
  ovn-sandbox: Rename script from ovs-sandbox to ovn-sandbox.
  rhel: Update docs.
  treewide: Remove some of the post OVS-OVN split leftovers.
  Documentation: Remove references to TravisCI.
  utilities/docker: Fix up container build.
  tests: Add multinode-testsuite to .gitinore.
  Update post OVS-OVN split TODO list.

 Documentation/automake.mk                     |   2 -
 Documentation/howto/docker.rst                |   2 +-
 Documentation/index.rst                       |   5 +-
 .../internals/contributing/coding-style.rst   |   6 -
 .../internals/contributing/index.rst          |   1 -
 .../contributing/libopenvswitch-abi.rst       | 119 ------
 .../contributing/submitting-patches.rst       |   8 +-
 Documentation/internals/patchwork.rst         |   9 +-
 Documentation/intro/install/fedora.rst        |   7 +-
 Documentation/intro/install/general.rst       |   2 +-
 Documentation/intro/install/index.rst         |   1 -
 Documentation/intro/install/rhel.rst          | 237 ------------
 Documentation/topics/testing.rst              |  42 +-
 Documentation/tutorials/ovn-sandbox.rst       |  19 +-
 NEWS                                          |   1 +
 TODO_SPLIT.rst                                |  81 ----
 rhel/.gitignore                               |   7 -
 rhel/README.RHEL.rst                          | 359 ------------------
 rhel/automake.mk                              |   1 -
 tests/.gitignore                              |   1 +
 tutorial/automake.mk                          |   4 +-
 tutorial/{ovs-sandbox => ovn-sandbox}         |   0
 utilities/docker/Makefile                     |   4 +-
 utilities/docker/debian/Dockerfile            |   2 +-
 utilities/docker/debian/build.sh              |   2 +
 utilities/docker/install_ovn.sh               |  31 +-
 26 files changed, 46 insertions(+), 907 deletions(-)
 delete mode 100644 Documentation/internals/contributing/libopenvswitch-abi.rst
 delete mode 100644 Documentation/intro/install/rhel.rst
 delete mode 100644 rhel/README.RHEL.rst
 rename tutorial/{ovs-sandbox => ovn-sandbox} (100%)
Dumitru Ceara March 21, 2024, 11:10 p.m. UTC | #2
On 3/22/24 00:03, Dumitru Ceara wrote:
> Some of these have been missed when:
> - splitting from OVS
> - moving to using OVS as a submodule
> - changing the default branch name to "main"
> 
> Changes in v2:
> - added more fixes
> - was less bold :)
> 

Oops, sorry for the noise, I messed up this series.  Will post v3.