This is an automated email from the git hooks/post-receive script.
gk pushed a commit to branch master in repository builders/tor-browser-build.
commit 88291b77d655dc06ef80039721c7de812414a639 Author: Nicolas Vigier boklm@torproject.org AuthorDate: Wed Jun 29 15:32:00 2022 +0200
Bug 40542: Remove var/input_files_list from rbm.conf
This was added in the first rbm.conf commit, but was never used. --- rbm.conf | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/rbm.conf b/rbm.conf index 3e72042..737b9f6 100644 --- a/rbm.conf +++ b/rbm.conf @@ -96,10 +96,6 @@ var: disable_network: # disable network in the build scripts build: 1 - input_files_list: | - [% FOREACH file IN c("input_files_by_name").keys.sort -%] - [% c("input_files_by_name/" _ file) %] - [% END -%]
faketime: "faketime -f "[% USE date; GET date.format(c('timestamp'), format = '%Y-%m-%d %H:%M:%S') %]"" touch: "[% USE date %]touch -m -t [% date.format(c('timestamp'), format = '%Y%m%d%H%M') %]"