[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

Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android

Commits:

  • 06b84467
    by Pier Angelo Vendrame at 2024-05-28T15:01:21+00:00
    fixup! Modify build system
    
    Bug 42581: Check if a file exists before trying to sign it.
    

1 changed file:

Changes:

  • fenix/tools/tba-sign-devbuilds.sh
    ... ... @@ -29,6 +29,9 @@ fi
    29 29
     sign () {
    
    30 30
     	apk="$(realpath $1)"
    
    31 31
     	out="$apk"
    
    32
    +	if [ ! -f "$apk" ]; then
    
    33
    +		return
    
    34
    +	fi
    
    32 35
     	out="${out/unsigned/signed}"
    
    33 36
     	aligned="$apk"
    
    34 37
     	aligned="${aligned/unsigned/aligned}"
    

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