From: Eric Edgar Date: Thu, 6 Oct 2005 21:00:03 +0000 (+0000) Subject: Tinderbox no longer cleans /tmp/* X-Git-Tag: CATALYST_2_0_6_916~644 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b67a67f3721dadd1a0a3f988238132230657cfe9;p=catalyst.git Tinderbox no longer cleans /tmp/* git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@850 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 37dc5b25..7476e28b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.342 2005/10/06 20:56:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.343 2005/10/06 21:00:03 rocket Exp $ + + 06 Oct 2005; Eric Edgar modules/tinderbox_target.py: + Tinderbox no longer cleans /tmp/* 06 Oct 2005; Chris Gianelloni targets/tinderbox/tinderbox-chroot.sh, diff --git a/modules/tinderbox_target.py b/modules/tinderbox_target.py index cc5a25d0..5975d23f 100644 --- a/modules/tinderbox_target.py +++ b/modules/tinderbox_target.py @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.11 2005/10/06 20:55:42 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.12 2005/10/06 21:00:03 rocket Exp $ """ builder class for the tinderbox target @@ -26,7 +26,9 @@ class tinderbox_target(generic_stage_target): except CatalystError: self.unbind() raise CatalystError,"Tinderbox aborting due to error." - + def set_cleanables(self): + self.settings["cleanables"]=["/etc/resolv.conf","/var/tmp/*","/root/*",\ + "/usr/portage"] def set_action_sequence(self): #Default action sequence for run method self.settings["action_sequence"]=["unpack","unpack_snapshot",\