From: David Bremner Date: Tue, 9 Jun 2015 17:35:59 +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=bc9675c5357068e000544139a78ccffd218c3427;p=notmuch-archives.git Re: [PATCH] release-checks: check that git working directory is clean --- diff --git a/ea/d35bd4228fff0a0d01c41e1d2bce61c91080c1 b/ea/d35bd4228fff0a0d01c41e1d2bce61c91080c1 new file mode 100644 index 000000000..db6057644 --- /dev/null +++ b/ea/d35bd4228fff0a0d01c41e1d2bce61c91080c1 @@ -0,0 +1,57 @@ +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 6245C6DE02CB + for ; Tue, 9 Jun 2015 10:37:28 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.203 +X-Spam-Level: +X-Spam-Status: No, score=0.203 tagged_above=-999 required=5 tests=[AWL=0.203] + 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 YZSYwTp2eUkb for ; + Tue, 9 Jun 2015 10:37:19 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 930D66DE0244 + for ; Tue, 9 Jun 2015 10:37:19 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Z2NRi-00056v-Es; Tue, 09 Jun 2015 17:36:18 +0000 +Received: (nullmailer pid 19683 invoked by uid 1000); Tue, 09 Jun 2015 + 17:35:59 -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, 09 Jun 2015 19:35:59 +0200 +Message-ID: <87twug7pj4.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, 09 Jun 2015 17:37:28 -0000 + +Tomi Ollila writes: + +> Before release check that there are no uncommitted changes and +> that there are no files in working directory that possibly shoul + +pushed, amended as suggested by Tomi on IRC s/--ignored//g