[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.1.0esr-13.0-1] fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Aug 17 11:17:00 UTC 2023



Pier Angelo Vendrame pushed to branch tor-browser-115.1.0esr-13.0-1 at The Tor Project / Applications / Tor Browser


Commits:
2ea13924 by Pier Angelo Vendrame at 2023-08-17T13:16:41+02:00
fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser

Bug 41967: Add a Makefile recipe to create multi-lingual dev builds

- - - - -


1 changed file:

- tools/torbrowser/build.sh


Changes:

=====================================
tools/torbrowser/build.sh
=====================================
@@ -4,4 +4,12 @@ DEV_ROOT=$1
 
 cd $DEV_ROOT
 ./mach build
-./mach build stage-package
+
+if [ -z "$LOCALES" ]; then
+  ./mach build stage-package
+else
+  export MOZ_CHROME_MULTILOCALE=$LOCALES
+  # No quotes on purpose
+  ./mach package-multi-locale --locales en-US $MOZ_CHROME_MULTILOCALE
+  AB_CD=multi ./mach build stage-package
+fi



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ea13924ec4905049d172763393700b504101547

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ea13924ec4905049d172763393700b504101547
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230817/7a91fcaf/attachment.htm>


More information about the tor-commits mailing list