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 3E175138334 for ; Sat, 21 Jul 2018 18:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D63E07FE; Sat, 21 Jul 2018 18:54:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 03023E07D4 for ; Sat, 21 Jul 2018 18:54:21 +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 A68BD335D2A for ; Sat, 21 Jul 2018 18:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B377137E for ; Sat, 21 Jul 2018 18:54:18 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1532104575.e58db09799e4ca90e38ab962bbbc0d2bb84d8e16.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/tinderbox.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: e58db09799e4ca90e38ab962bbbc0d2bb84d8e16 X-VCS-Branch: master Date: Sat, 21 Jul 2018 18:54:18 +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: dd4599ab-454e-4f63-99e7-b8bb104416cf X-Archives-Hash: 6add2d4bceec1e750355b077fbb3678c commit: e58db09799e4ca90e38ab962bbbc0d2bb84d8e16 Author: Brian Dolbec dolsen gentoo org> AuthorDate: Fri Jul 20 16:34:08 2018 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Jul 20 16:36:15 2018 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e58db097 targets/tinderbox.py: Remove /root/* from cleanables ccache dir has been relocated to /var/tmp/ so this is no longer needed. Signed-off-by: Brian Dolbec dolsen gentoo.org> catalyst/targets/tinderbox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/targets/tinderbox.py b/catalyst/targets/tinderbox.py index 85a939f4..6908793a 100644 --- a/catalyst/targets/tinderbox.py +++ b/catalyst/targets/tinderbox.py @@ -36,7 +36,6 @@ class tinderbox(StageBase): self.settings['cleanables'] = [ '/etc/resolv.conf', '/var/tmp/*', - '/root/*', self.settings['portdir'], ]