[tor-commits] [tor-browser-build/master] Bug 29183: Use linux-x86_64 langpacks on linux-x86_64

gk at torproject.org gk at torproject.org
Wed Feb 6 21:03:48 UTC 2019


commit 86ebdafc28a55042fea553ad7f23f796ea963b75
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Feb 6 17:16:40 2019 +0100

    Bug 29183: Use linux-x86_64 langpacks on linux-x86_64
    
    We were previously using the linux-i686 langpacks in the linux-x86_64
    builds.
---
 projects/firefox-langpacks/config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config
index 04cd7dd..17a707a 100644
--- a/projects/firefox-langpacks/config
+++ b/projects/firefox-langpacks/config
@@ -5,10 +5,12 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil
 var:
   ff_version: '[% pc("firefox", "var/firefox_version") %]'
   ff_build: build2
-  ff_arch: linux-i686
   input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'
 
 targets:
+  linux:
+    var:
+      ff_arch: 'linux-[% c("arch") %]'
   windows-i686:
     var:
       ff_arch: win32



More information about the tor-commits mailing list