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/... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/... 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
participants (1)
-
Pier Angelo Vendrame (@pierov)