summaryrefslogtreecommitdiff
path: root/DistUpgrade/TODO
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-25 11:55:54 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-25 11:55:54 +0100
commit03c8611b39e82f89b612ae78f0ae59691d628164 (patch)
tree767236777c0b078018abb6bcb34cae8f17e7e2e7 /DistUpgrade/TODO
parent9a25b192d880aa9d90c0293eff16415646d41710 (diff)
downloadpython-apt-03c8611b39e82f89b612ae78f0ae59691d628164.tar.gz
* check authentication status and fail on unauthenticated upgrades
Diffstat (limited to 'DistUpgrade/TODO')
-rw-r--r--DistUpgrade/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/DistUpgrade/TODO b/DistUpgrade/TODO
index ab516769..fa31c041 100644
--- a/DistUpgrade/TODO
+++ b/DistUpgrade/TODO
@@ -28,5 +28,8 @@ Robustness:
get all the metaIndexes in sources.list, nor a way to get the
pkgIndexFiles from the metaIndexes (metaIndex is not available in
python-apt at all)
-
+ What we could do is to write DistUpgradeCache.update(), check the
+ DescURI for each failed item and guess from it what sources.list
+ line failed (e.g. uri.endswith("Sources{.bz2|.gz") -> deb-src, get
+ base-uri, find 'dists' in uri etc)
\ No newline at end of file