summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2021-09-28 10:24:46 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2021-09-28 10:24:46 +0200
commitfb62e7a12be6593a5432fba4a9e4468c34feef5c (patch)
tree0eed70a947c4e16c6156cd16a66cbf57cb1ab94b
parent4449d1067062efa0f3d88e801660e5aadbdeabb2 (diff)
downloadexim4-fb62e7a12be6593a5432fba4a9e4468c34feef5c.tar.gz
Release process: keep temp directory (fix --no-cleanup)exim-4.95
-rwxr-xr-xrelease-process/scripts/mk_exim_release4
1 files changed, 3 insertions, 1 deletions
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