Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify .xm_ for sources #264

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/WorkingPractices/TestSuites/lfric_apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Local testing:

When specifying the lfric_core source the lfric_core revision **must** be updated in ``dependencies.sh``.

* If setting the source to an fcm URL, the mirror needs to be used and the revision can either be blank (for latest commit) or any valid revision for that branch.
* If setting the source to an fcm URL, the mirror (``.xm_``) needs to be used and the revision can either be blank (for latest commit) or any valid revision for that branch.
* If setting the source to a Working Copy, the hostname needs to be provided (as Hostname:Path) and the revision must be blank.

For more details, see :ref:`multi-repo_testing`.
Expand Down
2 changes: 1 addition & 1 deletion source/WorkingPractices/TestSuites/multi-repo_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ as simple as running the standalone test procedures for these codebases.

When specifying an alternative source in the ``dependencies.sh`` file the revision for the source **must** be updated.

* If setting the source as an fcm URL, the mirror needs to be used and the revision can either be blank (for latest commit) or any valid revision for that branch.
* If setting the source as an fcm URL, the mirror (``.xm_``) needs to be used and the revision can either be blank (for latest commit) or any valid revision for that branch.
* If setting the source as a Working Copy, the hostname needs to be provided (as Hostname:Path) and the revision must be blank.

Testing the UM with other repositories
Expand Down