diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2022-09-02 08:41:49 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-09-02 08:41:49 -0400 |
commit | 3da23970ed750bb7d42b94af26728cba96162207 (patch) | |
tree | a2e898a94892aac1c43f9cdc14f1691192c774f0 | |
parent | 958abe864ab777302d1e7aee7b6c5ea4b0fe9be6 (diff) | |
download | llvm-3da23970ed750bb7d42b94af26728cba96162207.zip llvm-3da23970ed750bb7d42b94af26728cba96162207.tar.gz llvm-3da23970ed750bb7d42b94af26728cba96162207.tar.bz2 |
Update the docs about IRC
We haven't had a Geordi bot in years and we moved the build bot to
another channel. This updates the documentation to be more reflective
of reality, and it also identifies whether a channel is actively
moderated or not.
Differential Revision: https://reviews.llvm.org/D133155
-rw-r--r-- | llvm/docs/GettingInvolved.rst | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst index accc295..045aa42 100644 --- a/llvm/docs/GettingInvolved.rst +++ b/llvm/docs/GettingInvolved.rst @@ -341,19 +341,16 @@ IRC ---
Users and developers of the LLVM project (including subprojects such as Clang)
-can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_.
-
-This channel has several bots.
-
-* Buildbot reporters
-
- * llvmbb - Bot for the main LLVM buildbot master.
- http://lab.llvm.org/buildbot/#/console
-
-* robot - Bugzilla linker. %bug <number>
-
-* clang-bot - A `geordi <http://www.eelis.net/geordi/>`_ instance running
- near-trunk clang instead of gcc.
+can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_. The channel
+is actively moderated.
+
+The #llvm-build channel has a bot for
+`LLVM buildbot <http://lab.llvm.org/buildbot/#/console>`_ status changes. The
+bot will post a message with a link to a build bot and a blamelist when a build
+goes from passing to failing and again (without the blamelist) when the build
+goes from failing back to passing. It is a good channel for actively monitoring
+build statuses, but it is a noisy channel due to the automated messages. The
+channel is not actively moderated.
In addition to the traditional IRC there is a
`Discord <https://discord.com/channels/636084430946959380/636725486533345280>`_
|