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