[tbb-commits] [rbm/master] If the TMPDIR env var exists, use it instead of /tmp
boklm at torproject.org
boklm at torproject.org
Sun Feb 12 22:33:07 UTC 2017
commit af970a558f122acaba080e0b015e3293f74509fb
Author: Nicolas Vigier <boklm at torproject.org>
Date: Sun Feb 12 23:24:09 2017 +0100
If the TMPDIR env var exists, use it instead of /tmp
---
lib/RBM/DefaultConfig.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/RBM/DefaultConfig.pm b/lib/RBM/DefaultConfig.pm
index 8eaf9dd..8172f04 100644
--- a/lib/RBM/DefaultConfig.pm
+++ b/lib/RBM/DefaultConfig.pm
@@ -103,7 +103,7 @@ sub docker_version {
our %default_config = (
sysconf_file => '/etc/rbm.conf',
- tmp_dir => '/tmp',
+ tmp_dir => '[% GET ENV.TMPDIR ? ENV.TMPDIR : "/tmp"; %]',
projects_dir => 'projects',
output_dir => 'out',
git_clone_dir => 'git_clones',
More information about the tbb-commits
mailing list