]> git.saurik.com Git - apt.git/commit - doc/apt-verbatim.ent
implement Identifier field for IndexTargets
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 8 May 2016 16:03:48 +0000 (18:03 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 8 May 2016 16:15:28 +0000 (18:15 +0200)
commit39c724b4848ef8d85c8c425f982dda85f0df1277
tree613d716bad39d93e47c058e49db07e1af3087570
parent7f2d1eef183dbebaaabe07a296d9a97e9cfd0f4a
implement Identifier field for IndexTargets

A frontend like apt-file is only interested in a specific set of files
and selects those easily via "Created-By". If it supports two locations
for those files through it would need to select both and a user would
need to know that implementation detail for sources.list configuration.

The "Identifier" field is hence introduced which by default has the same
value as "Created-By", but can be freely configured – especially it can
be used to give two indexes the same identifier.
apt-pkg/deb/debmetaindex.cc
apt-pkg/indexfile.cc
apt-pkg/indexfile.h
debian/apt-doc.docs
doc/acquire-additional-files.txt
doc/apt-get.8.xml
doc/apt-verbatim.ent
doc/sources.list.5.xml
test/integration/test-apt-acquire-additional-files
test/integration/test-sourceslist-lang-plusminus-options
test/integration/test-sourceslist-target-plusminus-options