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 A5684139083 for ; Wed, 22 Nov 2017 15:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A88E0ECF; Wed, 22 Nov 2017 15:52:48 +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 47E37E0ECF for ; Wed, 22 Nov 2017 15:52:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 51EC134085A for ; Wed, 22 Nov 2017 15:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E7F0A3D1 for ; Wed, 22 Nov 2017 15:52:44 +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: <1511313381.40c83b1e77efc539ca80709ae3ae0a56b065a7d1.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: catalyst/base/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/base/stagebase.py X-VCS-Directories: catalyst/base/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 40c83b1e77efc539ca80709ae3ae0a56b065a7d1 X-VCS-Branch: pending Date: Wed, 22 Nov 2017 15:52:44 +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: a82f97a2-925d-450d-a5e0-504d8f3b5202 X-Archives-Hash: b79b32abeb136512887e3b1fb1e86fc1 Message-ID: <20171122155244.-RUj6lu8JXFp1CVNuDHe-y0efJOWUy3hyIFp6gc6dnk@z> commit: 40c83b1e77efc539ca80709ae3ae0a56b065a7d1 Author: Brian Dolbec gentoo org> AuthorDate: Sat Mar 11 08:25:15 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Nov 22 01:16:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=40c83b1e base/stagebase.py: Update the cleanables to the new repo variables catalyst/base/stagebase.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 67382b9a..d44db985 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -452,7 +452,8 @@ class StageBase(TargetBase, ClearBase, GenBase): def set_cleanables(self): self.settings["cleanables"] = ["/etc/resolv.conf", "/var/tmp/*", "/tmp/*", - "/root/*", self.settings["portdir"]] + "/root/*", self.settings["repo_basedir"] + "/" + + self.settings["repo_name"]] def set_snapshot_path(self): self.settings["snapshot_path"] = file_check(