aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2003-08-26 17:15:16 +0000
committerNicholas Jones <carpaski@gentoo.org>2003-08-26 17:15:16 +0000
commit3b10b970b91d2a7362139f5ec17d03393748f01a (patch)
tree9a835c7bd509e957fcf4aa6e6aec57308a571743 /TODO
parentAuxcache permission enhancement. (diff)
downloadportage-cvs-3b10b970b91d2a7362139f5ec17d03393748f01a.tar.gz
portage-cvs-3b10b970b91d2a7362139f5ec17d03393748f01a.tar.bz2
portage-cvs-3b10b970b91d2a7362139f5ec17d03393748f01a.zip
Add in variable renaming for ebuild.sh
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index 517e538..e97cd4e 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
# TODO list for Portage; the Gentoo Linux package system
-# $Id: TODO,v 1.5 2003/08/16 00:01:38 carpaski Exp $
+# $Id: TODO,v 1.6 2003/08/26 17:15:16 carpaski Exp $
#
# Add your name to the top of any item you are working actively on
@@ -15,7 +15,7 @@ Legend:
# 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)
+ Create a fileIO layer? (wget and other external calls are a problem)
* Add category support to searches... emerge -s @catgory
@@ -28,3 +28,9 @@ Legend:
# 'emerge sync' timestamp awareness -- Make sure IP is associated and not
used at random as servers may differ. bug 21794
+! Rename all undocumented variables used in bash to prefixed values that
+ are not easy to accidently duplicate. BUILDDIR --> PORTAGE_BUILDDIR or
+ something like that. Prevent ebuilds from clobbering system variables.
+
+
+