summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
-rw-r--r--.profile2
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