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 Date: Fri, 29 Jun 2001 22:31:39 -0400 From: Christopher Faylor To: cygwin-developers AT sources DOT redhat DOT com Subject: Re: Local Setup Cache Message-ID: <20010629223139.B11334@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT sources DOT redhat DOT com References: <00b701c1010a$39ddea30$6464648a AT ca DOT boeing DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <00b701c1010a$39ddea30$6464648a@ca.boeing.com>; from mchase@ix.netcom.com on Fri, Jun 29, 2001 at 07:12:49PM -0700 On Fri, Jun 29, 2001 at 07:12:49PM -0700, Michael A. Chase wrote: >I wrote a script to remove archives from my local cache that aren't listed >in setup.ini. I suspect that this is a growing problem especially with the >code that adds unmentioned files to the module list in choose.cc. Would it >be reasonable to put something in setup.exe to remove obsolete archives? Hmm. The logic that I added to do this really needs for the FIXME comment that I added to be done before we release this. Currently, it will randomly insert packages in inappropriate "trust" positions. I hadn't considered the scenario of latest/bash getting filled up with older versions of bash. The current code could easily put an older version of bash in the "experimental" postion rather than the "prev" condition. cgf