summaryrefslogtreecommitdiff
path: root/methods/mirror.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-11-29 23:21:47 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-11-29 23:21:47 +0100
commit3ed91a17d21d0d456a12accc507b82e1c0f1a697 (patch)
treea503fd074981c39e8d82a681d8f5bbacb1216157 /methods/mirror.cc
parent86c17f0a4bd3c0e3dde5bb58b3df9c41e5a88763 (diff)
* more todo items
Diffstat (limited to 'methods/mirror.cc')
-rw-r--r--methods/mirror.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/methods/mirror.cc b/methods/mirror.cc
index c49764044..1911d6115 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()