[tbb-commits] [tor-browser-bundle/master] Bug 20186: extract mar tools when creating update responses
gk at torproject.org
gk at torproject.org
Wed Nov 9 12:28:20 UTC 2016
commit 03c0e4bb0fd295e16a72d755a52e74c7e73ce965
Author: Nicolas Vigier <boklm at torproject.org>
Date: Tue Nov 8 22:54:47 2016 +0100
Bug 20186: extract mar tools when creating update responses
After #19528, we are using mar tools when creating update responses.
---
tools/update-responses/update_responses | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/update-responses/update_responses b/tools/update-responses/update_responses
index 5f8eb36..fd59132 100755
--- a/tools/update-responses/update_responses
+++ b/tools/update-responses/update_responses
@@ -590,6 +590,7 @@ my %actions = (
unless $config->{channels}{$channel};
$htdocsfiles{$channel} = { '.' => 1, '..' => 1 };
}
+ extract_martools;
write_responses($config, @channels);
write_htaccess($config, @channels);
write_downloads_json($config, @channels);
More information about the tbb-commits
mailing list