Skip to content

Commit

Permalink
Added setenv CRDS_READONLY_CACHE 0 to all the standard server configu…
Browse files Browse the repository at this point in the history
…rations for end users

so it's set correctly after switching back from e.g. hst-crds-readonly.csh


git-svn-id: https://aeon.stsci.edu/ssb/svn/crds/branches/simplify_bestrefs@1907 0d8f46c8-9b30-49d0-b470-0f6283dc92e8
  • Loading branch information
[email protected] committed Oct 13, 2014
1 parent 74b61fb commit 8416188
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions envs/hst-crds-dev.csh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# setenv CRDS_SERVER_URL http://crds-non-networked.foo.bar
setenv CRDS_SERVER_URL https://hst-crds-dev.stsci.edu # development
setenv CRDS_PATH ${HOME}/crds_cache_dev
setenv CRDS_READONLY_CACHE 0

# --------------------------------------------------------------------------------------------------------------------
# To override server recommendations for the operational pipeline context (.pmap)
Expand Down
1 change: 1 addition & 0 deletions envs/hst-crds-ops.csh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# setenv CRDS_SERVER_URL http://crds-non-networked.foo.bar
setenv CRDS_SERVER_URL https://hst-crds.stsci.edu
setenv CRDS_PATH ${HOME}/crds_cache_ops
setenv CRDS_READONLY_CACHE 0

# --------------------------------------------------------------------------------------------------------------------
# To override server recommendations for the operational pipeline context (.pmap)
Expand Down
1 change: 1 addition & 0 deletions envs/hst-crds-test.csh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# setenv CRDS_SERVER_URL http://crds-non-networked.foo.bar
setenv CRDS_SERVER_URL https://hst-crds-test.stsci.edu
setenv CRDS_PATH ${HOME}/crds_cache_test
setenv CRDS_READONLY_CACHE 0

# --------------------------------------------------------------------------------------------------------------------
# To override server recommendations for the operational pipeline context (.pmap)
Expand Down
1 change: 1 addition & 0 deletions envs/jwst-crds-dev.csh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# setenv CRDS_SERVER_URL http://crds-non-networked.foo.bar
setenv CRDS_SERVER_URL https://jwst-crds-dev.stsci.edu # development
setenv CRDS_PATH ${HOME}/crds_cache_dev
setenv CRDS_READONLY_CACHE 0

# --------------------------------------------------------------------------------------------------------------------
# To override server recommendations for the operational pipeline context (.pmap)
Expand Down
1 change: 1 addition & 0 deletions envs/jwst-crds-ops.csh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# setenv CRDS_SERVER_URL http://crds-non-networked.foo.bar
setenv CRDS_SERVER_URL https://jwst-crds.stsci.edu
setenv CRDS_PATH ${HOME}/crds_cache_ops
setenv CRDS_READONLY_CACHE 0

# --------------------------------------------------------------------------------------------------------------------
# To override server recommendations for the operational pipeline context (.pmap)
Expand Down
1 change: 1 addition & 0 deletions envs/jwst-crds-test.csh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# setenv CRDS_SERVER_URL http://crds-non-networked.foo.bar
setenv CRDS_SERVER_URL https://jwst-crds-test.stsci.edu
setenv CRDS_PATH ${HOME}/crds_cache_test
setenv CRDS_READONLY_CACHE 0

# --------------------------------------------------------------------------------------------------------------------
# To override server recommendations for the operational pipeline context (.pmap)
Expand Down

0 comments on commit 8416188

Please sign in to comment.