git-annex/debian
Joey Hess c34152777b
Use http-conduit for url downloads by default, annex.web-options enables curl
* For url downloads, git-annex now defaults to using a http library,
  rather than wget or curl. But, if annex.web-options is set, it will
  use curl. To use the .netrc file, run:
    git config annex.web-options --netrc
* git-annex no longer uses wget (and wget is no longer shipped with
  git-annex builds).

Note that curl is always run in silent mode, since the new API for
download has a MeterUpdate and doesn't make way for curl progress
output. It might be worth writing a parser for curl's progress output
to update the meter when using it, but I didn't bother with this edge
case for now.

This commit was supported by the NSF-funded DataLad project.
2018-04-06 17:36:20 -04:00
..
patches Updated patch for standalone 2018-02-20 16:15:00 -04:00
tests
cabal-wrapper support building with BUILDER=stack to use stack instead of cabal 2015-12-28 14:18:47 -04:00
changelog Updated cabal file explictly lists source files. 2016-05-24 01:28:07 -04:00
compat
control Use http-conduit for url downloads by default, annex.web-options enables curl 2018-04-06 17:36:20 -04:00
copyright Updated cabal file explictly lists source files. 2016-05-24 01:28:07 -04:00
create-standalone-changelog
doc-base
NEWS Updated cabal file explictly lists source files. 2016-05-24 01:28:07 -04:00
rules move -j1 setting to BUILDEROPTIONS, set in debian/rules file 2016-02-05 13:56:27 -04:00