[tor-commits] [tor-messenger-build/master] Bug 23403: Use tor-messenger-build/tmp rather than /tmp as default tmp_dir

boklm at torproject.org boklm at torproject.org
Mon Oct 2 17:09:52 UTC 2017


commit 4e45b18eb98dc3193344e9c156de30c42511f47b
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Sep 7 13:01:02 2017 +0200

    Bug 23403: Use tor-messenger-build/tmp rather than /tmp as default tmp_dir
---
 rbm.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rbm.conf b/rbm.conf
index 060d91f..2178843 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -2,6 +2,7 @@
 debug: '[% GET ! ENV.RBM_NO_DEBUG %]'
 compress_tar: gz
 output_dir: "out/[% project %]"
+tmp_dir: '[% c("basedir") %]/tmp'
 build_log: '[% GET ENV.RBM_LOGS_DIR ? ENV.RBM_LOGS_DIR : "logs" %]/[% project %]-[% c("var/osname") %].log'
 
 pkg_type: build





More information about the tor-commits mailing list