summaryrefslogtreecommitdiff
path: root/methods/mirror.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-02-06 10:49:25 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-02-06 10:49:25 +0100
commit3f599bb721c4ac58d8ff18991c9704b5f30eaa2b (patch)
tree0e51668725871e50c67021b785f7849b29697df2 /methods/mirror.cc
parentf0b509cdb44cb5e79e9c5ddd7ebec46965138534 (diff)
* apt-pkg/acquire-item.cc:
- default to "/usr/lib/apt/apt-report-mirror-failure" * cmdline/apt-report-mirror-failure: - no default comit url for now * debian/rules: - move apt-report-mirror-failure into /usr/lib/apt * doc/examples/configure-index: - more documentation * methods/mirror.cc: - updated TODO
Diffstat (limited to 'methods/mirror.cc')
-rw-r--r--methods/mirror.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/mirror.cc b/methods/mirror.cc
index c5c0c7461..9a86a10c2 100644
--- a/methods/mirror.cc
+++ b/methods/mirror.cc
@@ -42,6 +42,7 @@ using namespace std;
* - 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 :)
*/