[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] Bug 33987: Make var/build_id_txt work in non-build steps
commit 32e6bcd3b6db11313be8bfdce475555bbf72138b
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
Date: Fri Apr 24 15:40:53 2020 +0200
Bug 33987: Make var/build_id_txt work in non-build steps
---
rbm.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rbm.conf b/rbm.conf
index 94f9fcc..819a257 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -47,7 +47,8 @@ var:
[% END -%]
input_files: [% c("input_files_id") %]
build:
- [% c("build", { filename => 'f', output_dir => '/out', norec => {} }) %]
+ [% SET step = c("step") -%]
+ [% c(step, { filename => 'f', output_dir => '/out', norec => {} }) %]
container:
dir: '[% c("rbm_tmp_dir") %]/rbm-containers/[% sha256(c("build_id")) %]'
user: rbm
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits