From 0372ba78d56a891ff2452d5d1ee25928eb6b75b0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 21 Sep 2019 22:35:17 +0100 Subject: [PATCH] etc/sbuild.conf.in: Keep failed build trees for diagnostics. --- etc/sbuild.conf.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/sbuild.conf.in b/etc/sbuild.conf.in index dca0027..963f7d4 100644 --- a/etc/sbuild.conf.in +++ b/etc/sbuild.conf.in @@ -61,6 +61,11 @@ $build_environment = { ## Actually resolve alternatives properly. $resolve_alternatives = 1; +## Leave debris for diagnostics. +$purge_build_deps = "successful"; +$purge_build_directory = "successful"; +$purge_session = "successful"; + ## Don't do anything clever if the build dependencies fail. The clever thing ## doesn't work on older distributions. Also, it takes extra time, and ## that's not desirable. -- 2.11.0