This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH setup] Allow setup to parse more than 3 versions from the setup.ini file


On Dec  6 17:21, Jon Turney wrote:
> From 35ecf968425762c72076059464dfb6c8b21a9331 Mon Sep 17 00:00:00 2001
> From: Jon Turney <jon.turney@dronecode.org.uk>
> Date: Wed, 31 Aug 2016 11:31:22 +0100
> Subject: [PATCH setup] Allow setup to parse more than 3 versions from the
>  setup.ini file
> 
> This recognizes any "[foo]" line as introducing the information for another
> version, which doesn't have one of the trust levels [curr], [prev] or
> [test], and so isn't automatically selected when setup is told to install
> all packages at that trust level (by default, [curr]).
> 
> Setup already does all the necessary sorting in version order etc. to use
> these additional versions.
> 
> The value of <foo> carries no meaning, but the setup.ini specification
> mandates the use of "[ver<digits>]".
> 
> 	* PackageTrust.h (trusts): Add TRUST_OTHER.
> 	* inilex.ll: tokenize any other [version] as the T_OTHER token.
> 	* iniparse.yy: Add T_OTHER token and set package trust
> 	to TRUST_OTHER when it is used.

ACK


Corinna


-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]