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

[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40091: Fix android-sdk download URL



Title: GitLab

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:

Changes:

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

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