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: 
  * TODO: 
- * - support keeping the mirror file around (evil listclearer strikes again)
  * - better method to download than having a pkgAcquire interface here
  * - 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 :)
  * - testing :)
- * 
  */
  */
 
 
 MirrorMethod::MirrorMethod()
 MirrorMethod::MirrorMethod()