diskimage-builder/diskimage_builder/elements/cache-url
Tobias Henkel bad433fa92
Fix cache-url -f
When there is a hashsum mismatch diskimage-builder forces downloads
with the -f switch of cache-url. This is currently broken because bash
escapes the quotes in curl_opts. This tricks curl trying to download
'no-cache' instead of the url. This can be fixed by using an array for
curl_opts which does the correct thing here.

Change-Id: Id9f1579dda9a3e0a2b08dd5faaeef0e2e580d419
2020-02-05 10:19:12 +01:00
..
bin Fix cache-url -f 2020-02-05 10:19:12 +01:00
tests Fix unit tests for elements 2018-11-28 11:04:50 +11:00
README.rst Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
__init__.py Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
element-deps cache-url requires curl 2018-07-23 09:56:58 +00:00
package-installs.yaml cache-url requires curl 2018-07-23 09:56:58 +00:00
pkg-map cache-url requires curl 2018-07-23 09:56:58 +00:00

README.rst

cache-url

A helper script to download images into a local cache.