From 3eb12975aa8c940f831360b2b1cd48481096652c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 31 Mar 2014 11:54:15 +2100 Subject: [PATCH] [PATCH] debian: ignore performance corpus when making source package --- 22/33dd39ed4147bdcf9a305ba1503c159ba8b9e1 | 65 +++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 22/33dd39ed4147bdcf9a305ba1503c159ba8b9e1 diff --git a/22/33dd39ed4147bdcf9a305ba1503c159ba8b9e1 b/22/33dd39ed4147bdcf9a305ba1503c159ba8b9e1 new file mode 100644 index 000000000..39f5c68db --- /dev/null +++ b/22/33dd39ed4147bdcf9a305ba1503c159ba8b9e1 @@ -0,0 +1,65 @@ +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 740C4431FBC + for ; Sun, 30 Mar 2014 07:54:29 -0700 (PDT) +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 3pHgXiu07r6P for ; + Sun, 30 Mar 2014 07:54:24 -0700 (PDT) +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 B7659431FB6 + for ; Sun, 30 Mar 2014 07:54:24 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WUH7u-0003c6-DR; Sun, 30 Mar 2014 11:54:22 -0300 +Received: (nullmailer pid 12353 invoked by uid 1000); Sun, 30 Mar 2014 + 14:54:18 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH] debian: ignore performance corpus when making source package +Date: Sun, 30 Mar 2014 11:54:15 -0300 +Message-Id: <1396191255-12281-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.9.0 +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, 30 Mar 2014 14:54:29 -0000 + +Currently "make debian-snapshot" will include the performance corpus +tarball in the source package, which slows things down and wastes disk +space. tar-ignore is needed twice to keep the default exclude rules +(e.g. to exclude .git) +--- + debian/source/options | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/debian/source/options b/debian/source/options +index 7423a2d..7e95ec7 100644 +--- a/debian/source/options ++++ b/debian/source/options +@@ -1 +1,3 @@ + single-debian-patch ++tar-ignore ++tar-ignore=performance-test/download/*.tar.xz +-- +1.9.0 + -- 2.26.2