Skip to content

Commit

Permalink
Update deprecation notice to name the CRDS_PATH variable appropriately (
Browse files Browse the repository at this point in the history
#7392)

Changes
* Update deprecation notice to name the CRDS_PATH variable appropriately
* Update CHANGES.rst

(cherry picked from commit 62927ea)
  • Loading branch information
stscieisenhamer authored and zacharyburnett committed Dec 12, 2022
1 parent 19e5db3 commit f58d123
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.8.5 (2022-12-12)
==================

documentation
-------------

- Update deprecation notice to name the CRDS_PATH variable appropriately. [#7392]

1.8.4 (2022-11-15)
==================

Expand Down
4 changes: 2 additions & 2 deletions docs/jwst/pub_deprecation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ home folder, using Linux, the command is:

$ mkdir $HOME/crds_cache

Then set CRDS_CACHE to point to this new, empty folder:
Then set CRDS_PATH to point to this new, empty folder:

::

$ export CRDS_CACHE=$HOME/crds_cache
$ export CRDS_PATH=$HOME/crds_cache

The important point is that whatever folder is to be used to hold the CRDS cache
should initially be empty; no other content should be present in the folder.
Expand Down

0 comments on commit f58d123

Please sign in to comment.