[PATCH] D133155: Update the docs about IRC

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 1 14:16:14 PDT 2022


aaron.ballman created this revision.
aaron.ballman added reviewers: jdoerfert, tonic, asl.
Herald added a project: All.
aaron.ballman requested review of this revision.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133155

Files:
  llvm/docs/GettingInvolved.rst


Index: llvm/docs/GettingInvolved.rst
===================================================================
--- llvm/docs/GettingInvolved.rst
+++ llvm/docs/GettingInvolved.rst
@@ -341,19 +341,16 @@
 ---
 
 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>`_


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133155.457399.patch
Type: text/x-patch
Size: 1404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220901/9e1a4b8a/attachment.bin>


More information about the cfe-commits mailing list