Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: utils
-
Labels:
-
Story Points:0.5
-
Team:Architecture
-
Urgent?:No
Description
Current getEnvironmentPackages only returns locally set up packages.
Add a parameter that returns all setup versions (including the relevant tags).
Merlin Fisher-Levine I think this gives you what you need:
$ python -c 'import pprint; import lsst.utils.packages as P; pprint.pprint(P.getEnvironmentPackages(include_all=True))' | grep lsst_distrib
'lsst_distrib': 'g64fc59b30a+43385bd5fa (w_2022_10)',