aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-08 13:55:21 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-08 13:55:21 -0400
commit307676bee4cfd5b1e9f5f34221ad5aa0957bdee7 (patch)
treebbd8b4227c291d3c75007e762905d6580b7277d9 /TODO
parentgrs/Worldconf.py: clear out managed directories before installing. (diff)
downloadgrss-307676bee4cfd5b1e9f5f34221ad5aa0957bdee7.tar.gz
grss-307676bee4cfd5b1e9f5f34221ad5aa0957bdee7.tar.bz2
grss-307676bee4cfd5b1e9f5f34221ad5aa0957bdee7.zip
TODO: update
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index ed1164c..db32c13 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,3 @@ 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.