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

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-14.5] Bug 41554: Export SIGNING_PROJECTNAME and tbb_version in linux-signer-sign-android-apks



Title: GitLab

boklm pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build

Commits:

  • 7bbac89c
    by Nicolas Vigier at 2025-08-29T12:59:32+02:00
    Bug 41554: Export SIGNING_PROJECTNAME and tbb_version in linux-signer-sign-android-apks
    
    Following the changes from 821c192ed9def86b92a20bc8878a7c519230996f,
    wrappers/sign-apk is now using those variables.
    

1 changed file:

Changes:

  • tools/signing/linux-signer-sign-android-apks
    ... ... @@ -8,8 +8,9 @@ source "$script_dir/functions"
    8 8
     topdir="$script_dir/../.."
    
    9 9
     ARCHS="armv7 aarch64 x86 x86_64"
    
    10 10
     projname=$(project-name)
    
    11
    -# tbb_version_type is used in wrappers/sign-apk, so we export it
    
    12
    -export tbb_version_type
    
    11
    +# tbb_version_type, tbb_version and SIGNING_PROJECTNAME are used in
    
    12
    +# wrappers/sign-apk, so we export them
    
    13
    +export tbb_version tbb_version_type SIGNING_PROJECTNAME
    
    13 14
     
    
    14 15
     check_installed_packages() {
    
    15 16
       local packages='unzip openjdk-11-jdk-headless openjdk-11-jre-headless'
    

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