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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.1.0esr-15.0-1] fixup! TB 42669: [android] Use custom no-op app-services



Title: GitLab

Dan Ballard pushed to branch tor-browser-140.1.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • e5e8a990
    by Dan Ballard at 2025-08-05T08:53:12-05:00
    fixup! TB 42669: [android] Use custom no-op app-services
    
    Add fix for edge case where there are dup nightly builds
    

1 changed file:

Changes:

  • mobile/android/fenix/tools/tba-fetch-deps.sh
    ... ... @@ -28,7 +28,7 @@ if [[ $1 == "--tbb" ]]; then
    28 28
       tor_expert_bundle_aar="$(ls -1td "$TOR_BROWSER_BUILD/out/tor-expert-bundle-aar/"tor-expert-bundle-aar-* | head -1)"
    
    29 29
       cp "$tor_expert_bundle_aar"/* app/
    
    30 30
     else
    
    31
    -  tor_expert_bundle_aar_dirname="$(curl -s $TBB_BUILD_06/tor-expert-bundle-aar/ | sed -nE 's/.*href="">)"
    
    31
    +  tor_expert_bundle_aar_dirname="$(curl -s $TBB_BUILD_06/tor-expert-bundle-aar/ | sed -nE 's/.*href=""> | head -n 1)"
    
    32 32
       curl -o app/tor-expert-bundle.aar $TBB_BUILD_06/tor-expert-bundle-aar/$tor_expert_bundle_aar_dirname/tor-expert-bundle.aar
    
    33 33
     fi
    
    34 34
     
    

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