f946763d0a
This reverts commit 7101fe7d1c13250415f5c6f6392c2a22720bbe43. This unfortunately has a number of problems. Firstly, the "Fail if no wget" fails when download_artifact_recurse isn't set, because we didn't check for wget. Also, the download doesn't work with some providers. wget asks for gzip downloads with it's accept headers (which can't be turned off) but the recursive download doesn't understand the gzipped index.html file and thus doesn't find anything to walk. The "--compression=auto" flag is available to overcome this, but is not widely supported (and not supported on the executor). https://review.opendev.org/733728 attempted to work-around this but the problems with this approach seem too much for now. Change-Id: I9bc55d771ec1828d374684d0ffe5ec1d1494773e