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 F0E98431FC4 for ; Sun, 9 Mar 2014 14:42:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 WF07VAFKqWDa for ; Sun, 9 Mar 2014 14:41:58 -0700 (PDT) Received: from mail-la0-f48.google.com (mail-la0-f48.google.com [209.85.215.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7DBB6429E25 for ; Sun, 9 Mar 2014 14:41:08 -0700 (PDT) Received: by mail-la0-f48.google.com with SMTP id gf5so4144270lab.35 for ; Sun, 09 Mar 2014 14:41:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=1/R9a0TAVeq4+uSgbPor3DKeq6AIpAW3eWnZ36wzgGU=; b=Hpm1WtZ3FgAzGfiMsv6AtWuuE8gAHKmgIX9teAw0QC/31zEk/XCYJO9QcANuYnpdA6 pxDPShlXSa0ST9sF/R6RybXCR6QZ9ibMeuYgIuW/knKUoHLYA0vJvMKRcDiW+DQ4NZ8L pZ2GDp83NglHMdf0VHNmWLdcwhvAPxU6Dk/uF/1oselxhc3e8aqNIZp4ya10Vloc+cmr bljvBjK41UDu+t6DmW/ZwscTq1Tcmmhpo5f1L72hw4G2PTbQRi74x1jbzmpCiaqC04yx DWtFmuIgkGbWdETREm6RXw4yqHkUTwClCY+t9ti51fTaj+B91nXX3R1Vl6sdOK8iDPhS iSog== X-Gm-Message-State: ALoCoQmfhSZaZ1L0B6/6Z1mbxWeLzCQfiWkoF4y0XFB+W9C3oNVKGyIyBx0joSXUovHyMIEH2FRe X-Received: by 10.112.160.200 with SMTP id xm8mr19881457lbb.24.1394401267114; Sun, 09 Mar 2014 14:41:07 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id jt7sm19399456lbc.15.2014.03.09.14.41.05 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 09 Mar 2014 14:41:06 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v4 12/13] test: commit folders-v1.tar.xz checksum, ignore actual databases Date: Sun, 9 Mar 2014 23:40:33 +0200 Message-Id: X-Mailer: git-send-email 1.9.0 In-Reply-To: References: In-Reply-To: References: 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: Sun, 09 Mar 2014 21:42:03 -0000 From: David Bremner 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 000000000000..b5624b74f804 --- /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 000000000000..01ad79db454f --- /dev/null +++ b/test/test-databases/folders-v1.tar.xz.sha256 @@ -0,0 +1 @@ +ace8a61216756b90a421e23d03910e1228bcb910e197c35e51e29f2cf57b37d9 folders-v1.tar.xz -- 1.9.0