]> git.saurik.com Git - apt.git/commitdiff
add TODO
authorMichael Vogt <mvo@ubuntu.com>
Thu, 22 May 2014 09:09:11 +0000 (11:09 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Thu, 22 May 2014 09:09:11 +0000 (11:09 +0200)
apt-pkg/acquire-item.cc

index 1f3d839418aa6114f96d701a91c282f006bd7ecd..7fc556b7c4ac8da8a0ffe97f0045ac699c7baed2 100644 (file)
@@ -1021,6 +1021,11 @@ void pkgAcqIndex::Init(string const &URI, string const &URIDesc, string const &S
    }
 
    // do the request by-hash
+   // TODO:
+   //  - add Support-By-Hash hashtype into Release time so that we
+   //    know we can use it
+   //  - (maybe?) add support for by-hash into the sources.list as flag
+   //  - make apt-ftparchive generate the hashes (and expire?)
    if(_config->FindB("APT::Acquire::By-Hash", false) == true &&
       MetaIndexParser)
    {