From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.1782.1584481341025097049 for ; Tue, 17 Mar 2020 14:42:21 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: ashley.e.desimone@intel.com) IronPort-SDR: nL2nQYjwoto960+i3mkKG0letrI8mgyGONDN+zm3oL62Jwm5Ro/4KddJG+u6aL3MXj5n9ksNYu lngxP+hI3zKQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2020 14:42:20 -0700 IronPort-SDR: SFdVQ8O7QtsuguY+e7wG0b3JkO511cUNZv+B91Lvq/9FCkPkGSwBdlMHl2aNmWSzUjK1MCXhy/ KQAUY8+9P7/A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,565,1574150400"; d="scan'208";a="236451880" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by fmsmga007.fm.intel.com with ESMTP; 17 Mar 2020 14:42:20 -0700 Received: from orsmsx157.amr.corp.intel.com (10.22.240.23) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Mar 2020 14:42:19 -0700 Received: from orsmsx116.amr.corp.intel.com ([169.254.7.196]) by ORSMSX157.amr.corp.intel.com ([169.254.9.107]) with mapi id 14.03.0439.000; Tue, 17 Mar 2020 14:42:19 -0700 From: "Desimone, Ashley E" To: "Desimone, Nathaniel L" , "devel@edk2.groups.io" CC: "Pandya, Puja" , "Bjorge, Erik C" , Bret Barkelew Subject: Re: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Installer would lists every Python version as obsolete Thread-Topic: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Installer would lists every Python version as obsolete Thread-Index: AQHV+7j1zV+K5wkKqUKn2DjiPsb5MKhNUkjA Date: Tue, 17 Mar 2020 21:42:18 +0000 Message-ID: <4CF3A9EB60ABDA47BE7821A4DA3A0A3353D58219@ORSMSX116.amr.corp.intel.com> References: <20200316173248.1678-1-nathaniel.l.desimone@intel.com> In-Reply-To: <20200316173248.1678-1-nathaniel.l.desimone@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Return-Path: ashley.e.desimone@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ashley DeSimone -----Original Message----- From: Desimone, Nathaniel L =20 Sent: Monday, March 16, 2020 10:33 AM To: devel@edk2.groups.io Cc: Desimone, Ashley E ; Pandya, Puja ; Bjorge, Erik C ; Bret Barkelew Subject: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Installer would lists ever= y Python version as obsolete If a VendorCustomizer is being used, the EdkRepo installer erroneously list= s every version of Python as obsolete even though they are not. Cc: Ashley DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Bret Barkelew Signed-off-by: Nate DeSimone --- edkrepo_installer/EdkRepoInstaller/VendorCustomizer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edkrepo_installer/EdkRepoInstaller/VendorCustomizer.cs b/edkre= po_installer/EdkRepoInstaller/VendorCustomizer.cs index 622d7ad..da49006 100644 --- a/edkrepo_installer/EdkRepoInstaller/VendorCustomizer.cs +++ b/edkrepo_installer/EdkRepoInstaller/VendorCustomizer.cs @@ -250,7 +250,7 @@ namespace TianoCore.EdkRepoInstaller NewObsoletedPythonVersions.Add(new PythonVersi= on(version)); } PythonVersions =3D NewPythonVersions; - ObsoletedPythonVersions =3D NewPythonVersions; + ObsoletedPythonVersions =3D=20 + NewObsoletedPythonVersions; }; } } -- 2.24.0.windows.2