Skip to content

Commit

Permalink
Update path to update_all.py cos I deleted it.... (#207)
Browse files Browse the repository at this point in the history
Paths updated to reflect location of the script in the working copy.
  • Loading branch information
r-sharp committed Sep 13, 2024
1 parent be439eb commit 8f0b64f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/Reviewers/howtocommit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ then you will need to upgrade the test-suite.

.. code-block:: RST
~frum/bin/update_all.py --path=/path/to/working/copy/of/trunk --um=vnXX.Y_tZZZZ [--jules-path=/path/to/working/copy/of/jules/trunk]
./admin/rose-stem/update_all.py --path=/path/to/working/copy/of/trunk --um=vnXX.Y_tZZZZ [--jules-path=/path/to/working/copy/of/jules/trunk]
where `-\-um=vnXX.Y_tZZZZ` is the `AFTER_TAG` of the latest
upgrade macro.
Expand Down
12 changes: 6 additions & 6 deletions source/WorkingPractices/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ commands, noting that ``--jules-path`` is only required if you have
**jules-shared** metadata changes. Please see the shared metadata
:ref:`guidance<shared-namelists>`.

+-------+------------------------------------------------------------------------------------------------------------------------------------------------+
| UM | ``$UMDIR/bin/update_all.py --path=/path/to/working/copy/of/test/branch --um=vnX.X_tXXXX [--jules-path=/path/to/jules/working/copy/of/branch]`` |
+-------+------------------------------------------------------------------------------------------------------------------------------------------------+
| JULES | ``./bin/upgrade_jules_test_apps vnX.X_tXXXX`` |
+-------+------------------------------------------------------------------------------------------------------------------------------------------------+
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| UM | ``./admin/rose-stem/update_all.py --path=/path/to/working/copy/of/test/branch --um=vnX.X_tXXXX [--jules-path=/path/to/jules/working/copy/of/branch]`` |
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| JULES | ``./bin/upgrade_jules_test_apps vnX.X_tXXXX`` |
+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

..
| LFRic | *Macro capabilities are currently in development* |
Expand Down Expand Up @@ -136,4 +136,4 @@ included when passing a ticket for review.
python3 $UMDIR/SimSys_Scripts/suite_report.py -S <workflow path>
If this is a regular problem then get in touch with the :ref:`SSD team <ssd>` so we can
investigate. Thanks.
investigate. Thanks.

0 comments on commit 8f0b64f

Please sign in to comment.