[PATCH] D94886: Update name to workers.py file in documentation
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 17 11:59:05 PST 2021
dyung created this revision.
dyung added a reviewer: gkistanova.
dyung added a project: LLVM.
dyung requested review of this revision.
Commit be9f322e8dc530a56f03356aad31fa9031b27e26 <https://reviews.llvm.org/rZORGbe9f322e8dc530a56f03356aad31fa9031b27e26> moved the list of workers from slaves.py to workers.py, but the documetation in "How To Add A Builder" was never updated and now references a non-existing file. This fixes that.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94886
Files:
llvm/docs/HowToAddABuilder.rst
Index: llvm/docs/HowToAddABuilder.rst
===================================================================
--- llvm/docs/HowToAddABuilder.rst
+++ llvm/docs/HowToAddABuilder.rst
@@ -86,7 +86,7 @@
`zorg <https://github.com/llvm/llvm-zorg>`_. Use the typical LLVM
`workflow <https://llvm.org/docs/Contributing.html#how-to-submit-a-patch>`_.
- * workers are added to ``buildbot/osuosl/master/config/slaves.py``
+ * workers are added to ``buildbot/osuosl/master/config/workers.py``
* builders are added to ``buildbot/osuosl/master/config/builders.py``
Please make sure your builder name and its builddir are unique through the
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94886.317242.patch
Type: text/x-patch
Size: 646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210117/50417aa2/attachment.bin>
More information about the llvm-commits
mailing list