This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch master in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/master by this push: new 427bb5c Bug 40248: Remove obsolete comment in projects/firefox/build 427bb5c is described below
commit 427bb5c6e3abf9cc3de3f9caafc8d7f5a73a983c Author: Nicolas Vigier boklm@torproject.org AuthorDate: Wed Mar 30 11:18:59 2022 +0200
Bug 40248: Remove obsolete comment in projects/firefox/build
This was forgotten in e913b103a9bd501503a42c338738efa1d1424588 --- projects/firefox/build | 1 - 1 file changed, 1 deletion(-)
diff --git a/projects/firefox/build b/projects/firefox/build index 0369e95..6db1bf4 100644 --- a/projects/firefox/build +++ b/projects/firefox/build @@ -111,7 +111,6 @@ rm -f js/src/configure
export MACH_USE_SYSTEM_PYTHON=1
-# Android does not support --enable-bundled-fonts option ./mach configure --with-tor-browser-version=[% c("var/torbrowser_version") %] --with-distribution-id=org.torproject --enable-update-channel=[% c("var/channel") %] --enable-bundled-fonts --with-branding=[% c("var/branding_directory") %]
./mach build --verbose
tbb-commits@lists.torproject.org