diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-01-08 11:19:32 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-01-08 11:19:32 +0100 |
commit | d731f9c574138a9cb31c586a8f1e7d7181a44456 (patch) | |
tree | 0fb6decdd115271b40df07843dfce5039aa7a342 /debian/apt.dirs | |
parent | ef1e6d8822bb34527bba5d2318b5768013efd010 (diff) |
* apt-pkg/init.cc:
- added Dir::State::Mirrors
* doc/examples/configure-index:
- added Acquire::mirror::RefreshInterval
* methods/mirror.{cc,h}:
- download the mirror file into Dir::State::Mirrors
- added RefreshInterval option to not ask for the mirror file too often
Diffstat (limited to 'debian/apt.dirs')
-rw-r--r-- | debian/apt.dirs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/apt.dirs b/debian/apt.dirs index e1cb738fa..b81878baa 100644 --- a/debian/apt.dirs +++ b/debian/apt.dirs @@ -5,5 +5,6 @@ etc/apt etc/apt/sources.list.d var/cache/apt/archives/partial var/lib/apt/lists/partial +var/lib/apt/mirrors/partial var/lib/apt/periodic usr/share/bug/apt |