Merge pull request #3475 from ivaradi/use-full-gpg-keyid

Use the full GPG key ID for signing Debian packages
This commit is contained in:
István Váradi 2021-06-24 16:20:16 +02:00 committed by GitHub
commit ad3b48c2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ for distribution in ${UBUNTU_DISTRIBUTIONS} ${DEBIAN_DISTRIBUTIONS}; do
dpkg-genchanges -S -sa > "../nextcloud-desktop_${fullver}_source.changes"
if test -f ~/.has_ppa_keys; then
debsign -k7D14AA7B -S
debsign -k2265D8767D14AA7B -S
fi
done
cd ..