Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 3AEF1431FAE for ; Wed, 28 Nov 2012 13:27:14 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1kk1tJCu9M7T for ; Wed, 28 Nov 2012 13:27:13 -0800 (PST) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 86209431FAF for ; Wed, 28 Nov 2012 13:27:13 -0800 (PST) Received: from convex-new.cs.unb.ca ([131.202.245.35]) by tesseract.cs.unb.ca with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Tdp9y-00014H-L0; Wed, 28 Nov 2012 17:27:12 -0400 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80) (envelope-from ) id 1Tdp9t-0000oz-9Y; Wed, 28 Nov 2012 17:27:05 -0400 From: david@tethera.net To: notmuch@notmuchmail.org Subject: [PATCH 1/2] performance-test/README: update instructions for fetching corpus. Date: Wed, 28 Nov 2012 17:27:00 -0400 Message-Id: <1354138021-3127-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.7.10.4 X-Spam_bar: - Cc: David Bremner X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 21:27:14 -0000 From: David Bremner It turns out not everybody on the planet has my gpg key. --- performance-test/README | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/performance-test/README b/performance-test/README index 630cf13..36f1dac 100644 --- a/performance-test/README +++ b/performance-test/README @@ -12,9 +12,18 @@ In addition to having notmuch, you need: Getting set up to run tests: ---------------------------- -First, you need to get the corpus. +First, you need to get the corpus. If you don't already have the gpg +key for David Bremner, run -It should work to run + % gpg --search 'david@tethera.net' + +This should get you a key with fingerprint + + 815B 6398 2A79 F8E7 C727 86C4 762B 57BB 7842 06AD + +(the last 8 digits are printed as the "key id"). + +To fetch the actual corpus it should work to run % make download-corpus -- 1.7.10.4