From ddb8c65eb135c54fe21e20dafdf7b69a20107703 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 31 Jan 2009 19:41:31 -0500 Subject: [PATCH] fix location of the primary public keyring for the new reorganization fix location of the authentication gpg configuration --- tests/basic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/basic b/tests/basic index 6d0a888..0d78053 100755 --- a/tests/basic +++ b/tests/basic @@ -178,9 +178,9 @@ cp etc/monkeysphere/monkeysphere-server.conf "$TEMPDIR"/monkeysphere-server.conf cat <> "$TEMPDIR"/monkeysphere-server.conf AUTHORIZED_USER_IDS="$MONKEYSPHERE_HOME/authentication/authorized_user_ids" EOF -cat < "$MONKEYSPHERE_SYSDATADIR"/gnupg-authentication/gpg.conf +cat < "$MONKEYSPHERE_SYSDATADIR"/authentication/sphere/gpg.conf primary-keyring ${MONKEYSPHERE_SYSDATADIR}/authentication/sphere/pubring.gpg -keyring ${MONKEYSPHERE_SYSDATADIR}/host/pubring.gpg +keyring ${MONKEYSPHERE_SYSDATADIR}/authentication/core/pubring.gpg EOF -- 2.25.1