From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49821 invoked by alias); 1 May 2017 14:45:40 -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 49739 invoked by uid 89); 1 May 2017 14:45:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 May 2017 14:45:33 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CC9E5C00162C for ; Mon, 1 May 2017 14:45:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CC9E5C00162C Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com CC9E5C00162C Received: from [10.10.120.242] (ovpn-120-242.rdu2.redhat.com [10.10.120.242]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 82E2B5C541 for ; Mon, 1 May 2017 14:45:34 +0000 (UTC) Subject: Re: [PATCH setup 10/11] Don't show source-only packages in package list To: cygwin-apps@cygwin.com References: <20170428121205.12240-1-jon.turney@dronecode.org.uk> <20170428121205.12240-11-jon.turney@dronecode.org.uk> From: Yaakov Selkowitz Message-ID: <0fd26431-f37a-3a3e-4cf5-8d5e1800cec8@cygwin.com> Date: Mon, 01 May 2017 14:45:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170428121205.12240-11-jon.turney@dronecode.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00001.txt.bz2 On 2017-04-28 07:12, Jon Turney wrote: > external-source: packages which have no binary package will be marked skip: > and so won't show up in setup.ini at all. > > If we change to using the Source: line to identify a source package, which > is (by definition) source only, these will appear in setup.ini, but without > any install: lines, so we need to explcitly avoid showing them in the > package list. Does this necessitate a change to cygport? -- Yaakov