From 0ba7908cddd6029311deab96ee1fd3082bcd87f7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 14 Mar 2016 10:57:14 -0700 Subject: use long keyid with gcrypt --- home-mrconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home-mrconfig b/home-mrconfig index 5ddbc9cf..ed30416b 100644 --- a/home-mrconfig +++ b/home-mrconfig @@ -260,9 +260,9 @@ skip = (! gcrypt) || lazy || fast fixups = chmod 600 .passwddb.pet .s3ql/authinfo2 .gnupg/*.gpg git config remote.origin.gcrypt-publish-participants true - git config remote.origin.gcrypt-participants 0x3B6D411B + git config remote.origin.gcrypt-participants 0x0F56D0553B6D411B git config gcrypt.publish-participants true - git config gcrypt.participants 0x3B6D411B + git config gcrypt.participants 0x0F56D0553B6D411B pre_update = git add .passwddb.pet .labbook.gpg git commit -a -m "auto passwddb and labbook commit on $(hostname -s)" || true @@ -345,11 +345,11 @@ push = git annex sync --content origin fixups = git config push.default matching git config remote.ma.gcrypt-publish-participants true - git config remote.ma.gcrypt-participants 0x3B6D411B + git config remote.ma.gcrypt-participants 0x0F56D0553B6D411B git config remote.origin.gcrypt-publish-participants true - git config remote.origin.gcrypt-participants 0x3B6D411B + git config remote.origin.gcrypt-participants 0x0F56D0553B6D411B git config gcrypt.publish-participants true - git config gcrypt.participants 0x3B6D411B + git config gcrypt.participants 0x0F56D0553B6D411B git config annex.startupscan false git config annex.autocommit false # set upstream so that mr can tell when I need to push @@ -404,7 +404,7 @@ fixups = git config push.default matching git config gcrypt.publish-participants true git config remote.origin.gcrypt-publish-participants true - git config remote.origin.gcrypt-participants 0x3B6D411B + git config remote.origin.gcrypt-participants 0x0F56D0553B6D411B git config annex.startupscan false git config annex.autocommit false git config remote.origin.annex-ignore true -- cgit v1.2.3