mbox series

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

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

Message

Dumitru Ceara March 21, 2024, 4:09 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"

Dumitru Ceara (5):
  Documentation: Fix reference to the default branch.
  Remove TODO-SPLIT.rst.
  Documentation: Use links to OVN documentation when applicable.
  utilities/docker: Fix up container build.
  tests: Add multinode-testsuite to .gitinore.

 Documentation/intro/install/fedora.rst  |   2 +-
 Documentation/intro/install/general.rst |   2 +-
 Documentation/intro/install/rhel.rst    |   2 +-
 Makefile.am                             |   1 -
 README.rst                              |   3 +-
 TODO_SPLIT.rst                          | 116 ------------------------
 tests/.gitignore                        |   1 +
 utilities/docker/Makefile               |   4 +-
 utilities/docker/debian/Dockerfile      |   2 +-
 utilities/docker/debian/build.sh        |   2 +
 utilities/docker/install_ovn.sh         |  31 +++----
 11 files changed, 24 insertions(+), 142 deletions(-)
 delete mode 100644 TODO_SPLIT.rst