onichols-pivotal opened a new pull request #7464:
URL: https://github.com/apache/geode/pull/7464


   Without -f, curl will succeed (exitcode 0) even if the response is a 404 
error, etc.
   This is almost never the desired behavior, especially in scripts that rely 
on `set -e` to fail fast if there is a problem
   
   particular dangerous is `curl http://someurl > file.tgz` ... the only clue 
that the file has an error page inside instead of a valid tar archive might be 
a subsequent failure to untar it ... or it might go unnoticed and upload a junk 
release artifact (not that this happened or anything, just hypothetically ;)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to