From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CE89138359 for ; Thu, 29 Oct 2020 21:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD4FCE08CA; Thu, 29 Oct 2020 21:00:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B74FE08CD for ; Thu, 29 Oct 2020 21:00:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86E88340DB8 for ; Thu, 29 Oct 2020 21:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D052A3C6 for ; Thu, 29 Oct 2020 21:00:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1603236395.9d167d45f011940b15c7bba09dd04fd2ca0235ae.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/chroot-functions.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9d167d45f011940b15c7bba09dd04fd2ca0235ae X-VCS-Branch: wip/mattst88 Date: Thu, 29 Oct 2020 21:00:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1335c654-eb70-4ae5-8f8b-3c8665a0eb01 X-Archives-Hash: 2dfb343e6c3a52a7eeeb07667a444fce commit: 9d167d45f011940b15c7bba09dd04fd2ca0235ae Author: Matt Turner gentoo org> AuthorDate: Mon Oct 19 23:10:36 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 23:26:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9d167d45 targets: Remove unnecessary unset PACKAGES Dead code since 2008. Fixes: b79d06a3 ("Remove temporary package listing code, ...") Signed-off-by: Matt Turner gentoo.org> targets/support/chroot-functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 22340023..7222892e 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -270,7 +270,6 @@ run_merge() { show_debug() { if [ -n "${clst_DEBUG}" ] then - unset PACKAGES echo "DEBUG:" echo "Profile/target info:" echo "Profile inheritance:" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69C87138359 for ; Wed, 21 Oct 2020 17:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51153E0991; Wed, 21 Oct 2020 17:58:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CC90E0991 for ; Wed, 21 Oct 2020 17:58:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8B89340D5F for ; Wed, 21 Oct 2020 17:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 714603C0 for ; Wed, 21 Oct 2020 17:58:48 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1603236395.9d167d45f011940b15c7bba09dd04fd2ca0235ae.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/chroot-functions.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9d167d45f011940b15c7bba09dd04fd2ca0235ae X-VCS-Branch: master Date: Wed, 21 Oct 2020 17:58:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: efe936dd-e479-4292-92d7-4aa05fa0a5fb X-Archives-Hash: 188e340b61da2ef5c6fdcf216471ddc2 Message-ID: <20201021175848.VIVl0GPkiSUkKD3WOi_bES38tNt02Am4euVlLUngZrI@z> commit: 9d167d45f011940b15c7bba09dd04fd2ca0235ae Author: Matt Turner gentoo org> AuthorDate: Mon Oct 19 23:10:36 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 23:26:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9d167d45 targets: Remove unnecessary unset PACKAGES Dead code since 2008. Fixes: b79d06a3 ("Remove temporary package listing code, ...") Signed-off-by: Matt Turner gentoo.org> targets/support/chroot-functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 22340023..7222892e 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -270,7 +270,6 @@ run_merge() { show_debug() { if [ -n "${clst_DEBUG}" ] then - unset PACKAGES echo "DEBUG:" echo "Profile/target info:" echo "Profile inheritance:" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49695138359 for ; Thu, 22 Oct 2020 18:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BCC7E07F2; Thu, 22 Oct 2020 18:06:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21E73E07F2 for ; Thu, 22 Oct 2020 18:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D121C340BE3 for ; Thu, 22 Oct 2020 18:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AEA83B2 for ; Thu, 22 Oct 2020 18:06:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1603236395.9d167d45f011940b15c7bba09dd04fd2ca0235ae.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/chroot-functions.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9d167d45f011940b15c7bba09dd04fd2ca0235ae X-VCS-Branch: pending/mattst88 Date: Thu, 22 Oct 2020 18:06:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c1b5df6-3dde-498a-8144-8b4e13cbb527 X-Archives-Hash: 2acec47c23587949852f9adf2eba5243 Message-ID: <20201022180621.X8PZqj3qQj0Nt7E0W10uIn6Qbc16dOCUPhJf_JKl3Ig@z> commit: 9d167d45f011940b15c7bba09dd04fd2ca0235ae Author: Matt Turner gentoo org> AuthorDate: Mon Oct 19 23:10:36 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 23:26:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9d167d45 targets: Remove unnecessary unset PACKAGES Dead code since 2008. Fixes: b79d06a3 ("Remove temporary package listing code, ...") Signed-off-by: Matt Turner gentoo.org> targets/support/chroot-functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 22340023..7222892e 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -270,7 +270,6 @@ run_merge() { show_debug() { if [ -n "${clst_DEBUG}" ] then - unset PACKAGES echo "DEBUG:" echo "Profile/target info:" echo "Profile inheritance:"