diff options
author | Michael Kuhn <michael.kuhn@informatik.uni-hamburg.de> | 2020-03-13 19:41:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 11:41:19 -0700 |
commit | 14441e00dc1c04df40d361ca46fd63c7446ac2ae (patch) | |
tree | 93f92d66c847239c791eeb21807de45a12876b24 /bin/spack-python | |
parent | 7b00712fff44a6ef0c09ab09025f2b4efaac5e65 (diff) | |
download | spack-14441e00dc1c04df40d361ca46fd63c7446ac2ae.tar.gz spack-14441e00dc1c04df40d361ca46fd63c7446ac2ae.tar.bz2 spack-14441e00dc1c04df40d361ca46fd63c7446ac2ae.tar.xz spack-14441e00dc1c04df40d361ca46fd63c7446ac2ae.zip |
package: Add fetch_options variable (#15317)
PR #15212 added a new connect_timeout option that can be overridden
using fetch_options but had to specified per-version. This adds a new
per-package variable that can be used to override fetch_options for
all versions in the package. This includes connect_timeout as well
as 'cookie' (e.g. for the jdk package).
Packages can combine package-level fetch_options with per-version
fetch_options, in which case the version fetch_options completely
override the package-level fetch_options.
This commit includes tests for the added behavior.
Diffstat (limited to 'bin/spack-python')
0 files changed, 0 insertions, 0 deletions