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:
- tools/signing/linux-signer-sign-android-apks
Changes:
=====================================
tools/signing/linux-signer-sign-android-apks
=====================================
@@ -8,8 +8,9 @@ source "$script_dir/functions"
topdir="$script_dir/../.."
ARCHS="armv7 aarch64 x86 x86_64"
projname=$(project-name)
-# tbb_version_type is used in wrappers/sign-apk, so we export it
-export tbb_version_type
+# tbb_version_type, tbb_version and SIGNING_PROJECTNAME are used in
+# wrappers/sign-apk, so we export them
+export tbb_version tbb_version_type SIGNING_PROJECTNAME
check_installed_packages() {
local packages='unzip openjdk-11-jdk-headless openjdk-11-jre-headless'
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/7bbac89caa7a4430b4d411675a58ede5f1857730
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/7bbac89caa7a4430b4d411675a58ede5f1857730
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]