Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <00a001c1017f$42fdd3d0$6464648a@ca.boeing.com> From: "Michael A. Chase" To: References: <00b701c1010a$39ddea30$6464648a AT ca DOT boeing DOT com> <20010629223139 DOT B11334 AT redhat DOT com> <008a01c1013a$470a8fd0$6464648a AT ca DOT boeing DOT com> <20010630120156 DOT C12695 AT redhat DOT com> Subject: Re: Local Setup Cache Date: Sat, 30 Jun 2001 09:08:59 -0700 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 I'll see if I can come up with a patch for that FIXME today. If the version number isn't greater than one of the known versions it will be silently ignored. That still leaves all those old versions laying around on the disk. Is setup.exe the right place to do the cleanup or should we try to get users to run something else periodically to remove them? -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. ----- Original Message ----- From: "Christopher Faylor" To: Sent: Saturday, June 30, 2001 09:01 Subject: Re: Local Setup Cache > On Sat, Jun 30, 2001 at 12:50:36AM -0700, Michael A. Chase wrote: > >An easier alternative to code would be to ignore versions that aren't in > >setup.ini whose version numbers are lower than the current, previous, or > >test version. > > /* FIXME: This is really not the right way to do this. We should check > the version number of the "found" tar file and put it in the test slot > if it is newer than curr, the curr slot if it is newer than prev, etc. */