From fb62e7a12be6593a5432fba4a9e4468c34feef5c Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Tue, 28 Sep 2021 10:24:46 +0200 Subject: [PATCH] Release process: keep temp directory (fix --no-cleanup) --- release-process/scripts/mk_exim_release | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release-process/scripts/mk_exim_release b/release-process/scripts/mk_exim_release index a4111e566..71a39c92b 100755 --- a/release-process/scripts/mk_exim_release +++ b/release-process/scripts/mk_exim_release @@ -162,7 +162,9 @@ package Context { my $workspace = $context->{workspace}; if (not defined $workspace) { - $workspace = $context->{workspace} = File::Temp->newdir(File::Spec->tmpdir . '/exim-packaging-XXXX'); + $workspace = $context->{workspace} = File::Temp->newdir( + TEMPLATE => File::Spec->tmpdir . '/exim-packaging-XXXX', + CLEANUP => $context->{cleanup}); } else { # ensure the working directory is not in place -- 2.30.2