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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Sep 26 13:02:41 UTC 2024



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:

- projects/release/update_responses_config.yml


Changes:

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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/12330fabc8de6c832608a6ef43f1f4e6af9cf243

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/12330fabc8de6c832608a6ef43f1f4e6af9cf243
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240926/3501c0de/attachment.htm>


More information about the tor-commits mailing list