[tbb-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Modify build system
Dan Ballard (@dan)
git at gitlab.torproject.org
Tue May 28 15:01:45 UTC 2024
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:
- fenix/tools/tba-sign-devbuilds.sh
Changes:
=====================================
fenix/tools/tba-sign-devbuilds.sh
=====================================
@@ -29,6 +29,9 @@ fi
sign () {
apk="$(realpath $1)"
out="$apk"
+ if [ ! -f "$apk" ]; then
+ return
+ fi
out="${out/unsigned/signed}"
aligned="$apk"
aligned="${aligned/unsigned/aligned}"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/06b84467896784cf7b62494bb6a2d1ab50edfec0
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/06b84467896784cf7b62494bb6a2d1ab50edfec0
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/tbb-commits/attachments/20240528/cd05c49c/attachment-0001.htm>
More information about the tbb-commits
mailing list