Pier Angelo Vendrame pushed to branch tor-browser-146.0a1-16.0-1 at The Tor 
Project / Applications / Tor Browser


Commits:
b1b7b8b9 by Pier Angelo Vendrame at 2025-12-09T09:05:19+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/b1b7b8b989344233bd56a22ea229c63f121f7a57

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b1b7b8b989344233bd56a22ea229c63f121f7a57
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]

Reply via email to