[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-146.0a1-16.0-1] fixup! BB 44118: Disable Mozilla's nightly and early beta features.



Title: GitLab

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:

Changes:

  • build/moz.configure/init.configure
    ... ... @@ -1103,7 +1103,7 @@ def milestone(build_env, build_project, version_path, as_milestone, _):
    1103 1103
                     die("Could not find a version number in {}".format(p))
    
    1104 1104
                 versions.append(content[-1])
    
    1105 1105
     
    
    1106
    -    is_early_beta_or_earlier = False
    
    1106
    +    is_early_beta_or_earlier = None
    
    1107 1107
         if as_milestone:
    
    1108 1108
             if "a1" not in versions[0]:
    
    1109 1109
                 # We could make this work with some effort
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx