Pier Angelo Vendrame pushed to branch tor-browser-146.0a1-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 74224f67 by Pier Angelo Vendrame at 2025-12-08T19:23:45+01:00 dropme! BB 4234: Use the Firefox Update Process for Base Browser. Remove this part of the code. The next commit should be moved earlier in the patchset at the next rebase. - - - - - 2c93a805 by Pier Angelo Vendrame at 2025-12-08T19:23:46+01:00 BB 44118: Disable Mozilla's nightly and early beta features. - - - - - 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 = None + is_early_beta_or_earlier = False if as_milestone: if "a1" not in versions[0]: # We could make this work with some effort @@ -1111,8 +1111,6 @@ def milestone(build_env, build_project, version_path, as_milestone, _): as_milestone = as_milestone[0] as_milestone_flag = "" if as_milestone == "release" else "b1" versions = [v.replace("a1", as_milestone_flag) for v in versions] - if as_milestone == "early-beta": - is_early_beta_or_earlier = True milestone, firefox_version, firefox_version_display = versions[:3] @@ -1133,7 +1131,7 @@ def milestone(build_env, build_project, version_path, as_milestone, _): m = re.search(r"([ab]\d+)", milestone) ab_patch = m.group(1) if m else "" - if not as_milestone: + if False: defines = os.path.join(build_env.topsrcdir, "build", "defines.sh") with open(defines, "r") as fh: for line in fh.read().splitlines(): View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/df582a9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/df582a9... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)