[PATCH 2/2] Makefile.local: added verify-version-news to verify-no-dirty-code deps.
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 26 May 2012 15:22:25 +0000 (18:22 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:47:26 +0000 (09:47 -0800)
b0/aa4f9d285f562a7d57c0ff1550954018238205 [new file with mode: 0644]

diff --git a/b0/aa4f9d285f562a7d57c0ff1550954018238205 b/b0/aa4f9d285f562a7d57c0ff1550954018238205
new file mode 100644 (file)
index 0000000..92a5441
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 22C32431FB6\r
+       for <notmuch@notmuchmail.org>; Sat, 26 May 2012 08:22:18 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 7YWzsJiNdxru for <notmuch@notmuchmail.org>;\r
+       Sat, 26 May 2012 08:22:17 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 3FFCA431FBC\r
+       for <notmuch@notmuchmail.org>; Sat, 26 May 2012 08:22:17 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 52E95100643; Sat, 26 May 2012 18:22:27 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/2] Makefile.local: added verify-version-news to\r
+       verify-no-dirty-code deps.\r
+Date: Sat, 26 May 2012 18:22:25 +0300\r
+Message-Id: <1338045745-18409-2-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.7.1\r
+In-Reply-To: <1338045745-18409-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1338045745-18409-1-git-send-email-tomi.ollila@iki.fi>\r
+Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 26 May 2012 15:22:18 -0000\r
+\r
+Added `verify-version-news` to the end of `verify-no-dirty-code`\r
+dependencies so it is part of release testing checks.\r
+---\r
+Tested by executing the following commands:\r
+  make verify-source-tree-and-version\r
+  make verify-source-tree-and-version VERSION=0.13\r
+  make verify-source-tree-and-version VERSION=0.12\r
+\r
+ Makefile.local |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/Makefile.local b/Makefile.local\r
+index 1b34c00..94a3a70 100644\r
+--- a/Makefile.local\r
++++ b/Makefile.local\r
+@@ -187,7 +187,7 @@ release-message:\r
+ verify-source-tree-and-version: verify-no-dirty-code\r
\r
+ .PHONY: verify-no-dirty-code\r
+-verify-no-dirty-code: verify-version-debian verify-version-python verify-version-manpage\r
++verify-no-dirty-code: verify-version-debian verify-version-python verify-version-manpage verify-version-news\r
+ ifeq ($(IS_GIT),yes)\r
+       @printf "Checking that source tree is clean..."\r
+ ifneq ($(shell git ls-files -m),)\r
+-- \r
+1.7.1\r
+\r