Skip to content

Commit

Permalink
Remove mention of mailing list from Ansible's README, make sure to me…
Browse files Browse the repository at this point in the history
…ntion the forum instead.
  • Loading branch information
felixfontein committed Aug 22, 2024
1 parent 0310d6a commit 4f02418
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 28 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/613-mailing-list-removal.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
removed_features:
- "The ``announcements --send`` command no longer attempts to send mails to the mailing lists, which have been sunset
(https://github.com/ansible-community/antsibull/pull/613)."
minor_changes:
- "Remove the mention of mailing lists from the Ansible README (https://github.com/ansible-community/antsibull/pull/613)."
12 changes: 6 additions & 6 deletions src/antsibull/data/ansible-readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Ansible Project, 2020
|PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Mailing Lists| |License|
|PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Forum| |License|

*******
Ansible
Expand Down Expand Up @@ -71,15 +71,15 @@ Get Involved
============

* Read `Community Information <https://docs.ansible.com/ansible/latest/community>`_ for ways to contribute to
and interact with the project, including mailing list information and how
and interact with the project, including forum information and how
to submit bug reports and code to Ansible or Ansible collections.
* Join a `Working Group <https://github.com/ansible/community/wiki>`_, an organized community
devoted to a specific technology domain or platform.
* Talk to us before making larger changes
to avoid duplicate efforts. This not only helps everyone
know what is going on, but it also helps save time and effort if we decide
some changes are needed.
* For a list of email lists, Matrix and IRC channels, and Working Groups, see the
* For a reference to the Forum, a list of Matrix and IRC channels, and Working Groups, see the
`Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_

Coding Guidelines
Expand Down Expand Up @@ -135,9 +135,9 @@ for the full license text.
.. |Code Of Conduct| image:: https://img.shields.io/badge/code%20of%20conduct-Ansible-silver.svg
:target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
:alt: Ansible Code of Conduct
.. |Mailing Lists| image:: https://img.shields.io/badge/mailing%20lists-Ansible-orange.svg
:target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
:alt: Ansible mailing lists
.. |Forum| image:: https://img.shields.io/badge/forum-Ansible-orange.svg
:target: https://forum.ansible.com/
:alt: Ansible Forum
.. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg
:target: COPYING
:alt: Repository License
2 changes: 1 addition & 1 deletion src/antsibull/data/ansible-setup_py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ setup(
'Bug Tracker': 'https://github.com/ansible/ansible/issues',
'Code of Conduct': 'https://docs.ansible.com/ansible/latest/community/code_of_conduct.html',
'Documentation': 'https://docs.ansible.com/ansible/',
'Mailing lists': 'https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information',
'Forum': 'https://forum.ansible.com/',
'Source Code': 'https://github.com/ansible/ansible',
},
license='GPLv3+',
Expand Down
2 changes: 0 additions & 2 deletions src/antsibull/python_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ def _i_iter_lines(self) -> Iterator[str]:
"Code of Conduct": DOCSITE_COMMUNITY_URL + "/code_of_conduct.html",
"Documentation": DOCSITE_BASE_URL,
"Forum": ANSIBLE_FORUM_URL,
"Mailing lists": DOCSITE_COMMUNITY_URL
+ "/communication.html#mailing-list-information",
}
)

Expand Down
12 changes: 6 additions & 6 deletions tests/test_data/package-files/7.5.0/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Ansible Project, 2020
|PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Mailing Lists| |License|
|PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Forum| |License|

*******
Ansible
Expand Down Expand Up @@ -71,15 +71,15 @@ Get Involved
============

* Read `Community Information <https://docs.ansible.com/ansible/latest/community>`_ for ways to contribute to
and interact with the project, including mailing list information and how
and interact with the project, including forum information and how
to submit bug reports and code to Ansible or Ansible collections.
* Join a `Working Group <https://github.com/ansible/community/wiki>`_, an organized community
devoted to a specific technology domain or platform.
* Talk to us before making larger changes
to avoid duplicate efforts. This not only helps everyone
know what is going on, but it also helps save time and effort if we decide
some changes are needed.
* For a list of email lists, Matrix and IRC channels, and Working Groups, see the
* For a reference to the Forum, a list of Matrix and IRC channels, and Working Groups, see the
`Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_

Coding Guidelines
Expand Down Expand Up @@ -135,9 +135,9 @@ for the full license text.
.. |Code Of Conduct| image:: https://img.shields.io/badge/code%20of%20conduct-Ansible-silver.svg
:target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
:alt: Ansible Code of Conduct
.. |Mailing Lists| image:: https://img.shields.io/badge/mailing%20lists-Ansible-orange.svg
:target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
:alt: Ansible mailing lists
.. |Forum| image:: https://img.shields.io/badge/forum-Ansible-orange.svg
:target: https://forum.ansible.com/
:alt: Ansible Forum
.. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg
:target: COPYING
:alt: Repository License
12 changes: 6 additions & 6 deletions tests/test_data/package-files/8.1.0/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Ansible Project, 2020
|PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Mailing Lists| |License|
|PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Forum| |License|

*******
Ansible
Expand Down Expand Up @@ -71,15 +71,15 @@ Get Involved
============

* Read `Community Information <https://docs.ansible.com/ansible/latest/community>`_ for ways to contribute to
and interact with the project, including mailing list information and how
and interact with the project, including forum information and how
to submit bug reports and code to Ansible or Ansible collections.
* Join a `Working Group <https://github.com/ansible/community/wiki>`_, an organized community
devoted to a specific technology domain or platform.
* Talk to us before making larger changes
to avoid duplicate efforts. This not only helps everyone
know what is going on, but it also helps save time and effort if we decide
some changes are needed.
* For a list of email lists, Matrix and IRC channels, and Working Groups, see the
* For a reference to the Forum, a list of Matrix and IRC channels, and Working Groups, see the
`Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_

Coding Guidelines
Expand Down Expand Up @@ -135,9 +135,9 @@ for the full license text.
.. |Code Of Conduct| image:: https://img.shields.io/badge/code%20of%20conduct-Ansible-silver.svg
:target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
:alt: Ansible Code of Conduct
.. |Mailing Lists| image:: https://img.shields.io/badge/mailing%20lists-Ansible-orange.svg
:target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
:alt: Ansible mailing lists
.. |Forum| image:: https://img.shields.io/badge/forum-Ansible-orange.svg
:target: https://forum.ansible.com/
:alt: Ansible Forum
.. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg
:target: COPYING
:alt: Repository License
12 changes: 6 additions & 6 deletions tests/test_data/package-files/force_setup_cfg/8.1.0/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Ansible Project, 2020
|PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Mailing Lists| |License|
|PyPI version| |Docs badge| |Chat badge| |Code Of Conduct| |Forum| |License|

*******
Ansible
Expand Down Expand Up @@ -71,15 +71,15 @@ Get Involved
============

* Read `Community Information <https://docs.ansible.com/ansible/latest/community>`_ for ways to contribute to
and interact with the project, including mailing list information and how
and interact with the project, including forum information and how
to submit bug reports and code to Ansible or Ansible collections.
* Join a `Working Group <https://github.com/ansible/community/wiki>`_, an organized community
devoted to a specific technology domain or platform.
* Talk to us before making larger changes
to avoid duplicate efforts. This not only helps everyone
know what is going on, but it also helps save time and effort if we decide
some changes are needed.
* For a list of email lists, Matrix and IRC channels, and Working Groups, see the
* For a reference to the Forum, a list of Matrix and IRC channels, and Working Groups, see the
`Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_

Coding Guidelines
Expand Down Expand Up @@ -135,9 +135,9 @@ for the full license text.
.. |Code Of Conduct| image:: https://img.shields.io/badge/code%20of%20conduct-Ansible-silver.svg
:target: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
:alt: Ansible Code of Conduct
.. |Mailing Lists| image:: https://img.shields.io/badge/mailing%20lists-Ansible-orange.svg
:target: https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
:alt: Ansible mailing lists
.. |Forum| image:: https://img.shields.io/badge/forum-Ansible-orange.svg
:target: https://forum.ansible.com/
:alt: Ansible Forum
.. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg
:target: COPYING
:alt: Repository License
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ project_urls =
Code of Conduct = https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
Documentation = https://docs.ansible.com/ansible
Forum = https://forum.ansible.com
Mailing lists = https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information

[options]
zip_safe = False
Expand Down

0 comments on commit 4f02418

Please sign in to comment.