Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/
Date: Wed, 29 Nov 2017 17:20:50
Message-Id: 1511313381.40c83b1e77efc539ca80709ae3ae0a56b065a7d1.dolsen@gentoo
1 commit: 40c83b1e77efc539ca80709ae3ae0a56b065a7d1
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 11 08:25:15 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 22 01:16:21 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=40c83b1e
7
8 base/stagebase.py: Update the cleanables to the new repo variables
9
10 catalyst/base/stagebase.py | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
14 index 67382b9a..d44db985 100644
15 --- a/catalyst/base/stagebase.py
16 +++ b/catalyst/base/stagebase.py
17 @@ -452,7 +452,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
18
19 def set_cleanables(self):
20 self.settings["cleanables"] = ["/etc/resolv.conf", "/var/tmp/*", "/tmp/*",
21 - "/root/*", self.settings["portdir"]]
22 + "/root/*", self.settings["repo_basedir"] + "/" +
23 + self.settings["repo_name"]]
24
25 def set_snapshot_path(self):
26 self.settings["snapshot_path"] = file_check(