| 1 | # TODO list for Portage; the Gentoo Linux package system |
1 | # TODO list for Portage; the Gentoo package system |
| 2 | # $Id: TODO,v 1.11 2004/09/09 08:02:53 carpaski Exp $ |
2 | # $Id: TODO,v 1.12 2005/05/04 01:08:11 vapier Exp $ |
| 3 | |
3 | |
| 4 | # |
4 | # |
| 5 | # Add your name to the top of any item you are working actively on |
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. |
6 | # and then commit. Be sure you have a current copy of this file. |
| 7 | # |
7 | # |
| … | |
… | |
| 51 | |
51 | |
| 52 | # 'emerge sync' timestamp awareness -- Make sure IP is associated and not |
52 | # 'emerge sync' timestamp awareness -- Make sure IP is associated and not |
| 53 | used at random as servers may differ. bug 21794 |
53 | used at random as servers may differ. bug 21794 |
| 54 | |
54 | |
| 55 | ! Rename all undocumented variables used in bash to prefixed values that |
55 | ! Rename all undocumented variables used in bash to prefixed values that |
| 56 | are not easy to accidently duplicate. BUILDDIR --> PORTAGE_BUILDDIR or |
56 | are not easy to accidently duplicate. Prevent ebuilds from clobbering |
| 57 | something like that. Prevent ebuilds from clobbering system variables. |
57 | system variables. |
| 58 | |
|
|
| 59 | |
|
|
| 60 | |
|
|