diff options
author | 2003-08-06 11:01:15 +0000 | |
---|---|---|
committer | 2003-08-06 11:01:15 +0000 | |
commit | 0b199b7521b78518f9c3578ef801ead2638fd559 (patch) | |
tree | 682e3bec37e9a1b58cec6fb9aa1da3aa4e6adee6 /TODO | |
parent | fix || die #25911 (diff) | |
download | portage-cvs-0b199b7521b78518f9c3578ef801ead2638fd559.tar.gz portage-cvs-0b199b7521b78518f9c3578ef801ead2638fd559.tar.bz2 portage-cvs-0b199b7521b78518f9c3578ef801ead2638fd559.zip |
Updated list.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 27 |
1 files changed, 23 insertions, 4 deletions
@@ -1,6 +1,25 @@ -# TODO list for Portage; the Gentoo Linux ports system -# $Id: TODO,v 1.2 2003/05/21 06:30:50 carpaski Exp $ +# TODO list for Portage; the Gentoo Linux package system +# $Id: TODO,v 1.3 2003/08/06 11:01:15 carpaski Exp $ -* Determine file lock status before starting downloads -- Prevent races. +# +# Add your name to the top of any item you are working actively on +# and then commit. Be sure you have a current copy of this file. +# + +Legend: + '*' Enhancement '#' Tricky Enhancement + '!' Complicated '@' Restricted in some way + + + +# Determine file lock status before starting downloads -- Prevent races. + Patches exist for this. Integrate and find all colliding descriptors. + +* Add category support to searches... emerge -s @catgory + +@ rsync - track changes based in subtrees to reduce filetree expense. + Possible plans: + Use md5's of tree file list + md5 of subtree -- client-side burden. + Maintain hash of changes on rsync1 -- Server-side burden. ** + Implement CVSUP. ** -* Add category support to searches... emerge -s @catgory
\ No newline at end of file |