Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Sun, 11 Nov 2001 18:02:07 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: reinstall downloads Message-ID: <20011111230207.GA24244@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <028101c16aa5$51158f00$0200a8c0 AT lifelesswks> <20011111174320 DOT GC21975 AT redhat DOT com> <038401c16aff$b27ac6c0$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <038401c16aff$b27ac6c0$0200a8c0@lifelesswks> User-Agent: Mutt/1.3.23.1i On Mon, Nov 12, 2001 at 09:24:57AM +1100, Robert Collins wrote: >----- Original Message ----- >From: "Christopher Faylor" >>>The result is that selecting "reinstall" for an install-from-net >>>downloads the package again. Is that deliberate, or a side effect of >>>accomodating downloading the package for download-only installs? >> >>If you are referring to the ACTION_REDO, I was under the impression >>that reinstall was supposed to grab a fresh version. > >Yes, I was referring to that. Ok, I'll leave as is. (I was testing >bz2 support, and watching my download count go up verrry quickly.) The problem is that reinstall could mean reinstall from disk or it could mean "freshen" from the cache. It would probably be nice to be able to do both... Or, no, it probably wouldn't. This would probably just confuse people. You could just add to the logic by checking to see if the version to reinstall exists in the cache and only download when it doesn't. That shouldn't be too hard. If you think that makes more sense, that's fine with me. cgf