Skip to content

Commit cd108e6

Browse files
clarify .xm_ for sources (#264)
1 parent 465af47 commit cd108e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/WorkingPractices/TestSuites/lfric_apps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Local testing:
2727

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

30-
* 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.
30+
* 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.
3131
* If setting the source to a Working Copy, the hostname needs to be provided (as Hostname:Path) and the revision must be blank.
3232

3333
For more details, see :ref:`multi-repo_testing`.

source/WorkingPractices/TestSuites/multi-repo_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ as simple as running the standalone test procedures for these codebases.
1717

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

20-
* 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.
20+
* 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.
2121
* If setting the source as a Working Copy, the hostname needs to be provided (as Hostname:Path) and the revision must be blank.
2222

2323
Testing the UM with other repositories

0 commit comments

Comments
 (0)