-
- Downloads
Add dynamic search option for package sources (#2270)
Package provides a 'list_url' attribute which may be searched to find download links. #1822 created a slowdown for all tests by always searching this URL. This reenables dynamic search only in cases where all other fetchers fail. This also only enables dynamic search when 'mirror_only' is set to false.
Showing
- lib/spack/spack/fetch_strategy.py 4 additions, 1 deletionlib/spack/spack/fetch_strategy.py
- lib/spack/spack/package.py 7 additions, 1 deletionlib/spack/spack/package.py
- lib/spack/spack/stage.py 13 additions, 6 deletionslib/spack/spack/stage.py
- lib/spack/spack/test/stage.py 46 additions, 0 deletionslib/spack/spack/test/stage.py
Loading
Please register or sign in to comment