commit 4e45b18eb98dc3193344e9c156de30c42511f47b Author: Nicolas Vigier boklm@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
tor-commits@lists.torproject.org