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

[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Modify build system



Title: GitLab

Pier Angelo Vendrame pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android

Commits:

  • f0ca6b33
    by Pier Angelo Vendrame at 2023-10-31T14:18:09+01:00
    fixup! Modify build system
    
    Bug 42201: Sign all the channels of local builds
    

1 changed file:

Changes:

  • fenix/tools/tba-sign-devbuilds.sh
    ... ... @@ -41,8 +41,10 @@ sign () {
    41 41
     	echo "Signed $out"
    
    42 42
     }
    
    43 43
     
    
    44
    -for apk in app/build/outputs/apk/fenix/release/*-unsigned.apk; do
    
    45
    -	sign "$apk"
    
    44
    +for channel in app/build/outputs/apk/fenix/*; do
    
    45
    +	for apk in $channel/*-unsigned.apk; do
    
    46
    +		sign "$apk"
    
    47
    +	done
    
    46 48
     done
    
    47 49
     
    
    48 50
     rm -rf "$tmpdir"

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits