]> git.saurik.com Git - apt.git/commit - test/integration/test-apt-acquire-additional-files
configureable acquire targets to download additional files
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 9 Jun 2015 09:59:22 +0000 (11:59 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 9 Jun 2015 10:57:36 +0000 (12:57 +0200)
commit1e0f0f28e1025f42a8172eb72f3e87984eb2b939
tree4535b45b766da9c8c6db6b8a68763cadc5c80ed7
parent4cd86fc61960404ef7dd8a474c2dff2002016824
configureable acquire targets to download additional files

First pass at making the acquire system capable of downloading files
based on configuration rather than hardcoded entries. It is now possible
to instruct 'deb' and 'deb-src' sources.list lines to download more than
just Packages/Translation-* and Sources files. Details on how to do that
can be found in the included documentation file.
apt-pkg/contrib/configuration.cc
apt-pkg/contrib/configuration.h
apt-pkg/deb/debmetaindex.cc
apt-pkg/deb/debmetaindex.h
apt-pkg/init.cc
doc/acquire-additional-files.txt [new file with mode: 0644]
test/integration/test-apt-acquire-additional-files [new file with mode: 0755]
test/integration/test-apt-by-hash-update