commit:     e58db09799e4ca90e38ab962bbbc0d2bb84d8e16
Author:     Brian Dolbec dolsen <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 16:34:08 2018 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> 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 <dolsen <AT> 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'],
                        ]
 

Reply via email to