Skip to content

Commit

Permalink
Added CRDS_READONLY_CACHE to the readonly envs.
Browse files Browse the repository at this point in the history
git-svn-id: https://aeon.stsci.edu/ssb/svn/crds/trunk@1637 0d8f46c8-9b30-49d0-b470-0f6283dc92e8
  • Loading branch information
[email protected] committed Jul 7, 2014
1 parent e201f52 commit 19c6666
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crds/svn_version.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
__svn_version__ = '1630M'
__svn_version__ = ''

__full_svn_info__ = '''
Path: .
Working Copy Root Path: /Users/jmiller/work/workspace_crds/CRDS
URL: https://aeon.stsci.edu/ssb/svn/crds/trunk
Repository Root: https://aeon.stsci.edu/ssb/svn/crds
Repository UUID: 0d8f46c8-9b30-49d0-b470-0f6283dc92e8
Revision: 1630
Revision: 1636
Node Kind: directory
Schedule: normal
Last Changed Author: [email protected]
Last Changed Rev: 1630
Last Changed Date: 2014-07-05 09:50:59 -0400 (Sat, 05 Jul 2014)
Last Changed Rev: 1635
Last Changed Date: 2014-07-07 07:00:41 -0400 (Mon, 07 Jul 2014)
'''
4 changes: 4 additions & 0 deletions envs/crds-readonly.csh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Normally /grp/crds/cache is readonly anyway. In the case of CRDS server users,
# readonly is enforced in CRDS software, not OS permissions, because the server user
# has permissions to write to the cache.
setenv CRDS_SERVER_URL https://crds-serverless-mode.stsci.edu
setenv CRDS_PATH /grp/crds/cache
setenv CRDS_READONLY_CACHE 1

1 change: 1 addition & 0 deletions envs/hst-crds-readonly.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 /grp/crds/hst
setenv CRDS_READONLY_CACHE 1

# --------------------------------------------------------------------------------------------------------------------
# To override server recommendations for the operational pipeline context (.pmap)
Expand Down
1 change: 1 addition & 0 deletions envs/jwst-crds-readonly.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 # ops
setenv CRDS_PATH /grp/crds/jwst
setenv CRDS_READONLY_CACHE 1

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

0 comments on commit 19c6666

Please sign in to comment.