[tor-commits] [tor-messenger-build/master] var/build_id_txt: use the input_files_id option
boklm at torproject.org
boklm at torproject.org
Thu Oct 22 20:41:13 UTC 2015
commit f421ea73464aa32042d283d441b2ed9203a27c0d
Author: Nicolas Vigier <boklm at torproject.org>
Date: Thu Oct 22 22:34:30 2015 +0200
var/build_id_txt: use the input_files_id option
---
rbm | 2 +-
rbm.conf | 14 +-------------
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/rbm b/rbm
index ac1c9fa..178d871 160000
--- a/rbm
+++ b/rbm
@@ -1 +1 @@
-Subproject commit ac1c9fad8540fb76dbd206292b66bf95c07475b7
+Subproject commit 178d8713004e36a4fd74c45914c243432f8afc64
diff --git a/rbm.conf b/rbm.conf
index a4d202a..4c93634 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -14,19 +14,7 @@ var:
[% IF c("remote_docker") -%]
[% c("distribution") %]
[% END -%]
- input_files:
- [%
- files = [];
- FOREACH file IN c("input_files_by_name").keys.sort;
- CALL files.push(c("input_files_by_name/" _ file));
- END;
- SET projdir = c('projects_dir');
- FOREACH file IN files.sort;
- GET file _ "\n";
- SET path = projdir _ '/' _ project _ '/' _ file;
- GET sha256file(path) _ "\n";
- END;
- %]
+ input_files: [% c("input_files_id") %]
build:
[% c("build", { filename => 'f', output_dir => '/out' }) %]
input_files_list: |
More information about the tor-commits
mailing list