aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2003-08-16 00:01:39 +0000
committerNicholas Jones <carpaski@gentoo.org>2003-08-16 00:01:39 +0000
commit5a2bf33e82ea2db9cb90b0aeac668b6f4deaaa9d (patch)
tree98516b6b40f421be400de08d071659fc465611ff /TODO
parentAdded more details about CHOST, CFLAGS and CXXFLAGS for hppa. (diff)
downloadportage-cvs-5a2bf33e82ea2db9cb90b0aeac668b6f4deaaa9d.tar.gz
portage-cvs-5a2bf33e82ea2db9cb90b0aeac668b6f4deaaa9d.tar.bz2
portage-cvs-5a2bf33e82ea2db9cb90b0aeac668b6f4deaaa9d.zip
Quick updates, userpriv fix.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 10 insertions, 7 deletions
diff --git a/TODO b/TODO
index 73a3348..517e538 100644
--- a/TODO
+++ b/TODO
@@ -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