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: Tue, 20 Nov 2001 21:52:33 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: Proposal: Remove source tracking from setup Message-ID: <20011121025233.GA15920@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <090f01c17233$264e2a80$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <090f01c17233$264e2a80$0200a8c0@lifelesswks> User-Agent: Mutt/1.3.23.1i On Wed, Nov 21, 2001 at 01:20:54PM +1100, Robert Collins wrote: >I'd like to remove all source package tracking from setup.exe. > >By this I mean: >* Do not log downloaded sources to installed.db >* skip parsing any existing source records from installed.db. >* Continue to allow sources downloading. > >At the same time I'd like to add a header record to installed.db - >something like >INSTALLED.DB VERSION 2 > >to allow versioned upgrades in the future. > >This will silently break any current scripts or tools like cygcheck that >parse installed.db - which is why I'm raising it here. OTOH it will >allow detection of further breakage. I have no objections. The only thing I think will potentially break cygcheck is the INSTALLED.DB VERSION 2. If you just made that VERSION_2 (no spaces) it would be silently ignored. cgf