diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2021-06-01 09:48:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 09:48:09 +0200 |
commit | 80e7e1a17cb6aaf10e289e671fc382a614018e6e (patch) | |
tree | c818b256cda0916a27f6ee9d4e078897e3201c99 /hacking/ticket_stubs | |
parent | collection: match skip message as per role install (#74861) (diff) | |
download | ansible-80e7e1a17cb6aaf10e289e671fc382a614018e6e.tar.xz ansible-80e7e1a17cb6aaf10e289e671fc382a614018e6e.zip |
Due to the takeover of freenode we're moving to a different irc network. (#74775)
* Due to the takeover of freenode we're moving to a different irc network.
* Our channels updated to point at the same channel name on libera.chat
* Some links went to webchat.freenode.net. At this time, libera.chat
doesn't point you to an official webchat client so I changed these to
https://libera.chat. (kiwi irc does work with libera.chat so that
could be another option).
* In general, I used the name irc.libera.net for link names and
https://libera.chat for link targets. This is because the irc service
is hosted on irc.libera.chat but the project web server is hosted on
libera.chat. (This appears to also be true for freenode but we were
using http://irc.freenode.net which doesn't seem to work. Oops).
* Removed http://irc.freenode.net from the linkcheck exceptions.
linkcheck was actually correct to flag that as invalid (should have
been http://frenode.net instead).
* Looks like hte important people in #yaml are now in libera.chat
* Link to where contributors should get help
Add a link target and then link to where contributors should get support
for developing groups of modules.
* Update docs/docsite/rst/dev_guide/developing_modules_in_groups.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: John R Barker <john@johnrbarker.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
Diffstat (limited to 'hacking/ticket_stubs')
-rw-r--r-- | hacking/ticket_stubs/bug_is_really_a_question.md | 2 | ||||
-rw-r--r-- | hacking/ticket_stubs/collections.md | 2 | ||||
-rw-r--r-- | hacking/ticket_stubs/proposal.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hacking/ticket_stubs/bug_is_really_a_question.md b/hacking/ticket_stubs/bug_is_really_a_question.md index c3d9167130..fa5ead4f12 100644 --- a/hacking/ticket_stubs/bug_is_really_a_question.md +++ b/hacking/ticket_stubs/bug_is_really_a_question.md @@ -7,7 +7,7 @@ Thanks very much for your interest in Ansible. It sincerely means a lot to us. This appears to be a user question, and we'd like to direct these kinds of things to either the mailing list or the IRC channel. - * IRC: #ansible on irc.freenode.net + * IRC: #ansible on `irc.libera.chat <https://libera.chat/>`_ * mailing list: https://groups.google.com/forum/#!forum/ansible-project If you can stop by there, we'd appreciate it. This allows us to keep the issue tracker for bugs, pull requests, RFEs and the like. diff --git a/hacking/ticket_stubs/collections.md b/hacking/ticket_stubs/collections.md index 1fc2c02c45..64b8a24cfc 100644 --- a/hacking/ticket_stubs/collections.md +++ b/hacking/ticket_stubs/collections.md @@ -10,5 +10,5 @@ Thank you once again for this and your interest in Ansible! If you have further questions please stop by IRC or the mailing list: - * IRC: #ansible on irc.freenode.net + * IRC: #ansible on `irc.libera.chat <https://libera.chat/>`_ * mailing list: https://groups.google.com/forum/#!forum/ansible-project diff --git a/hacking/ticket_stubs/proposal.md b/hacking/ticket_stubs/proposal.md index 9f4f8da638..ac116cde29 100644 --- a/hacking/ticket_stubs/proposal.md +++ b/hacking/ticket_stubs/proposal.md @@ -9,7 +9,7 @@ https://github.com/ansible/proposals/blob/master/proposals_process_proposal.md If you have any further questions, please let us know by stopping by our devel mailing list, or our devel IRC channel: - * #ansible-devel on Freenode + * #ansible-devel on `irc.libera.chat <https://libera.chat/>`_ * https://groups.google.com/forum/#!forum/ansible-devel Thank you! |