X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f0b509cdb44cb5e79e9c5ddd7ebec46965138534..c040d0b5e811399359c62fde1d5916b240053bda:/methods/mirror.cc?ds=sidebyside diff --git a/methods/mirror.cc b/methods/mirror.cc index c5c0c7461..9fe64fd70 100644 --- a/methods/mirror.cc +++ b/methods/mirror.cc @@ -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 :) */