Michael Vogt 19 роки тому
батько
коміт
3ed91a17d2
1 змінених файлів з 3 додано та 2 видалено
  1. 3 2
      methods/mirror.cc

+ 3 - 2
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()