-
Notifications
You must be signed in to change notification settings - Fork 10
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
allow mirror url to be set in project.json file #32
Comments
that does seem like a good option, but I am using the same mirror across configs, |
We really need to move to environments. They solve a lot of these problems. |
We could apply the same logic as for "config.yaml": copy the top level one, and if present override with the one in the spack_config/<arch> dir. |
@white238 agreed. PR ready, and demo in Umpire OK ;) |
in that we can cascade them (nest scopes depending on platform)? |
Sorry, not sure what you are asking. |
My question was for @white238, so to how env's help. @adrienbernede can you point me to the umpire stuff? Already down a rabbit hole for a spack update, I am planning on doing an uberenv update as well. |
Umpire with "Environment based version of Uberenv": |
Just that we keep running into problems that environments solve. I thought you could add mirrors to environment files but i can't seem to find it in their documentation. |
@white238 You just can. |
Syntax is just like if you included the mirrors.yaml file (the same way as for packages.yaml etc.) |
it makes life easier to have an option to store it here, vs always pass on the command line
The text was updated successfully, but these errors were encountered: