# HG changeset patch # User Kristian H?gsberg # Date 1193100114 14400 # Node ID 38e3fe38939b75f7e831a780a5035f917ba21fd6 # Parent 3ec35baa30c981ee84275f39fd2386e617102a0f TODO: Add pipelined download and install idea. diff -r 3ec35baa30c9 -r 38e3fe38939b TODO --- a/TODO Mon Oct 22 20:12:58 2007 -0400 +++ b/TODO Mon Oct 22 20:41:54 2007 -0400 @@ -78,3 +78,7 @@ conflicts, file/dir problems etc). Or maybe just keep a simple file format ad use a custom importer to create the .repo files. +- pipelined download and install; download is network bound, install + is disk bound. Start installing once we have self-contained set of + packages. Install in reverse topo-sort order. Interruptible + installation; stops at nearest checkpoint.