Skip to content

Commit

Permalink
clarify .xm_ for sources (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-bruten-mo authored Oct 16, 2024
1 parent 465af47 commit cd108e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit cd108e6

Please sign in to comment.