From a7cfc6297abff59c02e95615ad5bcfb6cd7a7f81 Mon Sep 17 00:00:00 2001
From: Nicolas Vigier <boklm@torproject.org>
Date: Wed, 16 Nov 2022 10:51:50 +0100
Subject: [PATCH] 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 6610a61e5..f5a6985ad 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") %]
-- 
GitLab