Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorIstván Váradi <ivaradi@varadiistvan.hu>2021-06-23 12:02:09 +0300
committerFelix Weilbach (Rebase PR Action) <felix.weilbach@t-online.de>2021-06-24 15:01:29 +0300
commitf69c5951033512755d688951a99caf9825711e47 (patch)
treedddd03347d73eeb2b755a0ef82fefb8a3770b12f /admin
parentdb1357088d18842a660aadb8079a0e1fc58b5cfa (diff)
Use the full GPG key ID for signing Debian packages
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/linux/debian/drone-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/linux/debian/drone-build.sh b/admin/linux/debian/drone-build.sh
index c77e9d584..2a84d3d0a 100755
--- a/admin/linux/debian/drone-build.sh
+++ b/admin/linux/debian/drone-build.sh
@@ -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 ..