]> git.saurik.com Git - apt.git/commit
add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 23 Jun 2015 15:26:57 +0000 (17:26 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:25:26 +0000 (17:25 +0200)
commit0741daeb7ab870b4dd62a93fa12a1cf6330f9a72
tree1bd18df3d5ebf572de93fd6ca11fb3d7b316d075
parent5ad0096a4e19e191b59634e8a8817995ec4045ad
add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options

These options could be set via configuration before, but the connection
to the actual sources is so strong that they should really be set in the
sources.list instead – especially as this can be done a lot more
specific rather than e.g. disabling Valid-Until for all sources at once.

Valid-Until-* names are chosen instead of the Min/Max-ValidTime as this
seems like a better name and their use in the wild is probably low
enough that this isn't going to confuse anyone if we have to names for
the same thing in different areas.

In the longrun, the config options should be removed, but for now
documentation hinting at the new options is good enough as these are the
kind of options you set once across many systems with different apt
versions, so the new way should work everywhere first before we
deprecate the old way.
apt-pkg/acquire-item.cc
apt-pkg/deb/debmetaindex.cc
apt-pkg/deb/debmetaindex.h
apt-pkg/sourcelist.cc
doc/apt-get.8.xml
doc/apt.conf.5.xml
doc/sources.list.5.xml
test/integration/test-releasefile-valid-until