commit: 44919839b30fff5176e5c261340baf6af173c033
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 3 01:47:28 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 01:47:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=44919839
scratch that, tinderbox does not run cleanup
targets/support/chroot-functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/targets/support/chroot-functions.sh
b/targets/support/chroot-functions.sh
index 2986ae7..b8ab8d2 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -234,7 +234,7 @@ cleanup_stages() {
# Remove bindist from use
sed -i "/USE=\"\${USE} bindist\"/d" "${clst_make_conf}"
- [ "${clst_target}" != "tinderbox" ] && rm -f /var/log/emerge.log
/var/log/portage/elog/*
+ rm -f /var/log/emerge.log /var/log/portage/elog/*
}
update_env_settings(){