Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shelikhoo
tor-browser-build-2
Commits
a7cfc629
Unverified
Commit
a7cfc629
authored
2 years ago
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40688: Disable updater in base-browser
Disable updater in base-browser to avoid it getting updated to firefox.
parent
9b9d8a88
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/firefox/build
+6
-4
6 additions, 4 deletions
projects/firefox/build
with
6 additions
and
4 deletions
projects/firefox/build
+
6
−
4
View file @
a7cfc629
...
...
@@ -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
"
)
%
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment