mbox series

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

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

Message

Dumitru Ceara March 21, 2024, 11:15 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 v3:
- properly formatted series

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%)

Comments

Mark Michelson March 22, 2024, 6:33 p.m. UTC | #1
I had a look through all the patches. For the entire series:

Acked-by: Mark Michelson <mmichels@redhat.com>

I also have a question on patch 6 if you don't mind having a look there.

On 3/21/24 19:15, 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 v3:
> - properly formatted series
> 
> 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 28, 2024, 2:02 p.m. UTC | #2
On 3/22/24 19:33, Mark Michelson wrote:
> I had a look through all the patches. For the entire series:
> 
> Acked-by: Mark Michelson <mmichels@redhat.com>
> 

Thanks, applied to main.

Regards,
Dumitru