X-Recipient: archive-cygwin AT delorie DOT 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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=xBjYpy1oNQYCtFXYIInzm79xjnpc6 b/PITRTAhbNkvGEIcDedzOy1oXfNlVlyebOslZpvUukvLq5r4WzzLJGRB8yyl0/k BNdN+EurMrEFgdHIHdnaPu9+eDx3m5C/84gHlbdLVfssvCbEitGvaunw1fVwcyXq DgRPa4i5XKJfqo= 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:from:date:message-id:subject:to :content-type; s=default; bh=/86MeBhpdHBoa/nE3YlCGqtzgh0=; b=gjy 1N9CNE3cZBvHwKAER5dbhIV2h8xDeS6SVXtODM0IlFCQqUU2KluiC/98prmKxaG+ qjAozbhJnH5UfNJJZmIz8bG2CuDP7EowaOpj7UvuDTonXGThjm3h0qmJEXYCWu/3 G0QKOtaX8CH+FcSEhvuhZgATqtVxyv1zetlQ+vzA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=H*c:alternative, states X-HELO: mout.gmx.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com; s=dbd5af2cbaf7; t=1583172405; bh=jUt6uxlSowD5c6KbBTwvZSmbhX8/kXGzTiYfyOYYbN4=; h=X-UI-Sender-Class:From:Date:Subject:To; b=G0V4kahcWQ1fMKwzjHbcP/1Xv6PeHLVn/BXCZBA58OOTACLEUBuBske342dMfumIB BIyC/Q6tlgy1/LSmes8ezu6uuJVlcGykVy4+zDMINNpVqyXDoEYaAceD5ZUoGsfBY9 EzEyk7jWM+8gI7V+966+8/ECnPm1mjtmxv3bhjcM= X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79 MIME-Version: 1.0 From: Bill Stewart Date: Mon, 2 Mar 2020 11:06:16 -0700 Message-ID: Subject: Setup: How to automate source download for packages already installed? To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes I would like to reinstall a set of packages and automatically install the source for only those packages. The packages are currently installed, and I am using a Setup command line like this: -I -P "package1,package2,package3" The description in --help for -I states "Automatically install source for every package installed". It would seem that, in this case, since the named packages are already installed and up-to-date, the -I option does nothing. Is my analysis correct? If so, what is the way to automate source download for a set of packages that are already installed? 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