From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web11.1460.1589579024871173104 for ; Fri, 15 May 2020 14:43:45 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: erik.c.bjorge@intel.com) IronPort-SDR: ZAWkOycHYIk1EI5NimfX1mGDn/ePCc5wINQDCWU07hCX6vBgXHMaedm7GH5VWIdXvt0RI+IIhg g9eKxTHeXhrg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2020 14:43:43 -0700 IronPort-SDR: ZAthy1Cn0BRphDLq7hEsQsAAQuoP3pkpVGOPFLh4uOyfWgJkJBmMsBudhFOZ1JeboSPMyuVqB7 ay3JU9ipSGxg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,396,1583222400"; d="scan'208";a="410599798" Received: from ecbjorge-mobl1.amr.corp.intel.com ([10.212.5.228]) by orsmga004.jf.intel.com with ESMTP; 15 May 2020 14:43:42 -0700 From: "Bjorge, Erik C" To: devel@edk2.groups.io Cc: Ashley E Desimone , Nate DeSimone , Puja Pandya , Bret Barkelew , Prince Agyeman Subject: [edk2-staging/EdkRepo] [PATCH v1 0/2] Manifest parser line ending cleanup and small bug fixes Date: Fri, 15 May 2020 14:43:28 -0700 Message-Id: X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Manifest parser line ending cleanup and small bug fixes. - Fixed line endings so they are consistent (CRLF) - Fixed variable name bugs Signed-off-by: Erik Bjorge Cc: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya Cc: Bret Barkelew Cc: Prince Agyeman Cc: Erik Bjorge Erik Bjorge (2): EdkRepo: Normalize line endings EdkRepo: Fixed use of incorrect variable names edkrepo_manifest_parser/edk_manifest.py | 2023 ++++++++++++----------- 1 file changed, 1012 insertions(+), 1011 deletions(-) -- 2.21.0.windows.1