| 1 |
# TODO list for Portage; the Gentoo Linux package system
|
| 2 |
# $Id: TODO,v 1.3 2003/08/06 11:01:15 carpaski Exp $
|
| 3 |
|
| 4 |
#
|
| 5 |
# Add your name to the top of any item you are working actively on
|
| 6 |
# and then commit. Be sure you have a current copy of this file.
|
| 7 |
#
|
| 8 |
|
| 9 |
Legend:
|
| 10 |
'*' Just do it. '#' Tricky
|
| 11 |
'!' Difficult '@' Restricted in some way
|
| 12 |
|
| 13 |
|
| 14 |
# STICKIES and related enhancements:
|
| 15 |
bug 9379, bug 13616, Aether's config code
|
| 16 |
|
| 17 |
# Determine file lock status before starting downloads -- Prevent races.
|
| 18 |
Patches exist for this. Integrate and find all colliding descriptors.
|
| 19 |
|
| 20 |
* Add category support to searches... emerge -s @catgory
|
| 21 |
|
| 22 |
@ rsync - track changes based in subtrees to reduce filetree expense.
|
| 23 |
Possible plans:
|
| 24 |
Use md5's of tree file list + md5 of subtree -- client-side burden.
|
| 25 |
Maintain hash of changes on rsync1 -- Server-side burden. **
|
| 26 |
Implement CVSUP. **
|
| 27 |
|