]> git.saurik.com Git - apt.git/commit
parse xz-compression level from configuration
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 22 Dec 2015 15:32:56 +0000 (16:32 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 22 Dec 2015 15:35:06 +0000 (16:35 +0100)
commit7a68effcb904b4424b54a30e448b6f2560cd1078
tree873af8bdf70d61175f9223e6bf33a5c3eda1640b
parent885a1ffd27e621d7cd2452b39e2053e2f1044253
parse xz-compression level from configuration

If we use the library to compress xz, still try to understand and pick
up the arguments we would have used to call xz to figure out which level
the user wants us to use instead of defaulting to level 6 (which is the
default level of xz).
apt-pkg/contrib/fileutl.cc