[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41136: Include *.deb in the list of files to gpg sign

richard (@richard) git at gitlab.torproject.org
Tue May 7 11:23:17 UTC 2024



richard pushed to branch main at The Tor Project / Applications / tor-browser-build


Commits:
86ad0eeb by Nicolas Vigier at 2024-05-07T11:10:35+00:00
Bug 41136: Include *.deb in the list of files to gpg sign

- - - - -


1 changed file:

- tools/signing/linux-signer-gpg-sign


Changes:

=====================================
tools/signing/linux-signer-gpg-sign
=====================================
@@ -8,7 +8,9 @@ cd ~/"$SIGNING_PROJECTNAME-$tbb_version"
 
 test -n "$GPG_PASS" || read -sp "Enter gpg passphrase: " GPG_PASS
 currentdir=$(pwd)
-for i in `find . -name "*.dmg" -o -name "*.exe" -o -name "*.tar.xz" -o -name "*.txt" -o -name "*.zip" -o -name "*.tar.gz" -o -name "*.apk" | sort`
+for i in `find . -name "*.dmg" -o -name "*.exe" -o -name "*.tar.xz" \
+  -o -name "*.txt" -o -name "*.zip" -o -name "*.tar.gz" -o -name "*.apk" \
+  -o -name "*.deb" | sort`
 do
   if test -f "$i.asc"
   then



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/86ad0eebbaa61aa0cfccc7e1edf54470ec6fa288

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/86ad0eebbaa61aa0cfccc7e1edf54470ec6fa288
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/20240507/fe00ed04/attachment-0001.htm>


More information about the tbb-commits mailing list