From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4382B1386F0 for ; Sat, 8 Aug 2015 17:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D48451412D; Sat, 8 Aug 2015 17:52:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 783781412D for ; Sat, 8 Aug 2015 17:52:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D177340E5C for ; Sat, 8 Aug 2015 17:52:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47272C2 for ; Sat, 8 Aug 2015 17:52:11 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1439056521.307676bee4cfd5b1e9f5f34221ad5aa0957bdee7.blueness@gentoo> Subject: [gentoo-commits] proj/grss:master commit in: / X-VCS-Repository: proj/grss X-VCS-Files: TODO X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 307676bee4cfd5b1e9f5f34221ad5aa0957bdee7 X-VCS-Branch: master Date: Sat, 8 Aug 2015 17:52:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c7f28c0-58db-4f8c-b6c1-41f884dc0013 X-Archives-Hash: 9e57b79cba1fa20d278a423d1bfb3b19 commit: 307676bee4cfd5b1e9f5f34221ad5aa0957bdee7 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Aug 8 17:55:21 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Aug 8 17:55:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=307676be TODO: update TODO | 6 ------ 1 file changed, 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.