Bug 1689040 - Don't silence curl errors in update-verify. r=releng-reviewers,mtabara...
commit7c320c08f34d3b677fb644cdacfe328784598cd9
authorJulien Cristau <jcristau@mozilla.com>
Fri, 29 Jan 2021 16:34:43 +0000 (29 16:34 +0000)
committerJulien Cristau <jcristau@mozilla.com>
Fri, 29 Jan 2021 16:34:43 +0000 (29 16:34 +0000)
tree3d1d0296b68287ffcd9df75abe9a6bd74dc12397
parent3d476753eb2342b2d33e63dd90c416bbcf4ee2aa
Bug 1689040 - Don't silence curl errors in update-verify. r=releng-reviewers,mtabara DONTBUILD

This should make errors easier to diagnose, since what we seem to be
getting now is just the exit code, which in the recent instance was 16,
aka:

  HTTP/2 error. A problem was detected in the HTTP2 framing layer. This
  is somewhat generic and can be one out of several problems, see the
  error message for details.

So hopefully future errors will include the error message.

Differential Revision: https://phabricator.services.mozilla.com/D103490
tools/update-verify/release/get-update-xml.sh