forked from spacetelescope/crds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added CRDS_READONLY_CACHE to the readonly envs.
git-svn-id: https://aeon.stsci.edu/ssb/svn/crds/trunk@1637 0d8f46c8-9b30-49d0-b470-0f6283dc92e8
- Loading branch information
1 parent
e201f52
commit 19c6666
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters