]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.cc
debian/README.ubuntu-dev:
[apt.git] / methods / mirror.cc
index c5c0c746173b10a43f8e8d7179d2fcf9eeae4fed..9fe64fd7031c0a05c932ef44b7f12922fd20721f 100644 (file)
@@ -35,13 +35,14 @@ using namespace std;
  * - always picks the first mirror from the list
  * - call out to problem reporting script
  * - supports "deb mirror://host/path/to/mirror-list/// dist component"
- * - use pkgAcqMethod::FailReason() to have a string representation
+ * - uses pkgAcqMethod::FailReason() to have a string representation
  *   of the failure that is also send to LP
  * 
  * TODO: 
  * - deal with runing as non-root because we can't write to the lists 
      dir then -> use the cached mirror file
  * - better method to download than having a pkgAcquire interface here
+ *   and better error handling there!
  * - support more than http
  * - testing :)
  */