Skip to content

Commit

Permalink
Update docs/management/release.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire authored Nov 22, 2023
1 parent 5de1da0 commit f058865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/management/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ not include an update to the catalog on Gadi, skip the first two steps below:
$ cd bin
$ qsub -v version=${RELEASE} build_all.sh
.. note::
If the `schema <https://github.com/ACCESS-NRI/schema>`_ has changed, or you have not used the intake catalog recently, this step may fail with a *Network is unreachable* error trying to download the schema json files. To download and cache the schema, first import the `access_nri_intake.source` and `access_nri_intake.catalog` sub-packages from a Gadi node with network access (e.g. a login or ARE node). I.e., using the release version of `access_nri_intake`
If the `schema <https://github.com/ACCESS-NRI/schema>`_ has changed, or you have not used the intake catalog recently, this step may fail with a *Network is unreachable* error trying to download the schema json files. To download and cache the schema, first import the :code:`access_nri_intake.source` and :code:`access_nri_intake.catalog` sub-packages from a Gadi node with network access (e.g. a login or ARE node). I.e., using the release version of :code:`access_nri_intake`
::
$ python3 -c "from access_nri_intake import source, catalog"
Expand Down

0 comments on commit f058865

Please sign in to comment.