[llvm] 3da2397 - Update the docs about IRC

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 05:42:37 PDT 2022


Author: Aaron Ballman
Date: 2022-09-02T08:41:49-04:00
New Revision: 3da23970ed750bb7d42b94af26728cba96162207

URL: https://github.com/llvm/llvm-project/commit/3da23970ed750bb7d42b94af26728cba96162207
DIFF: https://github.com/llvm/llvm-project/commit/3da23970ed750bb7d42b94af26728cba96162207.diff

LOG: 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

Added: 
    

Modified: 
    llvm/docs/GettingInvolved.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index accc295a3e11d..045aa42729763 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>`_


        


More information about the llvm-commits mailing list