From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81552 invoked by alias); 22 Feb 2020 14:48:55 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 81450 invoked by uid 89); 22 Feb 2020 14:48:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.4 required=5.0 tests=AWL,BAYES_00,FORGED_SPF_HELO,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=incremental, calm, HContent-Transfer-Encoding:8bit X-HELO: sa-prd-fep-044.btinternet.com Received: from mailomta17-sa.btinternet.com (HELO sa-prd-fep-044.btinternet.com) (213.120.69.23) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 22 Feb 2020 14:48:21 +0000 Received: from sa-prd-rgout-003.btmx-prd.synchronoss.net ([10.2.38.6]) by sa-prd-fep-044.btinternet.com with ESMTP id <20200222144810.XMBX4516.sa-prd-fep-044.btinternet.com@sa-prd-rgout-003.btmx-prd.synchronoss.net>; Sat, 22 Feb 2020 14:48:10 +0000 Authentication-Results: btinternet.com; auth=pass (LOGIN) smtp.auth=jonturney@btinternet.com X-OWM-Source-IP: 31.51.207.12 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean Received: from localhost.localdomain (31.51.207.12) by sa-prd-rgout-003.btmx-prd.synchronoss.net (5.8.340) (authenticated as jonturney@btinternet.com) id 5E3A268A02B6F483; Sat, 22 Feb 2020 14:48:10 +0000 From: Jon Turney To: cygwin-apps@cygwin.com Cc: Jon Turney Subject: [PATCH cygport] Generate a separate .hint for the source package Date: Sat, 22 Feb 2020 14:48:00 -0000 Message-Id: <20200222144751.22096-1-jon.turney@dronecode.org.uk> In-Reply-To: <20200208134634.58200-1-jon.turney@dronecode.org.uk> References: <20200208134634.58200-1-jon.turney@dronecode.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2020-02/txt/msg00049.txt.bz2 Incremental to the previous, since it uses the hint testing framework that provides, this adds generation of a separate .hint for the source package. (This is something I should have proposed a while ago, not least because it simplifies how calm can determine if a .hint file is stale (which currently has to use some complex logic to see if it's being used by a source or an install package, which still doesn't always work correctly)) Jon Turney (1): Generate a separate .hint for the source package lib/pkg_pkg.cygpart | 21 ++++++++++++------- .../dist/multiple/multiple-3.14-1-src.hint | 6 ++++++ testsuite/hints/multiple/multiple.cygport | 1 + .../dist/single/single-2.3.4-1-src.hint | 5 +++++ 4 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 testsuite/hints/multiple/hints/multiple-3.14-1.x86_64/dist/multiple/multiple-3.14-1-src.hint create mode 100644 testsuite/hints/single/hints/single-2.3.4-1.x86_64/dist/single/single-2.3.4-1-src.hint -- 2.21.0