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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41246: Add updater RewriteRules to make 13.5a10 a watershed.



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 12330fab
    by Pier Angelo Vendrame at 2024-09-26T12:17:46+02:00
    Bug 41246: Add updater RewriteRules to make 13.5a10 a watershed.
    
    This will not be an actual watershed, as users that are already up to
    date in the alpha channel might have skipped it, but it will help us to
    test everything for when we do the watershed update that allows us to
    have parallel Windows 7 builds from the 13.5 series with 14.0.
    

1 changed file:

Changes:

  • projects/release/update_responses_config.yml
    ... ... @@ -82,6 +82,11 @@ htaccess_rewrite_rules:
    82 82
             # bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory
    
    83 83
             RewriteRule ^[^/]+/8\.0a[12345678]/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
    
    84 84
             RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
    
    85
    +        # tor-browser#42747: Make 13.5a10 a watershed alpha release
    
    86
    +        RewriteRule ^[^/]+/\d\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
    
    87
    +        RewriteRule ^[^/]+/1[012]\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
    
    88
    +        RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
    
    89
    +        RewriteRule ^[^/]+/13\.5a\d/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
    
    85 90
         release: |
    
    86 91
             # bug 26570: Redirect pre-8.0 stable users to a separate update directory
    
    87 92
             RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0/release/$0 [last]
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits