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 12:43:20 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: reinstall downloads Message-ID: <20011111174320.GC21975@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <028101c16aa5$51158f00$0200a8c0@lifelesswks> User-Agent: Mutt/1.3.23.1i On Sun, Nov 11, 2001 at 10:33:45PM +1100, Robert Collins wrote: >Chris, I think you did this: > >#define is_download_action(pkg) \ > ((pkg)->action == ACTION_PREV || \ > (pkg)->action == ACTION_CURR || \ > (pkg)->action == ACTION_TEST || \ > (pkg)->action == ACTION_REDO || \ > (pkg)->action == ACTION_SRC_ONLY) > >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. cgf