From 73eeb71e4f65cea3973acce2627614f744418591 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 24 Dec 2022 15:27:11 +0100 Subject: use 16-byte OpenPGP identifiers --- .bashrc | 2 +- .profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 90336c2..e1187dd 100644 --- a/.bashrc +++ b/.bashrc @@ -125,4 +125,4 @@ export KEMAIL="${EMAIL}" export KPKG_MAINTAINER="${DEBFULLNAME}" export KPKG_EMAIL="${EMAIL}" -export DEBSIGN_KEYID=C1A00121 +export DEBSIGN_KEYID=2C7C3146C1A00121 diff --git a/.profile b/.profile index 2f3250d..19808ab 100644 --- a/.profile +++ b/.profile @@ -30,7 +30,7 @@ fi #DISTCC_HOSTS="localhost 192.168.222.252" if [ -x /usr/bin/keychain ]; then - eval `keychain --eval --ignore-missing id_rsa C1A00121` + eval `keychain --eval --ignore-missing id_rsa 2C7C3146C1A00121` else gpg-connect-agent /bye fi -- cgit v1.2.3