[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41290: Remove android signing in do-all-signing
morgan (@morgan)
git at gitlab.torproject.org
Mon Oct 28 19:12:36 UTC 2024
morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
9951e817 by Nicolas Vigier at 2024-10-28T18:12:37+01:00
Bug 41290: Remove android signing in do-all-signing
- - - - -
1 changed file:
- tools/signing/do-all-signing
Changes:
=====================================
tools/signing/do-all-signing
=====================================
@@ -17,11 +17,6 @@ test -f "$steps_dir/linux-signer-signmars.done" ||
read -sp "Enter $nssdb (mar signing) passphrase: " NSSPASS
echo
-if is_project torbrowser; then
- test -f "$steps_dir/linux-signer-sign-android-apks.done" ||
- read -sp "Enter android apk signing password ($tbb_version_type): " KSPASS
- echo
-fi
test -f "$steps_dir/linux-signer-authenticode-signing.done" ||
read -sp "Enter windows authenticode passphrase: " YUBIPASS
echo
@@ -190,10 +185,6 @@ do_step sync-scripts-to-linux-signer
do_step sync-before-linux-signer-signmars
do_step linux-signer-signmars
do_step sync-after-signmars
-is_project torbrowser && \
- do_step linux-signer-sign-android-apks
-is_project torbrowser && \
- do_step sync-after-sign-android-apks
do_step linux-signer-authenticode-signing
do_step sync-after-authenticode-signing
do_step authenticode-timestamping
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9951e8174c9f1fe8358eda056d14ffc90e2e513b
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9951e8174c9f1fe8358eda056d14ffc90e2e513b
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20241028/941ce02b/attachment-0001.htm>
More information about the tor-commits
mailing list