]> git.saurik.com Git - apt.git/commit - apt-pkg/indexfile.cc
implement default apt-get file --release-info mode
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 12 Jun 2015 10:06:29 +0000 (12:06 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 15 Jun 2015 12:39:37 +0000 (14:39 +0200)
commit3fd89e62e985c89b1f9a545ab72c20987b756aff
treede6b0f9d7b6d138fbd1f177524a23a8d41481287
parentb07aeb1a6e24825e534167a737043441e871de9f
implement default apt-get file --release-info mode

Selecting targets based on the Release they belong to isn't to
unrealistic. In fact, it is assumed to be the most used case so it is
made the default especially as this allows to bundle another thing we
have to be careful with: Filenames and only showing targets we have
acquired.

Closes: 752702
apt-pkg/deb/debmetaindex.cc
apt-pkg/deb/debmetaindex.h
apt-pkg/indexfile.cc
apt-pkg/indexfile.h
apt-pkg/metaindex.cc
apt-pkg/metaindex.h
apt-pkg/pkgcachegen.cc
apt-private/private-cmndline.cc
cmdline/apt-get.cc
doc/acquire-additional-files.txt
test/integration/test-apt-acquire-additional-files