Pier Angelo Vendrame pushed to branch base-browser-146.0a1-16.0-1 at The Tor
Project / Applications / Tor Browser
Commits:
306651ac by Pier Angelo Vendrame at 2025-12-09T09:28:08+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/tor-browser/-/commit/306651acc4029356dde57c5c620683a135eab6d4
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/306651acc4029356dde57c5c620683a135eab6d4
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]