From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41533 invoked by alias); 4 Mar 2020 15:16:56 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 41526 invoked by uid 89); 4 Mar 2020 15:16:56 -0000 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 Received: from mout.gmx.com (HELO mout.gmx.com) (74.208.4.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Mar 2020 15:16:55 +0000 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 Received: from mail-lj1-f169.google.com ([209.85.208.169]) by mail.gmx.com (mrgmxus001 [74.208.5.15]) with ESMTPSA (Nemesis) id 0LaX29-1jnHgp3nzz-00mGv2 for ; Wed, 04 Mar 2020 16:16:53 +0100 Received: by mail-lj1-f169.google.com with SMTP id 195so2444020ljf.3 for ; Wed, 04 Mar 2020 07:16:52 -0800 (PST) MIME-Version: 1.0 References: <819a2b66-ba52-328c-81c8-66357ea6465d@dronecode.org.uk> In-Reply-To: <819a2b66-ba52-328c-81c8-66357ea6465d@dronecode.org.uk> From: Bill Stewart Date: Wed, 04 Mar 2020 16:57:00 -0000 Message-ID: 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 X-SW-Source: 2020-03/txt/msg00072.txt 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