[tbb-commits] [builders/tor-browser-build] branch main updated: Bug 40688: Disable updater in base-browser

gitolite role git at cupani.torproject.org
Thu Nov 17 08:58:05 UTC 2022


This is an automated email from the git hooks/post-receive script.

boklm pushed a commit to branch main
in repository builders/tor-browser-build.

The following commit(s) were added to refs/heads/main by this push:
     new a7cfc629 Bug 40688: Disable updater in base-browser
a7cfc629 is described below

commit a7cfc6297abff59c02e95615ad5bcfb6cd7a7f81
Author: Nicolas Vigier <boklm at torproject.org>
AuthorDate: Wed Nov 16 10:51:50 2022 +0100

    Bug 40688: Disable updater in base-browser
    
    Disable updater in base-browser to avoid it getting updated to firefox.
---
 projects/firefox/build | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/projects/firefox/build b/projects/firefox/build
index 6610a61e..f5a6985a 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -159,11 +159,13 @@ export LC_ALL=C.UTF-8
 export LANG=C.UTF-8
 
 ./mach configure \
-  [% IF c("var/tor-browser") %]--with-tor-browser-version=[% c("var/torbrowser_version") %][% END %] \
   --with-distribution-id=org.torproject \
-  --enable-update-channel=[% c("var/channel") %] \
-  [% IF c("var/tor-browser") %]--with-branding=[% c("var/branding_directory") %][% END %] \
-  [% IF !c("var/rlbox") -%]--without-wasm-sandboxed-libraries[% END %] \
+  [% IF c("var/tor-browser") -%]
+        --with-tor-browser-version=[% c("var/torbrowser_version") %] \
+        --enable-update-channel=[% c("var/channel") %] \
+        --with-branding=[% c("var/branding_directory") %] \
+  [% END %] \
+  [% IF !c("var/rlbox") -%]--without-wasm-sandboxed-libraries[% END %]
 
 ./mach build --verbose
 [% IF !c("var/testbuild") %]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list