kumquat-buildroot/support
Gaël PORTAY cf9bf7d28b support/download: keep files downloaded without hash
In the situation where the hash is missing from the hash file, the
dl-wrapper downloads the file again and again until the developer
specifies the hash to complete the download step.

To avoid this situation, the freshly-downloaded file is not removed
anymore after a successful download.

After this change, the behaviour is as follows:

- Hash file doesn't exist, or file is in BR_NO_CHECK_HASH_FOR
  => always succeeds.

- Hash file exists, but file is not present
  => file is NOT removed, build is terminated immediately (i.e.
     secondary site is not tried).

- Hash file exists, file is present, but hash mismatch
  => file is removed, secondary site is tried.
  => If all primary/secondary site downloads or hash checks fail, the
     build is terminated.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
[Arnout: extend commit log]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2018-04-01 15:02:53 +02:00
..
config-fragments support/config-fragments/autobuild: fix SSP in br-nios2-glibc 2018-03-31 08:49:14 +02:00
dependencies core: kill DEPENDENCIES_HOST_PREREQ 2018-03-25 17:52:06 +02:00
docker support/dockerfile: install flake8 2018-03-13 22:32:36 +01:00
download support/download: keep files downloaded without hash 2018-04-01 15:02:53 +02:00
gnuconfig support/gnuconfig: bump version to 2016-05-15 2016-06-05 22:26:57 +02:00
kconfig merge_config.sh: add br2-external support 2018-01-29 14:54:42 +01:00
legal-info legal-info: add hash for our own license file 2017-07-05 16:31:40 +02:00
libtool support/libtool: add patch for newer versions 2014-12-21 13:21:56 +01:00
misc Update for 2018.02 2018-03-04 22:28:34 +01:00
scripts support/check-uniq-files: support weird locales and filenames 2018-03-31 15:32:00 +02:00
testing fs: run packages' filesystem hooks in a copy of target/ 2018-03-31 20:53:06 +02:00