Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <048201c1a24f$6ebbebd0$0200a8c0@lifelesswks> From: "Robert Collins" To: "Michael A Chase" , "Cygwin-Apps" References: <20020118180305 DOT GA2312 AT dothill DOT com> <0a3501c1a074$07c97be0$0200a8c0 AT lifelesswks> <001401c1a237$c1ebc680$a100a8c0 AT mchasecompaq> Subject: Re: Download Directory Structure for setup.exe Date: Mon, 21 Jan 2002 18:44:17 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 21 Jan 2002 07:46:12.0673 (UTC) FILETIME=[B2AAAB10:01C1A24F] === ----- Original Message ----- From: "Michael A Chase" To: "Robert Collins" ; "Cygwin-Apps" Sent: Monday, January 21, 2002 3:54 PM Subject: Download Directory Structure for setup.exe > I've updated from CVS and built and used the last couple (2.175 and 2.176) > setup.exe's. It will take me a while to get used to the new source > organization and I wanted to check a few of my assumptions before I dig them > out of the source. Cool. Any user level feedback while you're at it? Irrespective of recent threads on cygwin@ I really do appreciate feedback! > It appears that all new downloads, both setup.ini and package files, now go > to source specific subtrees, for example files from > ftp://ftp.mirrors.rcn.net/mirrors/sources.redhat.com/cygwin are saved in > under > ./ftp%3a%2f%2fmirrors.rcn.net%2fmirrors%2fsources.redhat.com%2fcygwin/. > After setup.ini is downloaded from all candidates, either they are merged or > the newest one is used. Likewise, the package file found in any subtree may > be used for installing that package. Yes. For clarity: In install-from-net, only the setup.ini's from the selected mirror sites are parsed. Cached tarballs in /latest and /contrib ARE used in addition to anything in the relevant mirror site subdirs - if found. In install-from-local, all setup.ini's in the subtree are scanned and used. Cached tarballs from /latest and /contrib, and any subtree rooted where a setup.ini is found are used. Rob