diff mbox series

[ovs-dev,v2,2/5] Documentation: Update to refer to main repository.

Message ID 20240301-dei-t1-v2-2-10ee89c17b89@ovn.org
State Accepted
Delegated to: Simon Horman
Headers show
Series DEI: Address some instances of master and slave | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Simon Horman March 1, 2024, 2:50 p.m. UTC
Recently OVS adopted a policy of using the inclusive naming word list v1
[1, 2].

This patch addresses the use of the term master repository by
using the term main repository instead.

This is as distinct from addressing the use of a master branch,
which remains as a follow-up task.

[1] df5e5cf ("Documentation: Add section on inclusive language.")
[2] https://inclusivenaming.org/word-lists/

Signed-off-by: Simon Horman <horms@ovn.org>
---
 Documentation/internals/committer-grant-revocation.rst | 2 +-
 Documentation/intro/install/dpdk.rst                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Eelco Chaudron March 1, 2024, 4:40 p.m. UTC | #1
On 1 Mar 2024, at 15:50, Simon Horman wrote:

> Recently OVS adopted a policy of using the inclusive naming word list v1
> [1, 2].
>
> This patch addresses the use of the term master repository by
> using the term main repository instead.
>
> This is as distinct from addressing the use of a master branch,
> which remains as a follow-up task.
>
> [1] df5e5cf ("Documentation: Add section on inclusive language.")
> [2] https://inclusivenaming.org/word-lists/
>
> Signed-off-by: Simon Horman <horms@ovn.org>


Thanks for fixing these. The changes look good to me.

Acked-by: Eelco Chaudron <echaudro@redhat.com>

//Eelco
diff mbox series

Patch

diff --git a/Documentation/internals/committer-grant-revocation.rst b/Documentation/internals/committer-grant-revocation.rst
index c011df4aec0a..7231762d8f19 100644
--- a/Documentation/internals/committer-grant-revocation.rst
+++ b/Documentation/internals/committer-grant-revocation.rst
@@ -26,7 +26,7 @@  OVS Committer Grant/Revocation Policy
 =====================================
 
 An OVS committer is a participant in the project with the ability to commit
-code directly to the master repository. Commit access grants a broad ability to
+code directly to the main repository. Commit access grants a broad ability to
 affect the progress of the project as presented by its most important artifact,
 the code and related resources that produce working binaries of Open vSwitch.
 As such it represents a significant level of trust in an individual's
diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index 65156966e088..c92e598d7ae8 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -33,7 +33,7 @@  userspace.
 
     The :doc:`releases FAQ </faq/releases>` lists support for the required
     versions of DPDK for each version of Open vSwitch. If building OVS and
-    DPDK outside of the master build tree users should consult this list
+    DPDK outside of the main build tree users should consult this list
     first.
 
 Build requirements