From: David Bremner Date: Fri, 5 Jun 2015 16:56:47 +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=0a6a768028cd8a2579a007f2e5310087bacfec0d;p=notmuch-archives.git Re: [PATCH] release-checks: check that git working directory is clean --- diff --git a/0c/f9fd0a0caaf2207eec7f3e8eea32e4dfced44d b/0c/f9fd0a0caaf2207eec7f3e8eea32e4dfced44d new file mode 100644 index 000000000..70d0a8295 --- /dev/null +++ b/0c/f9fd0a0caaf2207eec7f3e8eea32e4dfced44d @@ -0,0 +1,64 @@ +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 9E35B6DE1749 + for ; Fri, 5 Jun 2015 09:58:12 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.241 +X-Spam-Level: +X-Spam-Status: No, score=0.241 tagged_above=-999 required=5 tests=[AWL=0.241] + 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 Zx9WHFqrrQWc for ; + Fri, 5 Jun 2015 09:58:10 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 51C376DE173B + for ; Fri, 5 Jun 2015 09:58:10 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Z0uvZ-0002gc-RZ; Fri, 05 Jun 2015 16:57:05 +0000 +Received: (nullmailer pid 14961 invoked by uid 1000); Fri, 05 Jun 2015 + 16:56:47 -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: Fri, 05 Jun 2015 18:56:47 +0200 +Message-ID: <87sia6ozzk.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +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: Fri, 05 Jun 2015 16:58:12 -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. + +Not sure the best way to manage this, but I don't think we need to +remove the test (and perf-test) databases do we? + +=E2=95=AD=E2=94=80 maritornes:~/software/upstream/notmuch=20 +=E2=95=B0=E2=94=80 (git)-[master]-% git status --porcelain --ignored +!! test/test-databases/database-v1.tar.xz