From: David Bremner Date: Tue, 2 Jun 2015 20:30:58 +0000 (+0200) Subject: Re: [PATCH] release-checks: check that git working directory is clean X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c33c40ce0ab7ac30b559ff4e91ebeabb4621c38;p=notmuch-archives.git Re: [PATCH] release-checks: check that git working directory is clean --- diff --git a/e4/25101feff648dbded93268464459e29e1ffb61 b/e4/25101feff648dbded93268464459e29e1ffb61 new file mode 100644 index 000000000..fcd1a9ea8 --- /dev/null +++ b/e4/25101feff648dbded93268464459e29e1ffb61 @@ -0,0 +1,61 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 885156DE13E3 + for ; Tue, 2 Jun 2015 13:32:20 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.247 +X-Spam-Level: +X-Spam-Status: No, score=0.247 tagged_above=-999 required=5 tests=[AWL=0.247] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id KU-qZ6_dE4RE for ; + Tue, 2 Jun 2015 13:32:18 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 1507C6DE13A3 + for ; Tue, 2 Jun 2015 13:32:17 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YzsqC-0007X7-VN; Tue, 02 Jun 2015 20:31:16 +0000 +Received: (nullmailer pid 30473 invoked by uid 1000); Tue, 02 Jun 2015 + 20:30:58 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH] release-checks: check that git working directory is clean +In-Reply-To: <1433256225-13531-1-git-send-email-tomi.ollila@iki.fi> +References: <1433256225-13531-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.20+15~ga1b054b (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Tue, 02 Jun 2015 22:30:58 +0200 +Message-ID: <876175ua2l.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: tomi.ollila@iki.fi +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Tue, 02 Jun 2015 20:32:20 -0000 + +Tomi Ollila writes: + +> Before release check that there are no uncommitted changes and +> that there are no files in working directory that possibly should +> have been added to the repository. + +this seems ok to me, and certainly reveal just how crufty my notmuch +directory was. + +d