-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove reference to SKA_DATA, SKA_SHARE, etc from Ska packages #11
Comments
I used a GitHub search of the SOT org for There are a whole bunch of task schedule config files and some cron jobs and random stuff, but all these run strictly in production. |
Searching like |
Maybe the proof in the pudding will be to pass |
I think the |
Though of the packages that are "fine" I think some are using |
I'm going to start an online argument with myself.
I'm thinking that one explicit rule is the best: to use Ska3 you need to set the SKA env. var to the location where Speaking of |
Replace with
os.path.join(SKA, 'data', ..)
etc. Also useSKA = os.environ.get('SKA', '/proj/sot/ska')
in general. The intent is to make it easier to have a standalone Ska environment without the production Ska infrastructure.The text was updated successfully, but these errors were encountered: