[phobos] [dlang/installer] 2f1ec4: fix Issue 16349 - better curl retry for install.sh...

GitHub via phobos phobos at puremagic.com
Sat Aug 6 08:43:52 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/installer
  Commit: 2f1ec46aaae444f3b0a10dde18517d7e98145ee7
      https://github.com/dlang/installer/commit/2f1ec46aaae444f3b0a10dde18517d7e98145ee7
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
    M script/install.sh

  Log Message:
  -----------
  fix Issue 16349 - better curl retry for install.sh script

- curl's --retry option isn't really helpful b/c no timeouts are
  activated by default
- use a retry loop with increasing sleep times instead
- enable connection (5s) and download (<1KB/s for 30s) timeouts
  (using --max-time is too tricky b/c of the unknown download sizes)


  Commit: c777a91b353cc3e2daed2460a43e16420005bbd2
      https://github.com/dlang/installer/commit/c777a91b353cc3e2daed2460a43e16420005bbd2
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
    M script/install.sh

  Log Message:
  -----------
  Merge pull request #187 from MartinNowak/fix16349

fix Issue 16349 - better curl retry for install.sh script


Compare: https://github.com/dlang/installer/compare/52c6db03b77a...c777a91b353c


More information about the phobos mailing list