From nobody Sun May 5 17:46:57 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+56958+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+56958+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1585956456; cv=none; d=zohomail.com; s=zohoarc; b=fFuqB15ZhgBm5PFBybIpe5tHiyuFsHQcQjRE3JWQN1M85MD69JZ8SLANNrheB4kUyJjjhypjjz/pC7AzpdEcIrZu6aFCnm2s5pXpLQzHHxr1LTJYSjqlgzzqgVvjSCcMvEoQxpaWWaG3VGaiItv6FA/SuHKDoICYhEry7cmzU3E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1585956456; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=+2U7/HnQsnLSnaA43/WbqZfTmXli408+aoiLxM6tSRs=; b=PXHTj7zDd/yn447cD63SbcRk7DPoB1M+0KoFzsigtLC242uM4an7dPyCdvBdLt89yoEJLERc4VtKL2wDS/h9dN5LpDbuo0NkLFlJmAFj+MGbaNaDmvmKrppkFeKFMHo2Uq/c8AOHxh2Zwbm+e5/hFrdrg3A8e/fwHyaRCEBGiZA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+56958+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 158595645652427.591157001137503; Fri, 3 Apr 2020 16:27:36 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id cDc8YY1788612xOpu65Pdbnj; Fri, 03 Apr 2020 16:27:36 -0700 X-Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web12.9320.1585956455493041172 for ; Fri, 03 Apr 2020 16:27:35 -0700 IronPort-SDR: qkURz4bnnoyLIPDkFOFfp6HYidXqxy6bpXG9Bhsc6eZzwqoZqcuFVZmh7T+28fIDAORx5eZWtE xyEg6pTgtj4Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2020 16:27:35 -0700 IronPort-SDR: NlUsmootpaYN5M1g5vEdC57CV1H0eEzBl0IkhyzK5daBCLNFg6eIeULoVgCEX/FcWaTR99Xuhj jSe/+gjNsESQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,341,1580803200"; d="scan'208";a="268504162" X-Received: from nldesimo-desk1.amr.corp.intel.com ([10.7.159.63]) by orsmga002.jf.intel.com with ESMTP; 03 Apr 2020 16:27:34 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Ashley DeSimone , Puja Pandya , Erik Bjorge , Prince Agyeman , Bret Barkelew , Philippe Mathieu-Daude Subject: [edk2-devel] [edk2-staging/EdkRepo] [PATCH] EdkRepo: Checkout command is broken Date: Fri, 3 Apr 2020 16:27:23 -0700 Message-Id: <20200403232723.2377-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,nathaniel.l.desimone@intel.com X-Gm-Message-State: kE3Ut6ClLBxwU8ZqEp33768wx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1585956456; bh=3NyOg81IMRjWzxs4xJJ44sBzMxO1hHGD9/0Ln6HvM70=; h=Cc:Date:From:Reply-To:Subject:To; b=l/QZnyjOK5GldCB4GzYIM7fUOCKLyDTzPIozPaQBp4qkU3kXotGEnJi61RHHFTAKY8l h4Q6TDihXzeHW3GgM5mKa3NK7tiVNDnzywrEapw3gPtK2Uo5SPkLioXHmcnhOTds7FI81 7VSX1OigqShZR/Ug8d5DrI2TUv6gmhh9ue0= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Fixes a bug where function call to combinations_in_manifest() was missing a required parameter. Signed-off-by: Nate DeSimone Cc: Ashley DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Prince Agyeman Cc: Bret Barkelew Cc: Philippe Mathieu-Daude Reviewed-by: Ashley DeSimone Reviewed-by: Erik Bjorge --- edkrepo/common/common_repo_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edkrepo/common/common_repo_functions.py b/edkrepo/common/commo= n_repo_functions.py index 160127b..0d39291 100644 --- a/edkrepo/common/common_repo_functions.py +++ b/edkrepo/common/common_repo_functions.py @@ -563,7 +563,7 @@ def checkout(combination_or_sha, verbose=3DFalse, overr= ide=3DFalse, log=3DNone): combo_or_sha =3D combination_or_sha try: # Try to handle normalize combo name to match the manifest file. - combo_or_sha =3D case_insensitive_single_match(combo_or_sha, combi= nations_in_manifest()) + combo_or_sha =3D case_insensitive_single_match(combo_or_sha, combi= nations_in_manifest(manifest)) except: # No match so leave it alone. It must be a SHA1 or a bad combo na= me. pass --=20 2.26.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#56958): https://edk2.groups.io/g/devel/message/56958 Mute This Topic: https://groups.io/mt/72761502/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-