[llvm] ee33ee6 - [docs] Add link to zorg github project
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 13:41:32 PDT 2020
Author: Mircea Trofin
Date: 2020-05-13T13:41:16-07:00
New Revision: ee33ee68fe5d9990d5812ea4347e5741337b0881
URL: https://github.com/llvm/llvm-project/commit/ee33ee68fe5d9990d5812ea4347e5741337b0881
DIFF: https://github.com/llvm/llvm-project/commit/ee33ee68fe5d9990d5812ea4347e5741337b0881.diff
LOG: [docs] Add link to zorg github project
Reviewers: gkistanova
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79891
Added:
Modified:
llvm/docs/HowToAddABuilder.rst
Removed:
################################################################################
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index 30703c858e46..a93375b98ba2 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -81,7 +81,8 @@ Here are the steps you can follow to do so:
buildbot documentation for help. You may want to restart your computer
to see if it works.
-#. Send a patch which adds your build slave and your builder to zorg.
+#. Send a patch which adds your build slave and your builder to
+ `zorg <https://github.com/llvm/llvm-zorg>`_.
* slaves are added to ``buildbot/osuosl/master/config/slaves.py``
* builders are added to ``buildbot/osuosl/master/config/builders.py``
More information about the llvm-commits
mailing list