X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=s5uNK2M
	Q/8oA9vYOErUIgB5mYiM78aoU1PuUqpm92OXOQQdwy592pwd0pPdRohLQGjpjoWV
	WEkzhwC9viC92/2jNHjDItC/Dl9QnMGP4wD0GkxLqqCkPXzEuEqjnAyAeP83skLL
	FUj5WxBshDsMB1uTy0Bomo7rXjNnws/6XxfA=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type; s=default; bh=HhixVtRhzQLm8
	rij6W5fL/Ohn8A=; b=wi2vREibGzwey/XFPqha12YsMfO0Hgwj/l88Wa70cJI5X
	fxeItriy5DP6WWwGv+JXWeXol4r/xmlqvDp0YhIPCxY43MpeVs76rmnjVNIGqW1Z
	UCbiNPcJS6oTQoA2wY4v9Q0LouYEXLTUj+HLim3hekcjjgqVTuel7KYUwjxtXo=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=Jon, H*MI:CANV9t, H*f:CANV9t, automate
X-HELO: mout.gmx.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com;	s=dbd5af2cbaf7; t=1583335013;	bh=oPfP0MlI4UX5QsCpG+PAQHVtfsX9QATC8lHFkWRgVF4=;	h=X-UI-Sender-Class:References:In-Reply-To:From:Date:Subject:To;	b=vfUdtXvG9GFxgTJ1lioIhwCaGhC8iBgTmXqTzeq+PvpsH63VUPbI5DLuV/7mNgQcz	 GF0cnw/WJ/xJOBKbdhNzXOhaMulq7X68Pr8gGbqiS3Jrk0SL4Zo/PwTtE2JFIDY9/t	 thmiC+Rs/zz1jTHbL4uvi1hHxbhu5Bu8NwcL5bUg=
X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79
MIME-Version: 1.0
References: <CANV9t=QhyKaUe0P_TQPNwrDMu0qcLoXhn4bRTNQqkVDhbj7wKQ@mail.gmail.com> <819a2b66-ba52-328c-81c8-66357ea6465d@dronecode.org.uk>
In-Reply-To: <819a2b66-ba52-328c-81c8-66357ea6465d@dronecode.org.uk>
From: Bill Stewart <bstewart@iname.com>
Date: Wed, 4 Mar 2020 08:16:24 -0700
Message-ID: <CANV9t=RZpJbj9UjtasKRYr53DGZgxn2YaGU1ObXvyhK--rnEag@mail.gmail.com>
Subject: Re: Setup: How to automate source download for packages already installed?
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Wed, Mar 4, 2020 at 6:32 AM Jon Turney wrote:

> If a package is listed for both -x and -P, it is reinstalled, so while
> not ideal, you might be able to achieve something like what you want
> with 'setup -I -x "package1,package2,package3" -P
> "package1,package2,package3"'

This does what I need. Thank you!

> An option which explicitly just installs the source for a specified
> package might be useful.

Agreed. Perhaps this could get added to a new iteration of the setup
tool. But combining -I, -x, and -P are a useful workaround.

Thanks!

Bill

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

