From: Michael Vogt Date: Wed, 29 Nov 2006 22:21:47 +0000 (+0100) Subject: * more todo items X-Git-Tag: 0.7.24ubuntu1~121^2~17 X-Git-Url: http://git.hcoop.net/ntk/apt.git/commitdiff_plain/3ed91a17d21d0d456a12accc507b82e1c0f1a697 * more todo items --- diff --git a/methods/mirror.cc b/methods/mirror.cc index c4976404..1911d611 100644 --- a/methods/mirror.cc +++ b/methods/mirror.cc @@ -28,10 +28,11 @@ using namespace std; /* * TODO: - * - support keeping the mirror file around (evil listclearer strikes again) * - better method to download than having a pkgAcquire interface here + * - support keeping the mirror file around (evil listclearer strikes again) + * -> /var/lib/apt/mirrors dir? how to cleanup? by time? + * - provide some TTL time until the mirror file is get again (1h? 6h?) * - testing :) - * */ MirrorMethod::MirrorMethod()