From: Micah Anderson Date: Sun, 1 Feb 2009 00:41:31 +0000 (-0500) Subject: fix location of the primary public keyring for the new reorganization X-Git-Tag: monkeysphere_0.23~156^2^2 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=ddb8c65eb135c54fe21e20dafdf7b69a20107703 fix location of the primary public keyring for the new reorganization fix location of the authentication gpg configuration --- 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