commit 3b26471de9544deaf9b34ed5e351a2f7ef9b5f3c Author: Nicolas Vigier boklm@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 9d9cce2..1064a01 100755 --- a/tools/update-responses/update_responses +++ b/tools/update-responses/update_responses @@ -580,6 +580,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);