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.


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to