Skip to content

Commit fde153f

Browse files
committed
Update repository URL to https://github.com/envmodules/modules
1 parent ca8ef4c commit fde153f

File tree

19 files changed

+46
-43
lines changed

19 files changed

+46
-43
lines changed

.hunspell.en.dic

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,3 +1203,5 @@ B1000
12031203
A1000
12041204
nb
12051205
2d
1206+
envmodules
1207+
lightsteelblue

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Reporting issues
3838
If you find a security vulnerability, please refer to our `security policy`_
3939
for guidelines on how to report such issues responsibly.
4040

41-
.. _security policy: https://github.com/cea-hpc/modules/security
41+
.. _security policy: https://github.com/envmodules/modules/security
4242

4343
.. _submitting-patches:
4444

@@ -108,8 +108,8 @@ execute :file:`testsuite/modules.50-cmds/470-variant.exp` testfile, run::
108108
Run :command:`script/mt` with ``--help`` option to get usage details and
109109
syntax to select several testfiles.
110110

111-
.. _GitHub Actions: https://github.com/cea-hpc/modules/actions
112-
.. _Cirrus CI: https://cirrus-ci.com/github/cea-hpc/modules
111+
.. _GitHub Actions: https://github.com/envmodules/modules/actions
112+
.. _Cirrus CI: https://cirrus-ci.com/github/envmodules/modules
113113

114114
.. _running-test-coverage:
115115

INSTALL-win.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Installation instructions
4646
from the source tarball by the ``-win`` suffix in their name.
4747

4848
.. _SourceForge: https://sourceforge.net/projects/modules/files/Modules/
49-
.. _GitHub: https://github.com/cea-hpc/modules/releases
49+
.. _GitHub: https://github.com/envmodules/modules/releases
5050

5151
4. Unpack downloaded zip file then enter deflated directory and execute the
5252
``INSTALL.bat`` script file found in it. This script installs files by

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ under the name of ``modules`` or ``environment-modules``.
7979
If you want to install Modules from sources, tarballs from all Modules'
8080
releases can be retrieved from one of the following link:
8181

82-
* https://github.com/cea-hpc/modules/releases/
82+
* https://github.com/envmodules/modules/releases/
8383
* https://sourceforge.net/projects/modules/files/Modules/
8484

8585
For instance to download then unpack the last release of Modules:

MIGRATING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,7 +3076,7 @@ A stack trace is also returned when an unknown error occurs in
30763076
("eval" body line 1)
30773077
invoked from within
30783078
"eval $execcmdlist"
3079-
Please report this issue at :noparse:`https://github.com/cea-hpc/modules/issues`
3079+
Please report this issue at :noparse:`https://github.com/envmodules/modules/issues`
30803080
30813081
Automatic default and latest symbolic versions
30823082
----------------------------------------------
@@ -4461,4 +4461,4 @@ please read the :ref:`changes` document.
44614461
A significant number of issues reported for v3.2 have been closed on v4.
44624462
List of these closed issues can be found at:
44634463

4464-
https://github.com/cea-hpc/modules/milestone/1?closed=1
4464+
https://github.com/envmodules/modules/milestone/1?closed=1

NEWS.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Modules 5.6.0 (not yet released)
1818
* Doc: improve Links, Community sections in documentation index and README
1919
* Doc: improve Authors and Acknowledgments sections in README
2020
* Doc: add :ref:`create-new-release` guide
21+
* Update repository URL to https://github.com/envmodules/modules.
2122

22-
.. _Security policy: https://github.com/cea-hpc/modules/blob/main/SECURITY.md
23+
.. _Security policy: https://github.com/envmodules/modules/blob/main/SECURITY.md
2324

2425

2526
.. _5.5 release notes:
@@ -977,7 +978,7 @@ Modules 5.1.0 (2022-04-30)
977978
* Mention tagging evaluation of a module, when tag list of an already loaded
978979
module is updated.
979980

980-
.. _Code of conduct: https://github.com/cea-hpc/modules/blob/main/CODE_OF_CONDUCT.md
981+
.. _Code of conduct: https://github.com/envmodules/modules/blob/main/CODE_OF_CONDUCT.md
981982
.. _codespell: https://github.com/codespell-project/codespell
982983
.. _Aspell: http://aspell.net/
983984

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# <img src="https://raw.githubusercontent.com/cea-hpc/modules/main/doc/img/modules_red.svg" height="180" alt="Modules"/>
1+
# <img src="https://raw.githubusercontent.com/envmodules/modules/main/doc/img/modules_red.svg" height="180" alt="Modules"/>
22

3-
[![Linux Build Status](https://github.com/cea-hpc/modules/workflows/linux-tests/badge.svg)](https://github.com/cea-hpc/modules/actions?query=workflow:linux-tests)
4-
[![Windows Build Status](https://github.com/cea-hpc/modules/workflows/windows-tests/badge.svg)](https://github.com/cea-hpc/modules/actions?query=workflow:windows-tests)
5-
[![FreeBSD/OS X/Linux Build Status](https://api.cirrus-ci.com/github/cea-hpc/modules.svg)](https://cirrus-ci.com/github/cea-hpc/modules)
6-
[![Coverage Status](https://codecov.io/gh/cea-hpc/modules/branch/main/graph/badge.svg)](https://codecov.io/gh/cea-hpc/modules)
3+
[![Linux Build Status](https://github.com/envmodules/modules/workflows/linux-tests/badge.svg)](https://github.com/envmodules/modules/actions?query=workflow:linux-tests)
4+
[![Windows Build Status](https://github.com/envmodules/modules/workflows/windows-tests/badge.svg)](https://github.com/envmodules/modules/actions?query=workflow:windows-tests)
5+
[![FreeBSD/OS X/Linux Build Status](https://api.cirrus-ci.com/github/envmodules/modules.svg)](https://cirrus-ci.com/github/envmodules/modules)
6+
[![Coverage Status](https://codecov.io/gh/envmodules/modules/branch/main/graph/badge.svg)](https://codecov.io/gh/envmodules/modules)
77
[![Documentation Status](https://readthedocs.org/projects/modules/badge/?version=latest)](https://modules.readthedocs.io/en/latest/?badge=latest)
88
[![Packaging status](https://repology.org/badge/tiny-repos/environment-modules.svg)](https://repology.org/metapackage/environment-modules/versions)
99
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/EnvModules.svg?style=social&label=Follow)](https://twitter.com/EnvModules)
@@ -133,8 +133,8 @@ Links
133133

134134
* Web site: http://modules.sourceforge.net
135135
* Online documentation: https://modules.readthedocs.io
136-
* GitHub source repository: https://github.com/cea-hpc/modules
137-
* GitHub Issue tracking system: https://github.com/cea-hpc/modules/issues
136+
* GitHub source repository: https://github.com/envmodules/modules
137+
* GitHub Issue tracking system: https://github.com/envmodules/modules/issues
138138
* SourceForge project page: http://sourceforge.net/projects/modules/
139139

140140

@@ -198,5 +198,5 @@ be what it is without their contributions:
198198
[8]: https://mast.hpc.social/@EnvModules
199199
[9]: https://bsky.app/profile/envmodules.bsky.social
200200
[10]: CODE_OF_CONDUCT.md
201-
[11]: https://github.com/cea-hpc/modules/graphs/contributors
201+
[11]: https://github.com/envmodules/modules/graphs/contributors
202202
[12]: https://www.cea.fr/english

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ available as patch (`x.y.1`, `x.y.2`, etc.) releases.
1919

2020
You can report a vulnerability using GitHub's private reporting feature:
2121

22-
1. Go to [github.com/cea-hpc/modules/security](https://github.com/cea-hpc/modules/security).
22+
1. Go to [github.com/envmodules/modules/security](https://github.com/envmodules/modules/security).
2323
2. Click "Report a vulnerability" in the upper right corner of that page.
2424
3. Fill out the form and submit your draft security advisory.
2525

doc/source/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Modules 4
1515

1616
This section provides the list of differences with Modules version 3.2. This version of Modules is also referred in this document as *compatibility version*. Modules 4 is based on what was previously called Modules-Tcl. Comparison takes as a basis version ``3.2.10`` of compatibility version against Modules version ``4.0``. Any change made past these versions will explicitly mention the release number starting from the difference appears or disappears.
1717

18-
.. note:: The numerous bugs or limitations spotted on Modules ``3.2`` across the years have been fixed in Modules ``4.0``. The list of reported issues that have been solved are available on `the project code forge <https://github.com/cea-hpc/modules/milestone/1?closed=1>`_.
18+
.. note:: The numerous bugs or limitations spotted on Modules ``3.2`` across the years have been fixed in Modules ``4.0``. The list of reported issues that have been solved are available on `the project code forge <https://github.com/envmodules/modules/milestone/1?closed=1>`_.
1919

2020
Removed or changed features
2121
^^^^^^^^^^^^^^^^^^^^^^^^^^^

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def get_version_release_from_git():
146146
html_context = {
147147
'conf_py_path': '/doc/source/',
148148
'display_github': True,
149-
'github_user': 'cea-hpc',
149+
'github_user': 'envmodules',
150150
'github_repo': 'modules',
151151
'github_version': 'main',
152152
}
@@ -263,7 +263,7 @@ def get_version_release_from_git():
263263
rst_epilog += '.. |bold modulefilesdir| replace:: **%s**\n' % modulefilesdir
264264
rst_epilog += '.. |file modulefilesdir| replace:: :file:`%s`\n' % modulefilesdir
265265
rst_epilog += '.. |code version| replace:: ``%s``\n' % version
266-
rst_epilog += '.. |gh_tgz_dl_url| replace:: https://github.com/cea-hpc/modules/releases/download/v%s/modules-%s.tar.gz\n' % (version, version)
266+
rst_epilog += '.. |gh_tgz_dl_url| replace:: https://github.com/envmodules/modules/releases/download/v%s/modules-%s.tar.gz\n' % (version, version)
267267

268268
# define roles used to color text in parsed-literal to render output like in terminal
269269
rst_epilog += """.. role:: noparse
@@ -352,7 +352,7 @@ def parse_opt_args_node(env, sig, signode):
352352
from docutils import nodes
353353
def ghcommit_role(name, rawtext, text, lineno, inliner, options={}, content=[]):
354354
commit_id = str(text)
355-
commit_url = 'https://github.com/cea-hpc/modules/commit/' + commit_id
355+
commit_url = 'https://github.com/envmodules/modules/commit/' + commit_id
356356
title = nodes.reference('', commit_id, refuri=commit_url)
357357
return [title], []
358358

0 commit comments

Comments
 (0)