aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-04 15:28:10 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-04 15:28:10 -0400
commit9b7f11ebb6ea1fcdf459641ddfe3d66b793c516f (patch)
tree0cc8db501c3914f1f85d65609f0fc678c5d5a5e1 /TODO
parentBetter organize directory structure. (diff)
downloadgrss-9b7f11ebb6ea1fcdf459641ddfe3d66b793c516f.tar.gz
grss-9b7f11ebb6ea1fcdf459641ddfe3d66b793c516f.tar.bz2
grss-9b7f11ebb6ea1fcdf459641ddfe3d66b793c516f.zip
TODO: note problem with orphaned files in /etc/portage.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index db32c13..ed1164c 100644
--- a/TODO
+++ b/TODO
@@ -6,3 +6,9 @@ to prevent wierdness in case /usr/portage changes during a run.
2. Upon building a system we should make use of the binpkgs in CONST.TMPDIR + GRS name
as a time saver. This is something to go into the build scripts in the GRS repo and not
in the GRS suite.
+
+3. grsup and clean-worldconf should remove files form /etc/portage that correspond to
+sections that were removed from world.conf since the last time grsup or install-worldconf
+was run. Currently, if a section is removed from world.conf on the remote repo, then any
+files in canonical form in /etc/portage are orphaned. This can lead to trouble because
+the the flags they define are not removed. This needs to be fixed in clean() in grs/WorldConf.py.