Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / b0 / aa4f9d285f562a7d57c0ff1550954018238205
1 Return-Path: <too@guru-group.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 22C32431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 26 May 2012 08:22:18 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 7YWzsJiNdxru for <notmuch@notmuchmail.org>;\r
16         Sat, 26 May 2012 08:22:17 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 3FFCA431FBC\r
19         for <notmuch@notmuchmail.org>; Sat, 26 May 2012 08:22:17 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 52E95100643; Sat, 26 May 2012 18:22:27 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 2/2] Makefile.local: added verify-version-news to\r
25         verify-no-dirty-code deps.\r
26 Date: Sat, 26 May 2012 18:22:25 +0300\r
27 Message-Id: <1338045745-18409-2-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.7.1\r
29 In-Reply-To: <1338045745-18409-1-git-send-email-tomi.ollila@iki.fi>\r
30 References: <1338045745-18409-1-git-send-email-tomi.ollila@iki.fi>\r
31 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Sat, 26 May 2012 15:22:18 -0000\r
45 \r
46 Added `verify-version-news` to the end of `verify-no-dirty-code`\r
47 dependencies so it is part of release testing checks.\r
48 ---\r
49 Tested by executing the following commands:\r
50   make verify-source-tree-and-version\r
51   make verify-source-tree-and-version VERSION=0.13\r
52   make verify-source-tree-and-version VERSION=0.12\r
53 \r
54  Makefile.local |    2 +-\r
55  1 files changed, 1 insertions(+), 1 deletions(-)\r
56 \r
57 diff --git a/Makefile.local b/Makefile.local\r
58 index 1b34c00..94a3a70 100644\r
59 --- a/Makefile.local\r
60 +++ b/Makefile.local\r
61 @@ -187,7 +187,7 @@ release-message:\r
62  verify-source-tree-and-version: verify-no-dirty-code\r
63  \r
64  .PHONY: verify-no-dirty-code\r
65 -verify-no-dirty-code: verify-version-debian verify-version-python verify-version-manpage\r
66 +verify-no-dirty-code: verify-version-debian verify-version-python verify-version-manpage verify-version-news\r
67  ifeq ($(IS_GIT),yes)\r
68         @printf "Checking that source tree is clean..."\r
69  ifneq ($(shell git ls-files -m),)\r
70 -- \r
71 1.7.1\r
72 \r