[llvm] [llvm][docs] Add terminology note to Buildbot docs (PR #115856)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 03:28:37 PST 2024
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/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).
>From 4bac3bc280655685872c1c7a78a6ca863e628490 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Tue, 12 Nov 2024 11:26:11 +0000
Subject: [PATCH] [llvm][docs] Add terminology note to Buildbot docs
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).
---
llvm/docs/HowToAddABuilder.rst | 6 ++++++
1 file changed, 6 insertions(+)
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