Pier Angelo Vendrame pushed to branch mullvad-browser-146.0a1-16.0-1 at The Tor
Project / Applications / Mullvad Browser
Commits:
2858f0b7 by Pier Angelo Vendrame at 2025-12-09T09:27:40+01:00
fixup! BB 44118: Disable Mozilla's nightly and early beta features.
It seems is_early_beta_or_earlier can be only True or None, but not
False.
- - - - -
1 changed file:
- build/moz.configure/init.configure
Changes:
=====================================
build/moz.configure/init.configure
=====================================
@@ -1103,7 +1103,7 @@ def milestone(build_env, build_project, version_path,
as_milestone, _):
die("Could not find a version number in {}".format(p))
versions.append(content[-1])
- is_early_beta_or_earlier = False
+ is_early_beta_or_earlier = None
if as_milestone:
if "a1" not in versions[0]:
# We could make this work with some effort
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/2858f0b7bb9969747a5d49b38b539fee4f339c3d
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/2858f0b7bb9969747a5d49b38b539fee4f339c3d
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]