Details
-
Type:
Bug
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: buildbot
-
Labels:
-
Team:SQuaRE
Description
Buildbot sources /home/lsstsw/bin/setup.sh, which manually adds /home/lsstsw/anaconda/bin to PATH. IMO, that's confusing: we should be using EUPS any time we modify an environment variable, like PATH.
However, the real problem is that buildbot also tags whatever version of anaconda is current with the buildbot run's tag with the buildbot run's bXXX tag (I think; until I declared anaconda 2.1.0 today, there was only one declared version of anaconda, so I'm not sure if the current tag played a role). In any case, buildbot was certainly declaring an anaconda version other than the one it was using with the buildbot run's tag.
Mario/KT - would you like to recommend a way forward here?