[tor-commits] [tor-browser-build/master] Bug 26450: disable dependency on firefox-langpacks in testbuild

gk at torproject.org gk at torproject.org
Fri Jun 29 11:33:18 UTC 2018


commit 88ff6003f2d8b45aca111e2f7cfcce3837fe5414
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Jun 22 00:09:30 2018 +0200

    Bug 26450: disable dependency on firefox-langpacks in testbuild
    
    When the list of locales is empty (testbuild), we don't need the
    firefox-langpacks.
---
 projects/tor-browser/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index 820755c..13c550d 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -47,6 +47,7 @@ input_files:
     name: tor
   - project: firefox-langpacks
     name: firefox-langpacks
+    enable: '[% c("var/locales").size %]'
   - project: tor-launcher
     name: tor-launcher
   - project: torbutton





More information about the tor-commits mailing list