diff options
author | Vanessasaurus <814322+vsoch@users.noreply.github.com> | 2021-10-12 09:29:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 17:29:22 +0200 |
commit | ce7eebfc1f523680c41b03eb2b4d5e7bebe29013 (patch) | |
tree | 164e881666552890777895fc538c884f7fabc9b2 /.codecov.yml | |
parent | f66ae104bfdc2546780bf7a3556538642d57a380 (diff) | |
download | spack-ce7eebfc1f523680c41b03eb2b4d5e7bebe29013.tar.gz spack-ce7eebfc1f523680c41b03eb2b4d5e7bebe29013.tar.bz2 spack-ce7eebfc1f523680c41b03eb2b4d5e7bebe29013.tar.xz spack-ce7eebfc1f523680c41b03eb2b4d5e7bebe29013.zip |
allowing spack monitor to handle redirect (#26666)
when deployed on kubernetes, the server sends back permanent redirect responses.
This is elegantly handled by the requests library, but not urllib that we have
to use here, so I have to manually handle it by parsing the exception to
get the Location header, and then retrying the request there.
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Diffstat (limited to '.codecov.yml')
0 files changed, 0 insertions, 0 deletions