diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2003-08-16 00:01:39 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2003-08-16 00:01:39 +0000 |
commit | 5a2bf33e82ea2db9cb90b0aeac668b6f4deaaa9d (patch) | |
tree | 98516b6b40f421be400de08d071659fc465611ff /TODO | |
parent | Added more details about CHOST, CFLAGS and CXXFLAGS for hppa. (diff) | |
download | portage-cvs-5a2bf33e82ea2db9cb90b0aeac668b6f4deaaa9d.tar.gz portage-cvs-5a2bf33e82ea2db9cb90b0aeac668b6f4deaaa9d.tar.bz2 portage-cvs-5a2bf33e82ea2db9cb90b0aeac668b6f4deaaa9d.zip |
Quick updates, userpriv fix.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,5 +1,5 @@ # TODO list for Portage; the Gentoo Linux package system -# $Id: TODO,v 1.4 2003/08/06 21:13:48 carpaski Exp $ +# $Id: TODO,v 1.5 2003/08/16 00:01:38 carpaski Exp $ # # Add your name to the top of any item you are working actively on @@ -10,18 +10,21 @@ Legend: '*' Just do it. '#' Tricky '!' Difficult '@' Restricted in some way - # STICKIES and related enhancements: bug 9379, bug 13616, Aether's config code -# Determine file lock status before starting downloads -- Prevent races. - Patches exist for this. Integrate and find all colliding descriptors. +# Determine file lock status before starting downloads -- Prevent races/deletes + Patches exist for this. Integrate and find all colliding descriptors/cmds. + Create a fileIO layer? (wget and other external calls are a problem) * 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. ** + Use md5's of tree file list + md5 of subtree -- client-side burden. + Maintain hash of changes on rsync1 -- Server-side burden. ** + Implement CVSUP. ** + +# 'emerge sync' timestamp awareness -- Make sure IP is associated and not + used at random as servers may differ. bug 21794 |