spack/lib/spack
Satish Balay 12c23f2724
Revert "url_exists related improvements (#34095)" (#34144)
This reverts commit d06fd26c9a.

The problem is that Bitbucket's API forwards download requests to an S3 bucket using a temporary URL. This URL includes a signature for the request, which embeds the HTTP verb. That means only GET requests are allowed, and HEAD requests would fail verification, leading to 403 erros. The same is observed when using `curl -LI ...`
2022-11-26 17:56:36 +00:00
..
docs docs: update info on XCode requirements (#34097) 2022-11-24 00:20:09 +01:00
env Control Werror by converting to Wno-error (#30882) 2022-11-23 12:29:17 -08:00
external Stop using six in Spack (#33905) 2022-11-15 10:07:54 +01:00
llnl Track locks by (dev, ino); close file handlers between tests (#34122) 2022-11-25 10:57:33 +01:00
spack Revert "url_exists related improvements (#34095)" (#34144) 2022-11-26 17:56:36 +00:00
spack_installable Remove support for running with Python 2.7 (#33063) 2022-11-14 13:11:28 +01:00