diff mbox series

[ovs-dev,v2] treewide: Rename references from OvS master to main.

Message ID 20240410134553.1072549-1-amusil@redhat.com
State Accepted
Headers show
Series [ovs-dev,v2] treewide: Rename references from OvS master to main. | expand

Commit Message

Ales Musil April 10, 2024, 1:45 p.m. UTC
There was recent switch in OvS from master to main branch.
Use main in all the references across OVN code base.

Signed-off-by: Ales Musil <amusil@redhat.com>
---
v2: Add the missing two references.
---
 .github/workflows/ovn-fake-multinode-tests.yml | 4 ++--
 Documentation/tutorials/ovn-sandbox.rst        | 2 +-
 README.rst                                     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

Simon Horman April 10, 2024, 3:24 p.m. UTC | #1
On Wed, Apr 10, 2024 at 03:45:53PM +0200, Ales Musil wrote:
> There was recent switch in OvS from master to main branch.
> Use main in all the references across OVN code base.
> 
> Signed-off-by: Ales Musil <amusil@redhat.com>
> ---
> v2: Add the missing two references.

Acked-by: Simon Horman <horms@ovn.org>
Dumitru Ceara April 10, 2024, 3:27 p.m. UTC | #2
On 4/10/24 17:24, Simon Horman wrote:
> On Wed, Apr 10, 2024 at 03:45:53PM +0200, Ales Musil wrote:
>> There was recent switch in OvS from master to main branch.
>> Use main in all the references across OVN code base.
>>
>> Signed-off-by: Ales Musil <amusil@redhat.com>
>> ---
>> v2: Add the missing two references.
> 
> Acked-by: Simon Horman <horms@ovn.org>
> 

Thanks, Ales and Simon!  Applied to main.

Regards,
Dumitru
diff mbox series

Patch

diff --git a/.github/workflows/ovn-fake-multinode-tests.yml b/.github/workflows/ovn-fake-multinode-tests.yml
index 79b6c4253..ed4d6c4ef 100644
--- a/.github/workflows/ovn-fake-multinode-tests.yml
+++ b/.github/workflows/ovn-fake-multinode-tests.yml
@@ -35,12 +35,12 @@  jobs:
     # Check out ovn and ovs separately inside ovn-fake-multinode/ovn and ovn-fake-multinode/ovs
     # ovn-fake-multinode builds and installs ovs from ovn-fake-multinode/ovs
     # and it builds and installs ovn from ovn-fake-multinode/ovn. It uses the ovs submodule for ovn compilation.
-    - name: Check out ovs master
+    - name: Check out ovs main
       uses: actions/checkout@v4
       with:
         path: 'ovn-fake-multinode/ovs'
         repository: 'openvswitch/ovs'
-        ref: 'master'
+        ref: 'main'
 
     - name: Check out ovn ${{ matrix.cfg.branch }}
       uses: actions/checkout@v4
diff --git a/Documentation/tutorials/ovn-sandbox.rst b/Documentation/tutorials/ovn-sandbox.rst
index 4e40a96eb..4acc22cdd 100644
--- a/Documentation/tutorials/ovn-sandbox.rst
+++ b/Documentation/tutorials/ovn-sandbox.rst
@@ -174,5 +174,5 @@  man page for more detail.
 .. _ovn-nbctl(8): http://www.ovn.org/support/dist-docs/ovn-nbctl.8.html
 .. _ovn-sbctl(8): http://www.ovn.org/support/dist-docs/ovn-sbctl.8.html
 .. _ovn-trace(8): http://www.ovn.org/support/dist-docs/ovn-trace.8.html
-.. _ovs-advanced: https://github.com/openvswitch/ovs/blob/master/Documentation/tutorials/ovs-advanced.rst
+.. _ovs-advanced: https://github.com/openvswitch/ovs/blob/main/Documentation/tutorials/ovs-advanced.rst
 
diff --git a/README.rst b/README.rst
index 428cd8ee8..97e443b1f 100644
--- a/README.rst
+++ b/README.rst
@@ -75,7 +75,7 @@  For answers to common questions, refer to the `FAQ <Documentation/faq>`__.
 To learn about some advanced features of the Open vSwitch software switch, read
 the tutorial_.
 
-.. _tutorial: https://github.com/openvswitch/ovs/blob/master/Documentation/tutorials/ovs-advanced.rst
+.. _tutorial: https://github.com/openvswitch/ovs/blob/main/Documentation/tutorials/ovs-advanced.rst
 
 Each OVN program is accompanied by a manpage.  Many of the manpages are customized
 to your configuration as part of the build process, so we recommend building OVN