[llvm] 7c04da1 - [llvm][docs] Add terminology note to Buildbot docs (#115856)

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 04:45:47 PST 2024


Author: David Spickett
Date: 2024-11-12T12:45:43Z
New Revision: 7c04da12f0b45c88f3cc56d3803b484d54781e24

URL: https://github.com/llvm/llvm-project/commit/7c04da12f0b45c88f3cc56d3803b484d54781e24
DIFF: https://github.com/llvm/llvm-project/commit/7c04da12f0b45c88f3cc56d3803b484d54781e24.diff

LOG: [llvm][docs] Add terminology note to Buildbot docs (#115856)

Choosing another term for this one document would only create confusion,
and vendoring Buildbot to change it is a lot of work (as explained in
the linked Buildbot issue).

Added: 
    

Modified: 
    llvm/docs/HowToAddABuilder.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index f07640f6627cf1..d5a1e7c409b564 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -8,6 +8,12 @@ Introduction
 This document contains information about adding a build configuration and
 buildbot-worker to private worker builder to LLVM Buildbot Infrastructure.
 
+.. note:: The term "buildmaster" is used in this document to refer to the
+  server that manages which builds are run and where. Though we would not
+  normally choose to use "master" terminology, it is used in this document
+  because it is the term that the Buildbot package currently
+  `uses <https://github.com/buildbot/buildbot/issues/5382>`_.
+
 Buildmasters
 ============
 


        


More information about the llvm-commits mailing list