Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Developer Infrastructure
-
Labels:None
-
Story Points:0.75
-
Epic Link:
-
Team:SQuaRE
Description
Fabio Hernandez raised the issue on slack that some of recent changes to newinstall.sh install paths have complicated automated builds.
In particular, <eups_path>/site/startup.py has changed to incorporate the python env as a path component, which is difficult to predict. Also, the ./eups/current symlink is absolute instead of relative.
I have change sets to convert the EUPS_DIR symlink to be relative, add a EUPS_PATH current symlink, and add a miniconda install path current symlink. Travis CI is running very slow again today, I'm waiting on a small bugfix PR to pass / be merged before opening feature PRs.
# find . -name current -ls