database error
[notmuch-archives.git] / 1c / a37f6d943daf3e179108c9e9a505ea49fbe224
1 Return-Path: <bremner@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 4859F431E82\r
6         for <notmuch@notmuchmail.org>; Tue, 11 Mar 2014 16:01:59 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id rJVBSp6CpV6w for <notmuch@notmuchmail.org>;\r
16         Tue, 11 Mar 2014 16:01:57 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 25617431FD0\r
21         for <notmuch@notmuchmail.org>; Tue, 11 Mar 2014 16:01:57 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1WNVgK-0001uN-R5; Tue, 11 Mar 2014 20:01:56 -0300\r
25 Received: (nullmailer pid 25861 invoked by uid 1000); Tue, 11 Mar 2014\r
26         23:01:46 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [Patch v6 11/14] test: commit database checksum, ignore actual\r
30         databases\r
31 Date: Tue, 11 Mar 2014 20:01:37 -0300\r
32 Message-Id: <1394578900-25618-12-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 1.8.5.3\r
34 In-Reply-To: <1394578900-25618-1-git-send-email-david@tethera.net>\r
35 References: <1394578900-25618-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 11 Mar 2014 23:01:59 -0000\r
49 \r
50 The checksum file is used by the test infrastructure to verify the downloaded\r
51 test database is the one we had in mind.  Note that this test is\r
52 rather strict, and the the checksum file needs to be recommitted when\r
53 the database is regenerated.\r
54 \r
55 add a pattern .gitignore to ignore the actual databases\r
56 ---\r
57  test/test-databases/.gitignore                | 1 +\r
58  test/test-databases/database-v1.tar.xz.sha256 | 1 +\r
59  2 files changed, 2 insertions(+)\r
60  create mode 100644 test/test-databases/.gitignore\r
61  create mode 100644 test/test-databases/database-v1.tar.xz.sha256\r
62 \r
63 diff --git a/test/test-databases/.gitignore b/test/test-databases/.gitignore\r
64 new file mode 100644\r
65 index 0000000..b5624b7\r
66 --- /dev/null\r
67 +++ b/test/test-databases/.gitignore\r
68 @@ -0,0 +1 @@\r
69 +*.tar.xz\r
70 diff --git a/test/test-databases/database-v1.tar.xz.sha256 b/test/test-databases/database-v1.tar.xz.sha256\r
71 new file mode 100644\r
72 index 0000000..2cc4f96\r
73 --- /dev/null\r
74 +++ b/test/test-databases/database-v1.tar.xz.sha256\r
75 @@ -0,0 +1 @@\r
76 +4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2  database-v1.tar.xz\r
77 -- \r
78 1.8.5.3\r
79 \r