You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a variety of useful helper scripts such as restoreunstable, logging output, etc. Right now, we just manually copy these between the machines, which is error prone, and we don't have versioning.
Task is to decide where these should go in git. If generic enough (and I think most are?) I'm thinking a scripts directory in IMAGE-server repo. I'm open to the argument they should be in the test repo, but I think these will be of use to others working on their own IMAGE server.
Need approval from @jaydeepsingh25@JRegimbal on location of these scripts (IMAGE-test, IMAGE-server, or another suggestion?)
Ensure there are no API keys, etc. in any of the scripts. move any needed into .env files or however
Ensure there are no unicorn/pegasus specific things that need to be generalized
rework cron links, etc. to point to new location
The text was updated successfully, but these errors were encountered:
We have a variety of useful helper scripts such as restoreunstable, logging output, etc. Right now, we just manually copy these between the machines, which is error prone, and we don't have versioning.
Task is to decide where these should go in git. If generic enough (and I think most are?) I'm thinking a
scripts
directory in IMAGE-server repo. I'm open to the argument they should be in the test repo, but I think these will be of use to others working on their own IMAGE server.The text was updated successfully, but these errors were encountered: