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 D0CE3431FC0 for ; Sat, 8 Mar 2014 13:20: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 tBG9VQD4RI38 for ; Sat, 8 Mar 2014 13:20:10 -0800 (PST) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 19F0F431FBD for ; Sat, 8 Mar 2014 13:20:10 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1WMOfB-00057q-NB; Sat, 08 Mar 2014 17:20:09 -0400 Received: (nullmailer pid 28554 invoked by uid 1000); Sat, 08 Mar 2014 21:20:03 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [Patch v3 14/15] test: commit folders-v1.tar.xz checksum, ignore actual databases Date: Sat, 8 Mar 2014 17:19:44 -0400 Message-Id: <1394313585-28422-15-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1394313585-28422-1-git-send-email-david@tethera.net> References: <1394313585-28422-1-git-send-email-david@tethera.net> 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: Sat, 08 Mar 2014 21:20:15 -0000 The checksum file is used by the test infrastructure to verify the downloaded test database is the one we had in mind. Note that this test is rather strict, and the the checksum file needs to be recommitted when the database is regenerated. add a pattern .gitignore to ignore the actual databases --- test/test-databases/.gitignore | 1 + test/test-databases/folders-v1.tar.xz.sha256 | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/test-databases/.gitignore create mode 100644 test/test-databases/folders-v1.tar.xz.sha256 diff --git a/test/test-databases/.gitignore b/test/test-databases/.gitignore new file mode 100644 index 0000000..b5624b7 --- /dev/null +++ b/test/test-databases/.gitignore @@ -0,0 +1 @@ +*.tar.xz diff --git a/test/test-databases/folders-v1.tar.xz.sha256 b/test/test-databases/folders-v1.tar.xz.sha256 new file mode 100644 index 0000000..01ad79d --- /dev/null +++ b/test/test-databases/folders-v1.tar.xz.sha256 @@ -0,0 +1 @@ +ace8a61216756b90a421e23d03910e1228bcb910e197c35e51e29f2cf57b37d9 folders-v1.tar.xz -- 1.8.5.3