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 0DC191399E6 for ; Thu, 3 Sep 2015 01:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5536B14275; Thu, 3 Sep 2015 01:51:14 +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 04FA414275 for ; Thu, 3 Sep 2015 01:51:13 +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 0CEE634069C for ; Thu, 3 Sep 2015 01:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7C7617F for ; Thu, 3 Sep 2015 01:51:09 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1441244848.44919839b30fff5176e5c261340baf6af173c033.zerochaos@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: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 44919839b30fff5176e5c261340baf6af173c033 X-VCS-Branch: master Date: Thu, 3 Sep 2015 01:51:09 +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: c4a6b4fe-a415-4e2e-86d3-0fde3c6398ca X-Archives-Hash: 94c50b94c24476ff0740d861859792b9 commit: 44919839b30fff5176e5c261340baf6af173c033 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Sep 3 01:47:28 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Sep 3 01:47:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=44919839 scratch that, tinderbox does not run cleanup targets/support/chroot-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 2986ae7..b8ab8d2 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -234,7 +234,7 @@ cleanup_stages() { # Remove bindist from use sed -i "/USE=\"\${USE} bindist\"/d" "${clst_make_conf}" - [ "${clst_target}" != "tinderbox" ] && rm -f /var/log/emerge.log /var/log/portage/elog/* + rm -f /var/log/emerge.log /var/log/portage/elog/* } update_env_settings(){