Skip to content
  1. Apr 20, 2014
  2. Apr 19, 2014
  3. Apr 18, 2014
  4. Apr 15, 2014
  5. Apr 08, 2014
  6. Apr 07, 2014
  7. Apr 06, 2014
  8. Apr 05, 2014
  9. Apr 04, 2014
  10. Mar 28, 2014
  11. Mar 26, 2014
  12. Mar 25, 2014
    • Mislav Marohnić's avatar
      Merge branch 'no-resume-download' · d36e88c5
      Mislav Marohnić authored
      d36e88c5
    • Mislav Marohnić's avatar
      Avoid re-downloading if there's a valid tarball in build location · 1bcd249f
      Mislav Marohnić authored
      If there already exists a valid tarball in the build location, e.g. as
      artefact of a previous install using `--keep`, don't re-download the
      file, as there is no need.
      
      References #487
      1bcd249f
    • Mislav Marohnić's avatar
      Fix re-downloading tarball when destination file already exists · a3009b46
      Mislav Marohnić authored
      Previously, curl and wget were instructed to try to resume the download
      if the destination file already exists. This is supposed to be done via
      the "Range" HTTP header, but doesn't work well with CloudFront:
      
          HTTP server doesn't seem to support byte ranges. Cannot resume.
      
      CloudFront is supposed to support ranges, so I don't know what's going
      on here. It might be failing only in case the existing file is a fully
      downloaded tarball?
      
      In any case, this disables resuming downloads and resorts to simply
      re-downloading the tarball always, overwriting the existing file.
      
      Fixes #487
      a3009b46
  13. Mar 18, 2014
  14. Mar 17, 2014
  15. Mar 12, 2014
  16. Mar 11, 2014
  17. Feb 26, 2014
  18. Feb 25, 2014