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


Commits:
79ffbf80 by Beatriz Rizental at 2026-05-21T16:56:19-03:00
Bug 40091: Fix android-sdk download URL

- - - - -


1 changed file:

- .gitlab/scripts/before_script.py


Changes:

=====================================
.gitlab/scripts/before_script.py
=====================================
@@ -92,8 +92,8 @@ def download_minidump_stackwalk(
 
 
 def get_android_sdk_repack_url():
-    url = f"{TOR_BROWSER_BUILD_OUT}/android-sdk?C=M;O=D"
-    req = urllib.request.Request(url, method="GET")
+    url = f"{TOR_BROWSER_BUILD_OUT}/android-sdk"
+    req = urllib.request.Request(f"{url}?C=M;O=D", method="GET")
     with urllib.request.urlopen(req) as response:
         html = response.read().decode()
         found = re.search(



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/79ffbf805e8d17839c6f730cd626f52eac3da02f

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/79ffbf805e8d17839c6f730cd626f52eac3da02f
You're receiving this email because of your account on gitlab.torproject.org. 
Manage all notifications: https://gitlab.torproject.org/-/profile/notifications 
| Help: https://gitlab.torproject.org/help


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to