]> git.saurik.com Git - apt.git/commit - apt-pkg/aptconfiguration.cc
fix and document on the fly compressor config
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 27 May 2016 10:08:32 +0000 (12:08 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 27 May 2016 12:08:44 +0000 (14:08 +0200)
commit124e6916b7b02984803ff8217e8163947aae2882
treec1eb71e8091c5d21fa757e5b94bcb82a3294c17f
parentcb6020cdfea3d6dec6f6ad13843ab46f0c10d562
fix and document on the fly compressor config

libapt allows to configure compressors to be used by its system via
configuration implemented in 03bef78461c6f443187b60799402624326843396,
but that was never really documented and also only partly working, which
also explains why the tests weren't using it…
apt-pkg/acquire.cc
apt-pkg/aptconfiguration.cc
doc/apt-ftparchive.1.xml
doc/apt.conf.5.xml
doc/examples/apt-ftparchive.conf
doc/examples/configure-index
test/libapt/fileutl_test.cc