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 9768E138D0B for ; Mon, 6 Jul 2015 19:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24CB1E0999; Mon, 6 Jul 2015 19:49:46 +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 CA772E0999 for ; Mon, 6 Jul 2015 19:49:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99BC6340BC3 for ; Mon, 6 Jul 2015 19:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C425D73F for ; Mon, 6 Jul 2015 19:49:41 +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: <1436212332.154058c5bc85f6b92cd01880bd418648e317ab2c.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: 154058c5bc85f6b92cd01880bd418648e317ab2c X-VCS-Branch: master Date: Mon, 6 Jul 2015 19:49:41 +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: 59c834cb-7293-4d25-8845-4cd7a1eb5446 X-Archives-Hash: 32e33a89a982b8769f1a5f383e117ea1 commit: 154058c5bc85f6b92cd01880bd418648e317ab2c Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jul 6 19:52:12 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jul 6 19:52:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=154058c5 Add TODO so I don't forget things to do when they come to mind. TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO new file mode 100644 index 0000000..db32c13 --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +My TODO list: + +1. A local copy of PORTDIR should be created in CONST.TMPDIR + GRS name. This is +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.